Skip to content

Installation

Sean Horvath edited this page May 8, 2026 · 2 revisions

Installation

Requirements

  • 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)

Steps

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]"

Verifying the Installation

python -m teval --help

Clone this wiki locally