Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 608 Bytes

File metadata and controls

24 lines (18 loc) · 608 Bytes

Access data from any source

ESMValCore supports a modular system for reading data from various data sources. In the future, this module may be extended with support for writing output data.

The interface is defined in the :mod:`esmvalcore.io.protocol` module and the other modules here provide an implementation for a particular data source.

esmvalcore.io

.. automodule:: esmvalcore.io

Submodules

.. toctree::
   :maxdepth: 1

   esmvalcore.io.esgf
   esmvalcore.io.intake_esgf
   esmvalcore.io.local
   esmvalcore.io.protocol
   esmvalcore.io.xcube