I only need a certain dateTime values from a json source (a tide gauge) to get the water level associated with a coastal Sentinel-2 scene. I can get the water level for a particular time from the json data as it is the same list value (the satellite always comes around the same time) but the only way to set the date seems to be in the source url
http://environment.data.gov.uk/flood-monitoring/id/stations/E71739/readings.json?date=2020-04-15
The date I can get from the filename of the downloaded Sentinel tiff file but there seems to be no way to pass the date into the reader URL string.
Any simple ways to do this would be great :-)