eccodes/README

61 lines
1.9 KiB
Plaintext
Raw Normal View History

2016-03-08 17:51:07 +00:00
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:
2015-07-31 10:09:59 +00:00
2016-03-08 17:51:07 +00:00
* WMO FM-92 GRIB edition 1 and edition 2
* WMO FM-94 BUFR edition 3 and edition 4
2016-10-20 15:58:38 +00:00
* WMO GTS abbreviated header (only decoding)
2015-07-31 10:09:59 +00:00
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.
2015-02-20 18:24:13 +00:00
Documentation can be found here:
2016-03-08 17:51:07 +00:00
https://software.ecmwf.int/wiki/display/ECC/ecCodes+Home
2013-03-25 12:04:10 +00:00
INSTALLATION
------------
2013-03-25 12:04: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:
> tar -xzf eccodes-x.y.z-Source.tar.gz
2013-03-25 12:04:10 +00:00
3. Create a separate directory where to build ecCodes:
> mkdir build
> cd build
2013-03-25 12:04:10 +00:00
2015-10-08 09:56:25 +00:00
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 recommended that you install into a clean directory
2013-03-25 12:04:10 +00:00
2015-10-08 09:56:25 +00:00
5. Compile, test and install:
> make
2015-10-08 09:56:25 +00:00
> ctest
> make install
2013-03-25 12:04:10 +00:00
For more details, please see:
https://software.ecmwf.int/wiki/display/ECC/ecCodes+installation
2013-03-25 12:04:10 +00:00
2016-03-08 17:51:07 +00:00
If you encounter any problems please send an e-mail with your problem to:
Software.Support@ecmwf.int
2013-03-25 12:04:10 +00:00
COPYRIGHT AND LICENSE
----------------------
2013-03-25 12:04:10 +00:00
2018-01-02 11:31:02 +00:00
Copyright 2005-2018 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.