Skip to content

bounding_box parameter and subsetting / clipping #467

Answered by betolink
riesgutierrez asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @riesgutierrez, the issue here is that earthaccess doesn't support subsetting services yet. This is a global dataset so any bounding box will match any of the files in the collection. We are in the process of integrating subsetting services like OPeNDAP, NASA's Harmony etc to have that capability in the library.

In the meantime we could use OPeNDAP directly, I think @battistowx has some examples of how. Or we could also open the files and subset them using xarray(slow unless you are in AWS). Here is an example with another global dataset: https://notebooksharing.space/view/0c9b943bfe8ec599df7ecf667c0efc8450f4d3a4c55ce359acc6949a3cc832ee#displayOptions=

Lastly, we could download and sub…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by mfisher87
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@mfisher87
Comment options

@maawoo
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #464 on February 21, 2024 17:03.