Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.07 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.07 KB

HyP3-ARIA-Orchestration (aka Jupyter Operations)

Demonstrates how to:

  1. read a AOI and its related metadata (WIP: standardized geojson files),
  2. enumerate SLC pairs for a GUNW,
  3. check the DAAC for existing GUNWs, and
  4. submit SLC pairs for HyP3 processing

Installation

Use pip to install:

  1. hyp3-sdk
  2. s1-enumerator

Make sure your .netrc has the following credentials:

machine urs.earthdata.nasa.gov
    login <username>
    password <password>

Usage

Submitting jobs to Hyp3 API using S1-Enumerator

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.

Translating KMZs to Geojsons

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.