https://github.com/insarlab/MintPy
Revision a7bc68f8e57890cfe06f77cfee5ed5fc85ef2632 authored by rzinke on 10 January 2020, 04:28:41 UTC, committed by Zhang Yunjun on 10 January 2020, 04:28:41 UTC
* Added basemap to conda_env.yml file and removed pip install basemap. These modifications intended to fix problems with pip finding geos libs. * add basemap to conda.txt * update installation.md with basemap from conda
1 parent 67577b6
Tip revision: a7bc68f8e57890cfe06f77cfee5ed5fc85ef2632 authored by rzinke on 10 January 2020, 04:28:41 UTC
Added geos and basemap as conda packages to conda_env.yml (#262)
Added geos and basemap as conda packages to conda_env.yml (#262)
Tip revision: a7bc68f
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:
- Example datasets: example_dataset.md
- Example directory structure: dir_structure.md
- Example template files: examples/input_files/README.md
- Tutorials in Jupyter Notebook: https://github.com/insarlab/MintPy-tutorial
- Output:
- Google Earth KMZ: google_earth.md
- HDF-EOS5: hdfeos5.md
- API Documentation:
- Attributes: api/attributes.md
- Colormaps: resources/colormaps/README.md
- Coordinates: api/coord.md
- Docker: docker.md
- Documents generation: api/doc_generation.md
- About:
- Contributing: CONTRIBUTING.md
- Code of Conduct: CODE_OF_CONDUCT.md
- References: references.md

Computing file changes ...