ECMWF's GRIB and BUFR decoding/encoding library
Go to file
Enrico Fucile 345901ee7e fixed merge problem 2014-08-07 13:12:08 +01:00
bamboo add bamboo support 2013-09-20 16:27:42 +01:00
concepts Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
config bring branch 2.0.0 in sync with p4 releases/2.0.0 2013-03-25 14:31:59 +00:00
data Merge branch 'eccodes' of ssh://software.ecmwf.int:7999/GRIB/grib_api into eccodes 2014-08-07 12:07:36 +01:00
definitions made separate bufr low level decoding to be compatible with bufrdc. Made test to 2014-08-07 12:03:53 +01:00
doxygen Cmake changes and merges from master 2013-04-02 15:17:46 +01:00
examples GRIB-568: Python call grib_new_from_file does not fail on corrupt GRIB message 2014-07-31 14:05:14 +01:00
examples.dev Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
fortran GRIB-563: grib_find_nearest memory leak 2014-07-17 13:38:14 +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 text 2014-01-03 16:22:21 +00:00
gribex Merge grib api and eccodes - part 4 - src compiles 2014-06-20 18:18:57 +01:00
html Update copyright text 2014-01-03 16:22:21 +00:00
ifs_samples Merge grib api and eccodes - part 1 2014-06-18 17:14:01 +01:00
java Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
m4 Autotools make dist: add linux distro 2014-07-31 15:06:44 +01:00
mars_tests Update copyright text 2014-01-03 16:22:21 +00:00
parameters Merge grib api and eccodes - part 4 - src compiles 2014-06-20 18:18:57 +01:00
perf Update copyright text 2014-01-03 16:22:21 +00:00
perl Update copyright text 2014-01-03 16:22:21 +00:00
python Remove p4 commands 2014-08-05 13:10:51 +01:00
rpms SUPINF-247: fix builds in newer rpmbuild versions 2014-07-03 17:27:12 +01:00
samples GRIB-542: Sample file geometry is incorrectly specified 2014-06-23 13:18:25 +01:00
share/grib_api Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
sms Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
src fixed merge problem 2014-08-07 13:12:08 +01:00
templates Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
tests fixed merge problem 2014-08-07 13:12:08 +01:00
tests.ecmwf Merge grib api and eccodes - part 4 - src compiles 2014-06-20 18:18:57 +01:00
tigge Merge grib api and eccodes - part 1 2014-06-18 17:14:01 +01:00
tools CMake: add bufr tools etc 2014-08-05 17:16:30 +01:00
use Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
windows/msvc Windows support: added new files to Visual Studio Project 2014-08-05 13:50:22 +01:00
.gitignore Merge branch 'eccodes' of ssh://software.ecmwf.int:7999/GRIB/grib_api into eccodes 2014-08-07 12:07:36 +01:00
AUTHORS bring master in sync with p4 main 2013-03-25 14:23:07 +00:00
CMakeLists.txt CMake: PNG and SZIP disabled by default 2014-07-17 14:39:55 +01:00
COPYING Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
ChangeLog bring master in sync with p4 main 2013-03-25 14:23:07 +00:00
INSTALL Fix download URL 2014-08-05 16:39:00 +01:00
LICENSE Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
Makefile.am Autotools make dist fixes 2014-07-31 15:42:59 +01:00
NEWS Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
NOTICE Update copyright text 2014-01-03 16:22:21 +00:00
README Update copyright text 2014-01-03 16:22:21 +00:00
VERSION.cmake Update version 2014-07-31 15:47:06 +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 Remove mars_tests 2013-11-14 11:10:15 +00:00
grib_api_config.h.in Update copyright text 2014-01-03 16:22:21 +00:00
license.pl Update copyright text 2014-01-03 16:22:21 +00:00
make_dist_definitions Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
project_summary.cmake Cmake changes from Tiago 2013-05-14 17:38:40 +01:00
version.sh Update version 2014-07-31 15:47:06 +01:00

README

grib_api is the ECMWF encoding/decoding software for GRIB edition 1 and 2.

Documentation in html format can be found in the html directory of the 
distribution directory.

INSTALLATION 

Standard Installation
   1. Download grib_api from https://software.ecmwf.int/wiki/display/GRIB/Releases
   2. Unpack distribution:

        > gunzip grib_api-X.tar.gz
        > tar xf grib_api-X.tar

   3. Create the directory where to install grib_api say /usr/local/grib_api_dir

        > mkdir /usr/local/grib_api_dir

   4. Run the configure in the grib_api-X

        > cd grib_api-X
        > ./configure --prefix=/usr/local/grib_api_dir 

      Note that the prefix must be the absolute path of the
	  directory created.

   5. make, check and install

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

COPYRIGHT AND LICENSE

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