File: index.rst

package info (click to toggle)
pyodc 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 700 kB
  • sloc: python: 2,369; ansic: 86; makefile: 32
file content (28 lines) | stat: -rw-r--r-- 756 bytes parent folder | download | duplicates (2)
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