Skip to main content

I am building a SentinelHub AWS adapter. I have some Polygons to which I would like to crop the AOI before requesting the .SAFE product from the AwsProductRequest().

AwsProductRequest() takes a product ID, but does anyone know if this is somehow possible?

I am not sure I understand what you want. .SAFE product only makes sense when you use the complete scene.

If you would like to get just the part of the Sentinel-2 tile, check the Remote Pixel’s tiler for guidance:

favicon.svgGitHub
982f068a13dbdff9a64105e9c6694391b698e116.png


GitHub - RemotePixel/remotepixel-tiler: Sentinel / Landsat / CBERS serverless...



Sentinel / Landsat / CBERS serverless tile server. Contribute to RemotePixel/remotepixel-tiler development by creating an account on GitHub.







You can obviously get AOI-clipped data using Sentinel Hub, but I am not sure this is what you are after:

bc9b60a701e24722011f248dbac2c05c91967543.pngsentinel-hub.com
d3714e73b38a87afa3c31502a6696052a7395163.png


How can I clip the image to a specific polygon?



How can I clip the image to a specific polygon? You can add a parameter GEOMETRY as in given example. Simplify geometry to avoid exceeding maximum number of characters in URL.








Reply