Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 869 Bytes

File metadata and controls

17 lines (12 loc) · 869 Bytes

insarmaps_scripts

Collection of scripts to upload and manipulate data on https://insarmaps.miami.edu/

Installation

Docker

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.

Manual install

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.

  1. Install tippecanoe: https://github.com/mapbox/tippecanoe
  2. Install gdal: sudo apt-get install gdal-bin
  3. Install Mintpy: https://github.com/insarlab/MintPy/blob/main/docs/installation.md
  4. Run conda install -file environment.yml to install non-python code (tippecanoe)
  5. Run pip install -r requirements.txt to install remaining requirements