Skip to content

Example Data v0.7.0

Choose a tag to compare

@DarriEy DarriEy released this 12 Feb 20:19
· 1130 commits to main since this release

SYMFLUENCE Example Data v0.7.0

Minimal test data bundle for SYMFLUENCE v0.7.0 CI and testing.
Same data as v0.6.0 — re-released for version alignment.

What's Included

domain_bow_banff_minimal

Bow River at Banff, Alberta, Canada

  • Location: 51.18°N, -115.57°W
  • Basin Area: ~2290 km²
  • Forcing: ERA5 hourly reanalysis (January 2004)
  • Observations: WSC streamflow data

Contents:

  • forcing/raw_data/
    • bow_banff_ERA5_200401_3hr.nc - 3-hour forcing for smoke tests (44 KB)
    • bow_banff_ERA5_200401_1month.nc - 1-month forcing for full tests (737 KB)
  • shapefiles/ - Pour point, catchment, river network, basin boundaries
  • attributes/ - DEM (elevation), land cover, soil classification
  • observations/streamflow/ - Preprocessed streamflow observations

Installation

# Manual download
unzip example_data_v0.7.0.zip -d /path/to/SYMFLUENCE_data/

# Or automatic via pytest fixtures
pytest tests/  # downloads automatically if needed

Bundle Details

  • Total compressed: 17 MB
  • Total uncompressed: 30 MB
  • Data sources: ERA5, Copernicus DEM, MODIS, SoilGrids, WSC

Related Releases