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

Directly read from S3 via s3fs #74

Merged
merged 3 commits into from
May 15, 2024
Merged

Directly read from S3 via s3fs #74

merged 3 commits into from
May 15, 2024

Conversation

chuckwondo
Copy link
Collaborator

Fixes #54

@chuckwondo chuckwondo requested a review from jjfrench May 9, 2024 21:14
@chuckwondo
Copy link
Collaborator Author

This performs marginally faster than performing downloads, and uses roughly the same amount of memory.

@chuckwondo
Copy link
Collaborator Author

Oops. I forgot about the unit test...

@chuckwondo chuckwondo marked this pull request as draft May 10, 2024 14:14
@chuckwondo chuckwondo marked this pull request as ready for review May 10, 2024 18:14
@chuckwondo
Copy link
Collaborator Author

@jjfrench, this is ready for review now. I sorted out a bit of a gnarly unit test issue where s3fs (actually aiohttp) and moto don't play nicely together without some assistance.

@chuckwondo
Copy link
Collaborator Author

@jjfrench, this is a pretty small PR. Any chance you can review it this week?

docs/MAAP_USAGE.md Show resolved Hide resolved
src/gedi_subset/subset.py Show resolved Hide resolved
@chuckwondo chuckwondo merged commit b058824 into main May 15, 2024
2 checks passed
@chuckwondo chuckwondo deleted the issue54-direct-s3-read branch May 15, 2024 19:12
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.

Directly read granule files from S3 rather than downloading them
2 participants