Skip to content

USDA-ARS-NWRC/pysnobal

Repository files navigation

Python Snobal

Python implementation of the Snobal model applied at either a point or over and image (iSnobal). This package conatains the C libraries of Snobal in a python wrapper for more flexibility and ease of interaction.

ipysnobal.py has functions for general interaction. More detailed and flexible functions can be found in the Automated Water Supply Model (AWSM).

Usage

For Linux systems when installing: export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

Development Installation

To install the development environment:

pipenv install --dev