1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Welcome to pyodc’s documentation!
=================================
**pyodc** is a Python interface to :doc:`odc <odc:index>` for encoding/decoding ODB-2 files.
The package contains two different implementations of the same library:
.. index:: pyodc
* **pyodc** is a pure Python encoder and decoder for ODB-2 data, which encodes data from, and decodes it into pandas data frames
.. index:: codc
* **codc** is an implementation of the same API as **pyodc** that depends on the ECMWF **odc** library, and comes with *much* better performance
.. index:: Contents
.. toctree::
:maxdepth: 1
:caption: Contents
content/introduction
content/installation
content/usage
content/api
content/development
content/licence
genindex
|