SnowDensityAI: statistical and machine learning models for snow density and snow water equivalent prediction.
- RMSE
| Software used | Link to the software | Hardware specifications | OS required |
|---|---|---|---|
| Python 3.11.5 | https://github.com/pyenv/pyenv | This code should work on any recent PC/Laptop | Linux (any), MacOS |
To use this package, you need to have Python installed. I recommend using the pyenv utility program. pyenv allows you to install different versions of Python and seamlessly switch between them.
Please follow the instructions here to install pyenv for your operation system (OS).
Setup your virtual environment if you would like to, otherwise move to step 2.
pyenv install 3.11.5
mkdir density_preds
cd density_preds
pyenv local 3.11.5
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pipgit clone https://github.com/Ibrahim-Ola/snow_density_ai.git
cd snow_density_aipip install .See examples on how to use this package.
