You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if I would do that at the RasterIO Window level. After all, COGS are still an image format, and all image formats I know are based on rectangles...
Something that could be done is to trim the data before converting it into a PNG file, applying rasterio.mask. See, for example, this thread.
Hi!
Thank you for your tutorials, they are really good!
Do you know how I could crop the generated PNG based on the geometry instead of using bbox?
p4rs/sentinel-landsat-aws.py
Line 60 in 5ece4a5
I wanted to generate something like this (with transparent background):
The text was updated successfully, but these errors were encountered: