Skip to content

Commit

Permalink
Move shell scripts from mintpy/sh to scripts. (insarlab#785)
Browse files Browse the repository at this point in the history
+ move shell scripts from `mintpy/sh` to `script`.

+ update setup.py as the shell scripts are no longer installed

* update README.md for the link of the example shell script usage.
  • Loading branch information
avalentino authored and yuankailiu committed Jun 2, 2022
1 parent 0a96cdf commit fd22337
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ save_kmz_timeseries.py #generate Google Earth KMZ file in points for time-se

#### 2.2 Customized processing recipe ####

MintPy is a toolbox with individual utility scripts. Simply run the script with `-h / --help` to see its usage, you could build your own customized processing recipe! [Here](../mintpy/sh/compare_velocity_with_diff_tropo.sh) is an example to compare the velocities estimated from displacement time-series with different tropospheric delay corrections.
MintPy is a toolbox with individual utility scripts. Simply run the script with `-h / --help` to see its usage, you could build your own customized processing recipe! [Here](../scripts/compare_velocity_with_diff_tropo.sh) is an example to compare the velocities estimated from displacement time-series with different tropospheric delay corrections.

#### 2.3 Build on top of `mintpy` module ####

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ def do_setup():
"data/input_files/*.md",
"defaults/*.cfg",
"defaults/*.yaml",
"sh/*.sh",
],
},
zip_safe=False,
Expand Down

0 comments on commit fd22337

Please sign in to comment.