Python package for processing snow property information from remote sensing sources. Also includes utility methods to convert data into data formats to process information in parallel using Dask
Some dependent packages are only available via pip
. To install all required
packages, first create a conda environment, and then add the missing packages
via pip install
.
conda create -n snobedo -f environment.yml
conda activate snobedo
pip install -r requirements.txt --no-deps
NOTE: The '-e' flag installs the packages as editable from source.
git clone git@github.com:UofU-Cryosphere/isnoda.git
cd isnoda/package
python -m pip install -e .