Skip to content
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

Open
martindurant opened this issue Apr 11, 2022 · 5 comments
Open

TIFF handling #146

martindurant opened this issue Apr 11, 2022 · 5 comments

Comments

@martindurant
Copy link
Member

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.

@RichardScottOZ
Copy link
Contributor

Yes, that sounds like a good idea.

@martindurant
Copy link
Member Author

@martindurant
Copy link
Member Author

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.

@RichardScottOZ
Copy link
Contributor

Thanks Martin, will check it out shortly.

@martindurant
Copy link
Member Author

(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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants