Pulling subset of larger dataset from s3 #8569
Unanswered
sgavrilovicarup
asked this question in
Q&A
Replies: 2 comments 4 replies
-
This is selecting the whole dataset...
|
Beta Was this translation helpful? Give feedback.
1 reply
-
When I run this example it prints
as I would expect. Can you double-check this? And if you get something different can you please share your environment details? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone and thanks for your help!
I am having issues pulling a subset of a larger dataset. The entire dataset (240MB) is downloaded to extract a small subset (90KB) of data. The dataset is publicly available NASA GDDP climate data stored on s3. I am hoping there is a way around this, like a mask you can pass to only download what you need (this is what I do with large rasters on s3). A simple reproducible example of my code is below.
Beta Was this translation helpful? Give feedback.
All reactions