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?
Page 1 / 1
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:
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:
sentinel-hub.comHow 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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.