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.
With pip
:
pip install efts-io
See contributing.md if you want to contribute. This project follows practices from a template and the page copier-uv: Working on a project. Many thanks to Timothée Mazzucotelli for sharing this template.