Can we query based on a single point (one lat one long)? #478
Answered
by
mfisher87
priyapatel1
asked this question in
Q&A
-
I don't want a bounding box, I want to query based on one point - is that possible? |
Beta Was this translation helpful? Give feedback.
Answered by
mfisher87
Mar 1, 2024
Replies: 1 comment 1 reply
-
Hi @priyapatel1 , thanks for your question. It is possible! Please use the Can you please select "Mark as answer" if this helps? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
priyapatel1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @priyapatel1 , thanks for your question. It is possible! Please use the
point
argument tosearch_data()
, e.g.earthaccess.search_data(point=(lon, lat))
.https://earthaccess.readthedocs.io/en/latest/user-reference/granules/granules-query/#earthaccess.search.DataGranules.point
Can you please select "Mark as answer" if this helps?