eccodes

The primary GRIB encoding/decoding package used at European Centre for Medium-Range Weather Forecasts used in meteorology to store historical and forecast weather data.
https://github.com/ecmwf/eccodes

Category: Atmosphere
Sub Category: Meteorological Observation and Forecast

Keywords

bufr decoding encoding grib meteorology wmo

Keywords from Contributors

weather earth-science odb weather-forecast ecmwf notebook cold heat thermal-confort

Last synced: about 8 hours ago
JSON representation

Repository metadata

ECMWF's GRIB and BUFR decoding/encoding library

README.md

ecCodes

Linux & macOS: master
Linux & macOS: develop

Windows: master
Windows: develop

codecov

Anaconda-Server Badge

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.


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 2 days ago

Total Commits: 9,991
Total Committers: 57
Avg Commits per committer: 175.281
Development Distribution Score (DDS): 0.142

Commits in past year: 1,076
Committers in past year: 18
Avg Commits per committer in past year: 59.778
Development Distribution Score (DDS) in past year: 0.194

Name Email Commits
Shahram Najm m****n@e****t 8577
Eugen Betke e****e@e****t 294
Enrico Fucile m****c@e****t 235
Sebastien Villaume s****e@e****t 133
Matthew Griffith M****h@e****t 113
Sandor Kertesz c****r@e****t 96
Robert Osinski r****i@e****t 72
Daniel Tipping d****l@o****h 72
Florian Rathgeber f****r@e****t 52
Baudouin Raoult b****t@e****t 39
Marijana Crepulja m****c@e****t 36
Richard Mladek R****k@e****t 36
Dusan Figala d****a@p****m 29
Tiago Quintino t****o@e****t 29
Pedro Maciel P****l@e****t 27
Philippe Marguinaud p****d@m****r 21
Eugen Betke m****e@a****x 13
Stephan Siemen s****n@e****t 13
Eugen Betke m****e@a****x 10
Daniel Lee e****5@g****m 9
Enrico Fucile e****e@e****t 8
Vojta Tuma v****a@g****m 7
Iain Russell I****l@e****t 6
plesskem m****e@e****t 6
Eugen Betke m****e@a****x 4
Olivier Iffrig o****g@e****t 3
Igor S. Gerasimov i****r@y****u 3
Mamoru TASAKA m****a@f****g 3
Shinji Suzuki s****i@g****m 3
Willem Deconinck w****k@e****t 3
and 27 more...

Committer domains:


Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 0
Total pull requests: 291
Average time to close issues: N/A
Average time to close pull requests: about 1 month
Total issue authors: 0
Total pull request authors: 39
Average comments per issue: 0
Average comments per pull request: 1.52
Merged pull request: 238
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 115
Past year average time to close issues: N/A
Past year average time to close pull requests: 5 days
Past year issue authors: 0
Past year pull request authors: 20
Past year average comments per issue: 0
Past year average comments per pull request: 1.92
Past year merged pull request: 97
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/ecmwf/eccodes

Top Issue Authors

Top Pull Request Authors

  • shahramn (87)
  • rdosinski (39)
  • joobog (30)
  • mjg41 (28)
  • figi44 (13)
  • pmaciel (13)
  • tmi (10)
  • sebvi (9)
  • dtip (6)
  • richard-mladek (6)
  • ReallyNiceGuy (5)
  • mtasaka (5)
  • marijanacrepulja (4)
  • teresanoviello (3)
  • kevstone (3)

Top Issue Labels

Top Pull Request Labels

  • approved-for-ci (157)
  • contributor (55)
  • enhancement (1)

Package metadata

alpine-edge: eccodes

API and tools for decoding and encoding WMO meteorological message formats

  • Homepage: https://github.com/ecmwf/eccodes
  • Licenses: Apache-2.0
  • Latest release: 2.41.0-r0 (published 23 days ago)
  • Last Synced: 2025-05-05T17:46:09.022Z (23 days ago)
  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Average: 12.309%
    • Forks count: 14.101%
    • Dependent packages count: 15.993%
    • Stargazers count: 19.143%
  • Maintainers (1)

Dependencies

.github/workflows/ecmwflibs.yml actions
  • mvasigh/dispatch-action main composite
.github/workflows/cd.yml actions
.github/workflows/ci.yml actions
  • ecmwf-actions/dispatch-private-downstream-ci v1 composite
  • ecmwf-actions/notify-teams v1 composite
.github/workflows/label-public-pr.yml actions
.github/workflows/nightly.yml actions
  • ecmwf-actions/notify-teams v1 composite
  • ecmwf-actions/reusable-workflows/build-package-with-config v2 composite
.github/workflows/notify-new-pr.yml actions
  • ecmwf-actions/notify-teams-pr v1 composite
.github/workflows/reusable-ci-hpc.yml actions
.github/workflows/reusable-ci.yml actions
.github/workflows/sync.yml actions

Score: 9.468001285315953