Collection of scripts to upload and manipulate data on https://insarmaps.miami.edu/
If you have Docker installed, simply run ./init_docker.sh && ./run_docker.sh which will create a docker instance where the scripts can be run from.
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.ymlto install non-python code (tippecanoe) - Run
pip install -r requirements.txtto install remaining requirements