Metadata-Version: 2.4
Name: efts-io
Version: 0.10.3
Summary: Ensemble forecast time series
Author-Email: J-M <jean-michel.perraud@csiro.au>
License-Expression: BSD-3-Clause-Clear
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Project-URL: Homepage, https://csiro-hydroinformatics.github.io/efts-io
Project-URL: Documentation, https://csiro-hydroinformatics.github.io/efts-io
Project-URL: Changelog, https://csiro-hydroinformatics.github.io/efts-io/changelog
Project-URL: Repository, https://github.com/csiro-hydroinformatics/efts-io
Project-URL: Issues, https://github.com/csiro-hydroinformatics/efts-io/issues
Project-URL: Discussions, https://github.com/csiro-hydroinformatics/efts-io/discussions
Requires-Python: >=3.10
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: xarray
Requires-Dist: cf-xarray
Requires-Dist: pint-xarray
Requires-Dist: cftime
Requires-Dist: netcdf4>=1.7.1.post2
Description-Content-Type: text/markdown

# efts-io

[![ci](https://github.com/csiro-hydroinformatics/efts-io/workflows/ci/badge.svg)](https://github.com/csiro-hydroinformatics/efts-io/actions?query=workflow%3Aci)
[![documentation](https://img.shields.io/badge/docs-zensical-FF9100.svg?style=flat)](https://csiro-hydroinformatics.github.io/efts-io/)
[![pypi version](https://img.shields.io/pypi/v/efts-io.svg)](https://pypi.org/project/efts-io/)
[![gitter](https://img.shields.io/badge/matrix-chat-4DB798.svg?style=flat)](https://app.gitter.im/#/room/#efts-io:gitter.im)

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](https://csiro-hydroinformatics.github.io/efts-io/netcdf_for_water_forecasting).

## Installation

```bash
pip install efts-io
```

With [`uv`](https://docs.astral.sh/uv/):

```bash
uv tool install efts-io
```
