-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Sean Horvath edited this page May 8, 2026
·
2 revisions
- Python >= 3.9
- A NextGen hydrofabric GeoPackage (
.gpkg) - T-Route NetCDF output files (one per formulation)
- USGS observations Parquet file (or enable
auto_download_usgs)
git clone https://github.com/shorvath-noaa/teval
cd teval
python -m venv .venv
source .venv/bin/activate
pip install -e .For development (includes pytest):
pip install -e ".[dev]"python -m teval --help