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 am looking for ways to work with Cloud Optimized GeoTiffs in rust. I don't think this library currently supports them, and I don't think there is a good crate just now that does.
Would there be interest in adding that functionality to this crate? I would be happy to try to do a first pass at an implementation if that's something of interest.
The text was updated successfully, but these errors were encountered:
In general probably yes, but note that this library does not implement the full GeoTiff specification, so it might not be straightforward to add cloud optimized GeoTiffs on top, at least not without expanding the base layer.
A good starting point might be to complete #1 so that it can be merged.
weiji14
changed the title
Cloud optomized GeoTiffs
Cloud optimized GeoTiffs
Jul 19, 2024
I am looking for ways to work with Cloud Optimized GeoTiffs in rust. I don't think this library currently supports them, and I don't think there is a good crate just now that does.
Would there be interest in adding that functionality to this crate? I would be happy to try to do a first pass at an implementation if that's something of interest.
The text was updated successfully, but these errors were encountered: