Collection of scripts to upload and manipulate data on https://insarmaps.miami.edu/
The below install instructions have been tested on ubuntu 22.04. Installing on Windows/MacOS/other linux distributions will involve modifying the below commands to the equivalent ones on the target system.
- Install tippecanoe: https://github.com/mapbox/tippecanoe
- Install gdal:
sudo apt-get install gdal-bin
- Install Mintpy: https://github.com/insarlab/MintPy/blob/main/docs/installation.md
- Run
conda install -file environment.yml
to install non-python code (tippecanoe) - Run
pip install -r requirements.txt
to install remaining requirements