Coldcast
Coldcast is a configurable downloader for hydrometric, radar, snow, NWP, reanalysis, and
related station or gridded products. It exposes a single coldcast CLI: you define URL and
filename patterns (and other options) in YAML so new upstream layouts rarely need code changes.
Hosted docs: https://coldcast.readthedocs.io/en/latest/
In this documentation
User guide — install the tool, run the CLI, edit settings, wire in FEWS run info, and browse per-source pages.
Python API — import Coldcast modules for tests, automation, or custom tooling (the CLI remains the primary interface).
If you are new here, start with Installation, then Command-line interface and Configuration.
User guide
- Installation
- Command-line interface
- Configuration
- Run-info overrides
- Data sources
- NOAA HRRR (
NOAA_HRRR) - NOAA GFS (
NOAA_GFS) - NOAA GEFS (
NOAA_GEFS) - ECCC NWP (
ECCC_NWP) - ECCC precip grids (
ECCC_PRECIP_GRID) - ECCC radar composite (
ECCC_RADAR) - ECCC GeoMet API (
ECCC_API) - Alberta WISKI API (
ALBERTA_API) - Dynamical catalog (
DYNAMICAL_CATALOG) - USDA SNOTEL (
SNOTEL) - Snowcast SWE (
SNOWCAST) - GlobSnow (
GLOBSNOW) - NOAA SNODAS (
SNODAS) - ERA5 (
ERA5) - ERA5-Land (
ERA5_LAND) - ECMWF (
ECMWF)
- NOAA HRRR (
- Publishing on Read the Docs