Skip to content

mak08/cl-eccodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cl-eccodes

CFFI bindings for GRIB-API functions from the ecCodes library (not complete, read access only)

Description

cl-eccodes provides bindings to GRIB API functions for reading GRIB2 files.

Prerequisites

  • Install ecCodes

    $ wget https://software.ecmwf.int/wiki/download/attachments/45757960/eccodes-2.5.0-Source.tar.gz
    $ tar xzf eccodes-2.5.0-Source.tar.gz
    $ mkdir eccodes_build; cd eccodes_build
    $ cmake ../eccodes-2.5.0-Source/ -DENABLE_ECCODES_THREADS=ON -DCMAKE_INSTALL_PREFIX=/usr/local
    $ make
    $ ctest
    $ sudo make install

About

ecCodes bindings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors