Will the scope of aiocogeo-rs include plain old GeoTIFFs (not COGs)? #3
-
I'm looking at options for extracting metadata and internal chunk byte ranges from GeoTIFFs for VirtualiZarr and am wondering if a Python bindings for aiocogeo-rs could be a long-term option? |
Beta Was this translation helpful? Give feedback.
Answered by
kylebarron
Feb 21, 2025
Replies: 1 comment
-
For some reason my notifications weren't set to "all" here, so I never saw this. Yes, the scope of this library should be COG and GeoTIFF-first, but in principle should be able to support most types of TIFF images. Though some obscure versions of tiff files may not be supported, at least at first. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
maxrjones
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For some reason my notifications weren't set to "all" here, so I never saw this.
Yes, the scope of this library should be COG and GeoTIFF-first, but in principle should be able to support most types of TIFF images. Though some obscure versions of tiff files may not be supported, at least at first.