Hello,
I have a question which I could not find a solution for
I use the EO Browser service to access NDVI data, with zero clouds, for specific polygons.
I am testing some Python API GEE scripts, to retrieve a data set from Sentinel 2, but the returned values of this series, for the same polygon, are pretty different.
Considering that the script is the same and I am using images without clouds, what is the reason for this big difference?
The pictures below show the results charts for each service.
Thanks in advance.
That is interesting to note, here are the possible reasons for these differences
If you have not noted already, since January 2022 ESA updated the Sentinel 2 processing baseline, as reported in this post, Sentinel Hub has since implemented parameters to harmonize the values, before and after the baseline change, see docs . I have no information whether this has been implemented yet in GEE. This is worth checking , seeing that significant differences appear in the months after January 2022
Processing options such as cloud filtering maybe quite different, it seems there were abit more cloud free dates selected in EO browser as seen in the chart. Perhaps you could compare the cloud filtering options you did use for GEE , even better could you share the GEE script ? that might make the comparison easier