Skip to content

efts-io

ci documentation pypi version gitter

Ensemble forecast time series - input/output with netcdf

Overview

Plain text files are not well suited to storing the large volumes of data generated for and by ensemble streamflow forecasts with numerical weather prediction models. netCDF is a binary file format developed primarily for climate, ocean and meteorological data. netCDF has traditionally been used to store time slices of gridded data, rather than complete time series of point data. efts-io is for handling the latter. It reads and writes netCDF data following the NetCDF for Water Forecasting Conventions v2.0.

Installation

pip install efts-io

With uv:

uv tool install efts-io