uw-cryo / coincident

Search and analysis of STV Precursor Coincident Datasets
https://coincident.readthedocs.io
MIT License
3 stars 1 forks source link

CONUS Search Constraint Update #7

Closed Jack-Hayes closed 1 month ago

Jack-Hayes commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

closed by #10!