Hello,
I’m getting started accessing the OGC API through Python to download Sentinel data.
I would like to know if it is possible to make a request for data clipped to a polygon instead of a rectangular bounding box.
It’s possible to do in the EO browser, but I haven’t found a way to do it directly from the API.
I can of course download get the image cut to the bounding box, and then clip it, but being able to directly download only the data I need would save me some computer ressources, and possibly some processing units.
Thank you in advance for your help.
