Hello!
I’m trying to do this petition to FIS service
http://services.sentinel-hub.com/ogc/fis/{instance_id}?LAYER=NDVI-INDEX&STYLE=INDEX&CRS=EPSG:4326&TIME=2020-04-01/2020-04-18&RESOLUTION=10&MAXCC=100&GEOMETRY=POLYGON((42.08985696040646 -1.076664062254 , 42.08908020529746 -1.076030704588746 , 42.08944872211567 -1.073486196228113 , 42.08827842977837 -1.067977433723025 , 42.09647823645694 -1.066892191071831 , 42.09667570560195 -1.06748714203039 , 42.09678264608 -1.068433426143738 , 42.09721723447621 -1.069271630069536 , 42.09736809923614 -1.069834689799757 , 42.09708490300881 -1.070980844635927 , 42.09678137221947 -1.0726909840333 , 42.09679173725243 -1.07335079565359 , 42.09645077809419 -1.074021116224241 , 42.09237247150098 -1.073361809357199 , 42.08985696040646 -1.076664062254))
And i get this response:
{‘C0’: 0{‘date’: ‘2020-04-18’, ‘basicStats’: {‘min’: 0.28280961513519287, ‘max’: 0.28280961513519287, ‘mean’: 0.28280961513519287, ‘stDev’: 0.0}}, {‘date’: ‘2020-04-13’, ‘basicStats’: {‘min’: 0.6107933521270752, ‘max’: 0.6107933521270752, ‘mean’: 0.6107933521270752, ‘stDev’: 0.0}}, {‘date’: ‘2020-04-10’, ‘basicStats’: {‘min’: 0.11254560947418213, ‘max’: 0.11254560947418213, ‘mean’: 0.11254560947418213, ‘stDev’: 0.0}}, {‘date’: ‘2020-04-08’, ‘basicStats’: {‘min’: 0.2668295204639435, ‘max’: 0.2668295204639435, ‘mean’: 0.2668295204639435, ‘stDev’: 0.0}}, {‘date’: ‘2020-04-05’, ‘basicStats’: {‘min’: 0.13228528201580048, ‘max’: 0.13228528201580048, ‘mean’: 0.13228528201580048, ‘stDev’: 0.0}}, {‘date’: ‘2020-04-03’, ‘basicStats’: {‘min’: 0.637384295463562, ‘max’: 0.637384295463562, ‘mean’: 0.637384295463562, ‘stDev’: 0.0}}]}
Min and max are same values and obviusly stDev is 0.
I think the problem can be POLYGON and his coordinates, i tested reverse coordinates but have the same response .
Thanks!