File: index.rst

package info (click to toggle)
eccodes-python 2%3A2.39.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,856 kB
  • sloc: python: 3,455; sh: 326; ansic: 276; makefile: 81; cpp: 30
file content (33 lines) | stat: -rw-r--r-- 841 bytes parent folder | download
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
29
30
31
32
33


=======
CF-GRIB
=======

:Version: |release|
:Date: |today|


Python 3 interface to encode and decode GRIB and BUFR files via the
`ECMWF ecCodes library <https://confluence.ecmwf.int/display/ECC/>`_.

Features:

- reads and writes GRIB 1 and 2 files,
- reads and writes BUFR 3 and 4 files,
- supports all modern versions of Python and PyPy3,
- works on most *Linux* distributions and *MacOS*, the *ecCodes* C-library is the only system dependency,
- PyPI package can be installed without compiling,
  at the cost of being twice as slow as the original *ecCodes* module,
- an optional compile step makes the code as fast as the original module
  but it needs the recommended (the most up-to-date) version of *ecCodes*.

Limitations:

- Microsoft Windows support is untested.


.. toctree::
    :maxdepth: 2
    :caption: Table of Contents