When I make a call to get Sentinel-2 imagery with a specific BBOX and do NDVI processing on the imagery:
- Which is done first, the BBOX clipping and then processing or processing on entire scene and then clipped to BBOX
- If the clipping is done after processing would the return image be less accurate if the processing was done after clipping to BBOX
Thanks