Closed scottstanie closed 2 years ago
Thank you @scottstanie for the quick PR! It works like a charm!
I have two minor suggestions:
get_cli_args()
, similar to what we have in mintpy (https://github.com/insarlab/MintPy/blob/main/src/mintpy/cli/dem_error.py#L24) and isce2/dem.py also. I usually find this is very helpful and more clear than the argparse syntax.--plot
output, save them into a burst_map
folder and lose the burst_map
prefix in the file name, instead of many files in the current dir, for a cleaner structure. both good ideas, and the single directory is much nicer rather than 8x-ing the number of files haha 👍
The script request from in #81 is a vert nice idea since I also kept wanting to verify the burst IDs as we were testing out COMPASS.
Here's a very quick version in this PR. Plenty of room for formatting improvement in the formatting/tweaks to what information you want printed from the burst (seems like a nice case for
rich
).For a bunch of zip files in
data/
: