You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
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)
The text was updated successfully, but these errors were encountered: