- Change examples
- Create notebook tutorial
- Run tests
1. Installation
Use the get_plotdata_testdata.py script to download sample data (--quick for hvGalapagos_mintpy.tar.gz)
get_plotdata_testdata.py --quickThe package is coupled to MintPy and MiaplPy, so it leverages their data structures.
Once you have test data (see section 2), you can run PlotData:
plotdata hvGalapagos/mintpy --template default --ref-lalo -0.81 -91.190 --lalo -0.82528 -91.13791
# Example with Mauna Loa data (requires additional download)
plotdata MaunaLoaSenDT87/mintpy MaunaLoaSenAT124/mintpy --template default --period 20181001:20191031 --ref-lalo 19.50068 -155.55856 --resolution '01s' --contour 2 --lalo 19.461,-155.558 --num-vectors 40Check the Installation guide for more details.