This repository contains the recipe to process multiburst InSAR pairs for an SBAS network for an area of interest.
- Install Anaconda or Miniconda.
- Clone the
VolcSARvatoryrepository.git clone https://github.com/ASFHyP3/VolcSARvatory.git
- setup the development environment
cd VolcSARvatory conda env create -f environment.yaml - Activate
volcsarvatoryenvironment and install the package:conda activate volcsarvatory python -m pip install -e .
The notebook VolcSARvatory includes an example in Kilauea to submit an SBAS network in HyP3.
Depending on the mission being processed, some workflows will need you to provide credentials. Generally, credentials are provided via environment variables, but some may be provided by command-line arguments or via a .netrc file.
We strive to create a welcoming and inclusive community for all contributors to VolcSARvatory. As such, all contributors to this project are expected to adhere to our code of conduct.
Please see our CODE_OF_CONDUCT.md for the full code of conduct text.