I am querying Sentinel 2 Data with a bound box (link to attribute in Python SDK) in WGS 84 (Lat/Lon, EPSG4326) coordinate system. The bound bo
I need to do that as I need to provide the data to another application in EPSG 4326.
What I see is that Sentinelhub is modifiying the pixel grid so that it fits into the queried bound box. So basically it seems to recalculate the data from the original grid to a grid fitting exactly into the bound box.
My question is how this is been done and whether I need to fear inaccuracies because of that?
