Hi,
I’m using this query to get an image from a location. I use a TIME option (2017-09-30) to get the most recent from my parameters and use the DATE option for LAYERS and the result is an image from 2017-08-29. Is this normal ? For me, for a location, in general, you will have 1 image per week. When I go back backward in time I can similar date gap.
Query :
http://services.sentinel-hub.com/ogc/wms/{TOKEN}?REQUEST=GetMap&LAYERS=TRUE_COLOR,DATE&FORMAT=image/png&WIDTH=500&HEIGHT=500&GEOMETRY=POLYGON((-102.6799780643014230%2032.2664152159741064,-102.6798633201786117%2032.2709222209287176,-102.6745585116752011%2032.2708246109079226,-102.6746735175748455%2032.2663176228672697,-102.6799780643014230%2032.2664152159741064))&CRS=CRS:84&MAXCC=0.0&TIME=2017-09-30
Thanks for your time,