Replies: 1 comment 1 reply
-
I think this is already (mostly) covered in https://cogeotiff.github.io/rio-cogeo/API/#using-the-api-with-in-memoryfile |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am not sure if this is possible but tried multiple ways and failed to make it work, so decided to write it here. I am generating a raster and I have it in memory as a rioxarray RasterDataset object. I want to convert it to COG and zip it, so the intended behaviour was to translate it to COG and write it to the zip without needing to write any file to filesystem (using memfiles).
The question is, is this possible? if not, does it make sense to implement it? would by happy to do if that makes sense.
Beta Was this translation helpful? Give feedback.
All reactions