https://github.com/insarlab/MintPy
Revision 97fc78e51638c51ca88b6782b6c48feee398804f authored by Zhang Yunjun on 08 August 2019, 16:00:44 UTC, committed by GitHub on 08 August 2019, 16:00:44 UTC
* add "citing this work" in README * suppress matplotlib UserWarning while calling plotting scripts. * add GPS related options back to tsview.py to avoid undefined arguments error, but raise an exception in tsview.py while --gps-comp option is input. * update plotting script usage in smallbaselineApp.ipynb * fix bug of the relative path of data files in save_kmz
1 parent c2750e0
Tip revision: 97fc78e51638c51ca88b6782b6c48feee398804f authored by Zhang Yunjun on 08 August 2019, 16:00:44 UTC
add "citing this work" in README (#177)
add "citing this work" in README (#177)
Tip revision: 97fc78e
mkdocs.yml
site_name: MintPy
site_url: https://github.com/insarlab/MintPy
site_description: Miami InSAR Time-series software in Python
site_author: Zhang Yunjun, Heresh Fattahi
repo_url: https://github.com/insarlab/MintPy/
google_analytics: ['UA-104225904-1', 'mkdocs.org']
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- yaml
- rust
markdown_extensions:
- smarty
- toc:
permalink: "#"
baselevel: 2
separator: "_"
- sane_lists
nav:
- Home: README.md
- User Guide:
- Installation: installation.md
- Example datasets: example_dataset.md
- Example directory structure: dir_structure.md
- Example template files: examples/input_files/README.md
- Tutorials in Jupyter Notebook: tutorials/README.md
- Paper figures in Jupyter Notebook: paper/README.md
- Output:
- Google Earth KMZ: google_earth.md
- HDF-EOS5: hdfeos5.md
- API Documentation:
- Documents generation: api/doc_generation.md
- Attributes: api/attributes.md
- Coordinates: api/coord.md
- About:
- Contributing: CONTRIBUTING.md
- References: references.md

Computing file changes ...