-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TIFF handling #146
Comments
Yes, that sounds like a good idea. |
Not documented and only lightly tested, but I believe it works. This was in #144. @RichardScottOZ , if you want to play, it should do the same as what you were doing, except transfer the attributes too. |
Thanks Martin, will check it out shortly. |
(actually added it to the docs now too) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/cgohlke/tifffile provides a way to get kerchunk references out of individual TIFF files and sometimes sequences (see long thread: cgohlke/tifffile#125). It also provides access to TIFF tags, which, for the case of GeoTIFF (or COG) will contain coordinates information. We should write a wrapper to persist these tags to the output and, optionally, generate appropriate coordinates.
The text was updated successfully, but these errors were encountered: