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
Describe the bug
Querying the API takes much longer than via the Vertex UI when using a geometry
To Reproduce
Steps to reproduce the behavior:
fromdatetimeimportdatetimeimportasf_searchasasfimportshapely# create bbox for area of interestxmin, xmax, ymin, ymax=-17.60433161217344, -16.27852975917213, 64.853752187568, 65.32575046869238box=shapely.box(xmin, xmax, ymin, ymax)
# time boundsstart=datetime(2021, 7, 1)
end=datetime(2023, 7, 1)
results=asf.geo_search(intersectsWith=shapely.to_wkt(box), start=start, end=end, dataset=asf.DATASET.SLC_BURST, beamMode=asf.BEAMMODE.IW)
Results in:
ERROR:asf_search:Connection Error (Timeout): CMR took too long to respond. Set asf constant "asf_search.constants.INTERNAL.CMR_TIMEOUT" to increase. (url='https://cmr.earthdata.nasa.gov/search/granules.umm_json', timeout=30)
ERROR:root:The asf-search module ecountered an error with CMR,and the following message was automatically reported to ASF:
Expected behavior
Search speeds matching the vertex speeds, instead of many many minutes.
Desktop (please complete the following information):
OS: MacOS Sequoia
Python Version python 3.12.7
Pip Environment (very long, please ask if you need it :) )
The text was updated successfully, but these errors were encountered:
Describe the bug
Querying the API takes much longer than via the Vertex UI when using a geometry
To Reproduce
Steps to reproduce the behavior:
Results in:
Expected behavior
Search speeds matching the vertex speeds, instead of many many minutes.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: