Demonstrates how to:
- read a AOI and its related metadata (WIP: standardized geojson files),
- enumerate SLC pairs for a GUNW,
- check the DAAC for existing GUNWs, and
- submit SLC pairs for HyP3 processing
Use pip
to install:
hyp3-sdk
s1-enumerator
Make sure your .netrc
has the following credentials:
machine urs.earthdata.nasa.gov
login <username>
password <password>
Use 0_Aleutian_Enumeration_Example.ipynb to see how an Aleutian AOI can be used to submit jobs to hyp3. It's pretty verbose, but demonstrates how to enumerate a time-series of GUNW products.
We also have traditionally gotten *.kmz
files for the AOIs, but for record keeping, we have converted these into geojsons
with metadata that describe enumeration parameters.