From fe6e8cae6d465c7d31300dd7ecdd190640b62dc7 Mon Sep 17 00:00:00 2001 From: Iain Russell <40060766+iainrussell@users.noreply.github.com> Date: Wed, 29 Jan 2025 10:39:54 +0000 Subject: [PATCH] Trivial change for testing ci --- ADVANCED_USAGE.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/ADVANCED_USAGE.rst b/ADVANCED_USAGE.rst index 688f4008..4d676133 100644 --- a/ADVANCED_USAGE.rst +++ b/ADVANCED_USAGE.rst @@ -6,6 +6,7 @@ internally as an array of *Field*, each *Field* being represented by a file path length where the actual GRIB message can be found. Thus, a *Fieldset* can represent an ordered collection of *Field* which are at various locations of several files. + *cfgrib* now provides the definition of a ``Field`` and ``Fieldset`` types in the ``cfgrib.abc`` module and additionally a ``MappingFieldset`` for specialised use. The implementations are based on simple python sequences and mappings so that *cfgrib*