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

Handling extremely large number of TIFFs #436

Open
jakirkham opened this issue Jan 26, 2017 · 1 comment
Open

Handling extremely large number of TIFFs #436

jakirkham opened this issue Jan 26, 2017 · 1 comment

Comments

@jakirkham
Copy link
Member

In some cases, we are merging nearly 1000 individual TIFFs together. From the data standpoint, this is fine. However, from a metadata standpoint this is suboptimal. This is because we are storing the filenames in an HDF5 attribute. However, we start exceeding HDF5 size limitations for this attribute by doing this sort of thing. So we need to come up with another way to handle this metadata and/or an option to disable handling it.

@jakirkham
Copy link
Member Author

Please see PR ( #437 ) for the fix.

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

1 participant