Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.21 KB

File metadata and controls

29 lines (22 loc) · 1.21 KB

CircleCI

PlotData

TODOs

  • Change examples
  • Create notebook tutorial
  • Run tests

2. Download test data

Use the get_plotdata_testdata.py script to download sample data (--quick for hvGalapagos_mintpy.tar.gz)

get_plotdata_testdata.py --quick

3. Run code

The package is coupled to MintPy and MiaplPy, so it leverages their data structures.

Example Usage

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 40

Check the Installation guide for more details.