2015-03-06 17:44:10 +00:00
|
|
|
ecCodes is the ECMWF encoding/decoding software for GRIB and BUFR.
|
2015-06-02 15:52:25 +00:00
|
|
|
|
2015-02-20 18:24:13 +00:00
|
|
|
Documentation can be found here:
|
|
|
|
https://software.ecmwf.int/wiki/display/ECC/ecCodes+Home
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
INSTALLATION
|
|
|
|
|
2015-03-06 17:44:10 +00:00
|
|
|
1. Download eccodes from https://software.ecmwf.int/wiki/display/ECC/Releases.
|
2013-03-25 12:04:10 +00:00
|
|
|
2. Unpack distribution:
|
|
|
|
|
2015-03-06 17:44:10 +00:00
|
|
|
> tar xzf eccodes-X.tar.gz
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2015-03-06 17:44:10 +00:00
|
|
|
3. Create a separate directory where to build eccodes
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2015-03-06 17:44:10 +00:00
|
|
|
> mkdir build ; cd build
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2015-03-06 17:44:10 +00:00
|
|
|
4. Run cmake
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2015-03-06 17:44:10 +00:00
|
|
|
> cmake ../eccodes-X -DCMAKE_INSTALL_PREFIX=/path/to/where/you/install/eccodes
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
5. make, check and install
|
|
|
|
|
|
|
|
> make
|
|
|
|
...
|
|
|
|
> make check
|
|
|
|
...
|
|
|
|
> make install
|
|
|
|
...
|
|
|
|
|
2015-03-06 17:44:10 +00:00
|
|
|
For further details, see: https://software.ecmwf.int/wiki/display/ECC/ecCodes+installation
|
|
|
|
|
|
|
|
|
2013-03-25 12:04:10 +00:00
|
|
|
COPYRIGHT AND LICENSE
|
|
|
|
|
2015-01-05 15:45:46 +00:00
|
|
|
Copyright 2005-2015 ECMWF.
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
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.
|
|
|
|
|