ECMWF's GRIB and BUFR decoding/encoding library
Go to file
Shahram Najm 0145dc3517 Exclusions 2015-04-10 13:44:00 +01:00
.settings Added settings for Eclipse 2015-02-04 16:28:19 +00:00
bamboo Tests under Bamboo should now run in parallel 2015-01-28 13:46:25 +00:00
concepts Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
config cleanup old unused code. Made json bufr_dump default 2015-02-12 09:14:47 +00:00
confluence Make C, Fortran and Python examples ECC-15 2015-03-27 09:35:04 +00:00
data Support for METAR testing 2015-04-10 13:39:03 +01:00
definitions Support for METAR testing 2015-04-10 13:39:03 +01:00
doxygen ECC-86: Rename all grib related API examples (Part 17) 2015-03-18 13:24:48 +00:00
examples Make C, Fortran and Python examples ECC-15 2015-03-27 09:35:04 +00:00
examples.dev Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
fortran Add rule for eccodes mod file 2015-03-30 12:43:41 +01:00
gaussian_experimental Merge grib api and eccodes - part 4 - src compiles 2014-06-20 18:18:57 +01:00
grib_api_for_mars/definitions/grib1 Update Copyright notice to 2015 2015-01-05 15:45:46 +00:00
gribex Merge grib api and eccodes - part 4 - src compiles 2014-06-20 18:18:57 +01:00
html Update Copyright notice to 2015 2015-01-05 15:45:46 +00:00
ifs_samples Rebranding: cmake config etc 2015-02-18 18:11:38 +00:00
java Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
m4 cleanup old unused code. Made json bufr_dump default 2015-02-12 09:14:47 +00:00
mars_tests ECC-28: Change the prefix of all environment variables 2015-01-23 22:47:51 +00:00
parameters Replace macros/makefile vars to use ECCODES prefix 2015-01-24 22:19:32 +00:00
perf Update Copyright notice to 2015 2015-01-05 15:45:46 +00:00
perl Update Copyright notice to 2015 2015-01-05 15:45:46 +00:00
python Renumber product constants 2015-03-27 20:31:08 +00:00
rpms ECC-72: Discontinue support for Fortran77 2015-02-27 18:21:10 +00:00
samples Rebranding: cmake config etc 2015-02-18 18:11:38 +00:00
share/eccodes Rebranding 2015-02-20 13:54:12 +00:00
src added metar tools and tests 2015-04-10 12:14:23 +01:00
templates Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
tests Support for METAR testing 2015-04-10 13:39:03 +01:00
tests.ecmwf Merge grib api and eccodes - part 4 - src compiles 2014-06-20 18:18:57 +01:00
tigge Compiler warnings 2015-04-01 10:33:21 +01:00
tools added metar tools and tests 2015-04-10 12:14:23 +01:00
windows/msvc Rebranding: windef header file 2015-02-18 17:36:29 +00:00
.cproject Added cproject file for Eclipse 2015-02-04 16:28:35 +00:00
.gitignore Exclusions 2015-04-10 13:44:00 +01:00
.project Add Eclipse proj files 2014-12-11 14:45:09 +00:00
AUTHORS Rebranding 2015-02-20 18:24:13 +00:00
CMakeLists.txt Exclusions from make package_source 2015-04-01 09:50:46 +01:00
COPYING Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
ChangeLog Rebranding 2015-02-20 18:24:13 +00:00
INSTALL Use of CMake for installation and new web page 2015-03-06 17:44:10 +00:00
LICENSE Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
Makefile.am Rebranding 2015-02-20 13:54:12 +00:00
NEWS Use of CMake for installation and new web page 2015-03-06 17:44:10 +00:00
NOTICE Add statement re Visual Studio Support 2015-03-30 10:53:41 +01:00
README Use of CMake for installation and new web page 2015-03-06 17:44:10 +00:00
VERSION.cmake Update version number 2015-04-09 14:29:05 +01:00
acinclude.m4 Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
autogen.sh Remove restriction on autoreconf version 2013-08-22 17:01:16 +01:00
configure.ac Rebranding: ABI 2015-02-25 18:11:17 +00:00
eccodes_config.h.in GRIB-446 and GRIB-693: Missing version information in grib_api header files 2015-02-25 17:42:04 +00:00
grib_api-import.cmake.in Replace macros/makefile vars to use ECCODES prefix 2015-01-24 22:19:32 +00:00
license.pl Update Copyright notice to 2015 2015-01-05 15:45:46 +00:00
make_dist_definitions GRIB-446 and GRIB-693: Missing version information in grib_api header files 2015-02-25 17:42:04 +00:00
project_summary.cmake Rebranding 2015-02-20 18:24:13 +00:00
version.sh Update version number 2015-04-09 14:29:05 +01:00

README

ecCodes is the ECMWF encoding/decoding software for GRIB and BUFR.

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

INSTALLATION 

   1. Download eccodes from https://software.ecmwf.int/wiki/display/ECC/Releases.
   2. Unpack distribution:

        > tar xzf eccodes-X.tar.gz

   3. Create a separate directory where to build eccodes

        > mkdir build ; cd build

   4. Run cmake

        > cmake ../eccodes-X -DCMAKE_INSTALL_PREFIX=/path/to/where/you/install/eccodes

   5. make, check and install

        > make
        ...
        > make check
        ...
        > make install
        ...

For further details, see: https://software.ecmwf.int/wiki/display/ECC/ecCodes+installation


COPYRIGHT AND LICENSE

Copyright 2005-2015 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.