Python docs

This commit is contained in:
Shahram Najm 2017-03-14 11:55:29 +00:00
parent 1bbc41b6c7
commit 32dd699f88
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
@brief This package is the \b Python interface to ecCodes. It offers almost one to one bindings to the C API functions.
The Python interface to ecCodes uses the <a href="http://numpy.scipy.org/"><b>NumPy</b></a> package
as the container of choice for the possible arrays of values that can be encoded/decoded in and from a grib message.
as the container of choice for the possible arrays of values that can be encoded/decoded in and from a message.
Numpy is a package used for scientific computing in Python and an efficient container for generic data.
The Python interface can be enabled/disabled from CMake by using the following flag:\n