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

CONUS Search Constraint Update #7

Closed
Jack-Hayes opened this issue Oct 10, 2024 · 3 comments
Closed

CONUS Search Constraint Update #7

Jack-Hayes opened this issue Oct 10, 2024 · 3 comments

Comments

@Jack-Hayes
Copy link
Member

ValueError: Requested search polygon not within Continental U.S. or Alaska

Is returned if the search polygon extent is beyond CONUS/Alaska, even if a majority of that polygon is within CONUS/Alaska. Might want to change so that search polygon is valid if intersects with CONUS/Alaska (even if some of the extent is outside)

@Jack-Hayes
Copy link
Member Author

gf_tdx = coincident.search.search(dataset='tdx')
ArrowInvalid: cannot mix list and non-list, non-null values

Also getting this when searching the entire dataset, I think we just need to update STAC collection parsing to ensure consistent datatypes before converting to geopandas

@scottyhq
Copy link
Member

Might want to change so that search polygon is valid if intersects with CONUS/Alaska (even if some of the extent is outside)

Agreed! I was on the fence on including any sort of pre-search validation in the first place. Also would be fine to just remove it!

gf_tdx = coincident.search.search(dataset='tdx')
ArrowInvalid: cannot mix list and non-list, non-null values

Let's open a separate issue for this

@scottyhq
Copy link
Member

closed by #10!

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

No branches or pull requests

2 participants