ASFHyP3 / hyp3-docs

Documentation for HyP3 products and services
https://hyp3-docs.asf.alaska.edu/
BSD 3-Clause "New" or "Revised" License
11 stars 10 forks source link

Tutorials for submitting new HyP3 jobs for given search parameters #339

Closed jtherrmann closed 1 year ago

jtherrmann commented 1 year ago

These tutorials will replace HyP3 Subscriptions after that functionality is retired.

The bulk of the new documentation is in these three files (links are always up-to-date with current version):

TODO:

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

jtherrmann commented 1 year ago

When I ran the InSAR notebook with a date range of Aug 1 - 3, I got:

ERROR:root:Connection Error (Timeout): CMR took too long to respond (url='https://cmr.earthdata.nasa.gov/search/granules.umm_json_v1_4')
ERROR:root:The asf-search module ecountered an error with CMR, and the following message was automatically reported to ASF:

"
Error Message: Connection Error (Timeout): CMR took too long to respond (url='https://cmr.earthdata.nasa.gov/search/granules.umm_json_v1_4')
User Agent: Python/3.9.16; requests/2.31.0; asf_search/6.6.2     
Search Options: {
    beamMode: ['IW']
    flightDirection: DESCENDING
    intersectsWith: POINT (-110.9228410539823813 45.9115601518941290)
    platform: ['Sentinel-1B', 'Sentinel-1A']
    polarization: ['VV+VH']
    processingLevel: ['SLC']
    relativeOrbit: [100]
}
"If you have any questions email uso@asf.alaska.edu

But then, several seconds later, we got the expected output: Submitting 20 jobs

I'll run the notebook again before we merge this PR, and maybe the CMR error will have gone away by then.