Hi
We try to use sentinel hub-py to obtain NDVI data programmatically from the Feature Info Service (‘the FIS data’), instead of manually exporting data from the EO Browser to a csv file (‘the CSV data’).
Currently, the FIS data and the CSV data are different.
We suspect several things to be responsible for that difference:
-
Layers. The CSV data is marked ‘C0’, while the FIS data includes C0, C1, C2, C3. Which of these should be used?
-
Resolution. In the FISRequest, one of the fields is “resolution” which is described as “spatial resolution on which to calculate statistics” (Sentinel Hub Feature Info Service (FIS) — Sentinel Hub 3.2.1 documentation)
We would like its value to match the value used for the CSV data, however, we cannot find this value/setting in the EO Browser. -
Time Intervals. The CSV data includes much less time samples (lines) than the FIS data. What is the reason and can this be changed?
Your help would be appreciated.