aria-jpl / coseismic_enumerator

Submits a given AOI's enumeration jobs for all intersecting POEORB's
Apache License 2.0
1 stars 0 forks source link

Generate plot showing relationship between geo objects used or generated during execution of coseismic displacement evaluator #33

Open marjo-luc opened 3 years ago

marjo-luc commented 3 years ago

Generate a plot that will show the extended earthquake polygon and the water-masked extended earthquake polygon. Overlay the AOITRACK polygon and list the SLC's that were used to generate the AOITRACK polygon. Overlay the water-masked event-intersection AOITRACK as well. Sample plot would be something like similar to the attached image. Note that colors will change to optimize user experience and the look may change a bit depending on implementation.

aoitrack_plot.png

marjo-luc commented 3 years ago

The master/slave scenes can be extracted from the acqlist the enumerator generates. Sample json snippet containing the info:

], "master_acquisitions": [ "acquisition-S1A_IW_SLC__1SDV_20180531T001915_20180531T001942_022141_0264ED_66F0-esa_scihub" ], "slave_acquisitions": [ "acquisition-S1A_IW_SLC__1SDV_20180507T001848_20180507T001916_021791_0259BA_62C4-esa_scihub" , "acquisition-S1A_IW_SLC__1SDV_20180507T001913_20180507T001940_021791_0259BA_D053-esa_scihub" , "acquisition-S1A_IW_SLC__1SDV_20180507T001938_20180507T002005_021791_0259BA_7A35-esa_scihub" ],