Skip to content

plesskem/eccodes

This branch is 655 commits behind ecmwf/eccodes:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2b0efc1 · Nov 5, 2024
Aug 29, 2024
Mar 1, 2024
Sep 25, 2023
Apr 26, 2021
Oct 9, 2024
Nov 5, 2024
Mar 7, 2024
Dec 27, 2022
Oct 3, 2024
Jan 29, 2023
Oct 12, 2024
May 17, 2022
Jun 30, 2022
Aug 31, 2021
Jul 17, 2024
Feb 20, 2015
Nov 5, 2024
Nov 4, 2024
Oct 9, 2024
Oct 7, 2024
Feb 13, 2023
Mar 15, 2024
Oct 9, 2024
Oct 21, 2024
Mar 25, 2013
Jan 28, 2019
Mar 14, 2024
Jan 28, 2020
Jan 28, 2019
Dec 26, 2021
Apr 13, 2024
Sep 20, 2024
Aug 27, 2020
Oct 19, 2020
Mar 17, 2017
Aug 27, 2024
Jul 19, 2022
Jan 31, 2024

Repository files navigation

ecCodes

Linux & macOS: master Linux & macOS: develop

Windows: master Windows: develop

codecov

ecCodes is a package developed by ECMWF which provides an application programming interface and a set of tools for decoding and encoding messages in the following formats:

  • WMO FM-92 GRIB edition 1 and edition 2
  • WMO FM-94 BUFR edition 3 and edition 4
  • WMO GTS abbreviated header (only decoding)

A useful set of command line tools provide quick access to the messages. C, Fortran 90 and Python interfaces provide access to the main ecCodes functionality.

ecCodes is an evolution of GRIB API. It is designed to provide the user with a simple set of functions to access data from several formats with a key/value approach.

Documentation can be found here: https://confluence.ecmwf.int/display/ECC/ecCodes+Home

INSTALLATION

  1. Download ecCodes from https://confluence.ecmwf.int/display/ECC/Releases

  2. Unpack distribution:

    tar -xzf eccodes-x.y.z-Source.tar.gz
    
  3. Create a separate directory to build ecCodes:

    mkdir build
    cd build
    
  4. Run cmake pointing to the source and specify the installation location:

    cmake  ../eccodes-x.y.z-Source -DCMAKE_INSTALL_PREFIX=/path/to/where/you/install/eccodes
    

    It is strongly recommended that you install into a clean directory

  5. Compile, test and install:

    make
    ctest
    make install
    

To add the Python3 bindings, use pip3 install from PyPI as follows:

pip3 install eccodes

For more details, please see: https://confluence.ecmwf.int/display/ECC/ecCodes+installation

If you encounter any problems please visit our Support Portal:

https://support.ecmwf.int

COPYRIGHT AND LICENSE

(C) Copyright 2005- ECMWF.

This software is licensed under the terms of the Apache Licence Version 2.0 which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.

In applying this licence, ECMWF does not waive the privileges and immunities granted to it by virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.

About

ECMWF's GRIB and BUFR decoding/encoding library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 55.1%
  • HTML 15.8%
  • C 12.2%
  • Shell 9.0%
  • Fortran 2.4%
  • Perl 1.4%
  • Other 4.1%