Helper scripts to download and process remote sensing data for MODIS and AMSR 2 satellites.
Steps for local setup:
- Clone repository
- Create conda environment using the supplied
environment.yml
:
conda create env -f environment.yml
- Install this repo to your conda environment:
conda activate servir_snow
cd <_path_to_cloned_repository_>/servir_snow
pip install -e .