summaryrefslogtreecommitdiff
path: root/science/py-eccodes/pkg-descr
blob: 533369539ff1e8c0d07a08226b4c16e05be322df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Python 3 interface to encode and decode GRIB and BUFR files via the ECMWF
ecCodes library.

Features:
- reads and writes GRIB 1 and 2 files,
- reads and writes BUFR 3 and 4 files,
- supports all modern versions of Python 3.7, 3.6, 3.5 and PyPy3,
- works on most Linux distributions and MacOS, the ecCodes C-library is the only
  system dependency,
- PyPI package with no install time build (binds with CFFI ABI level, in-line
  mode),
- supports writing the index of a GRIB file to disk, to save a full-file scan on
  open.

WWW: https://github.com/ecmwf/eccodes-python