mirror of https://github.com/ecmwf/eccodes.git
Improve text in README file
This commit is contained in:
parent
e8f0205bc3
commit
cc97806b33
17
README
17
README
|
@ -1,9 +1,9 @@
|
||||||
ecCodes is an application program interface developed by ECMWF for
|
ecCodes is a package developed by ECMWF which provides an application programming interface
|
||||||
decoding and encoding messages in the following formats:
|
and a set of tools for decoding and encoding messages in the following formats:
|
||||||
|
|
||||||
* WMO FM-92 GRIB edition 1 and edition 2
|
* WMO FM-92 GRIB edition 1 and edition 2
|
||||||
* WMO FM-94 BUFR edition 3 and edition 4
|
* WMO FM-94 BUFR edition 3 and edition 4
|
||||||
* WMO GTS abbreviated header (only decoding in this release).
|
* WMO GTS abbreviated header (only decoding in this release).
|
||||||
|
|
||||||
A useful set of command line tools provide quick access to the messages.
|
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.
|
C, Fortran 90 and Python interfaces provide access to the main ecCodes functionality.
|
||||||
|
@ -12,9 +12,8 @@ ecCodes is an evolution of GRIB API.
|
||||||
It is designed to provide the user with a simple set of functions to access data from
|
It is designed to provide the user with a simple set of functions to access data from
|
||||||
several formats with a key/value approach.
|
several formats with a key/value approach.
|
||||||
|
|
||||||
|
|
||||||
Documentation can be found here:
|
Documentation can be found here:
|
||||||
https://software.ecmwf.int/wiki/display/ECC/ecCodes+Home
|
https://software.ecmwf.int/wiki/display/ECC/ecCodes+Home
|
||||||
|
|
||||||
INSTALLATION
|
INSTALLATION
|
||||||
------------
|
------------
|
||||||
|
@ -42,6 +41,10 @@ INSTALLATION
|
||||||
For more details, please see:
|
For more details, please see:
|
||||||
https://software.ecmwf.int/wiki/display/ECC/ecCodes+installation
|
https://software.ecmwf.int/wiki/display/ECC/ecCodes+installation
|
||||||
|
|
||||||
|
If you encounter any problems please send an e-mail with your problem to:
|
||||||
|
|
||||||
|
Software.Support@ecmwf.int
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
COPYRIGHT AND LICENSE
|
COPYRIGHT AND LICENSE
|
||||||
|
|
Loading…
Reference in New Issue