Skip to content

Proof of concept for opening COG in Python #17

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

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

kylebarron
Copy link
Member

@kylebarron kylebarron commented Feb 25, 2025

Working proof of concept of async-tiff reading from S3. Right now this is super slow because I haven't implemented any sort of caching yet, so every tag read is its own request to S3 in serial. Once we implement pre-fetching (caching the first 16kb of the file), this should get a lot faster

image
image
image

@kylebarron kylebarron merged commit d040726 into main Feb 25, 2025
1 check passed
@kylebarron kylebarron deleted the kyle/python-cog-read-proof-of-concept branch February 25, 2025 19:17
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

Successfully merging this pull request may close these issues.

1 participant