Collection of python workflows for evaluating, running and interpreting National Hydrologic Model sub-basin extractions (NHMx)
Instructions at this link
Open a miniforge prompt.
If the nhm
environment already exists, then remove it:
conda remove -y --name nhm --all
Install a fresh env:
conda env create -f environment.yml
activate nhm
jupyter lab
Ready to go! 👍