diff --git a/html/group__environment.html b/html/group__environment.html index 1af243a8e..238e676c7 100644 --- a/html/group__environment.html +++ b/html/group__environment.html @@ -82,12 +82,11 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
ECCODES_DEBUG - If set to 1, it will enable debug level logging messages to be displayed by the library.
ECCODES_FAIL_IF_LOG_MESSAGE - If set to 1, it will cause the library to exit when an error or warning is encountered.
ECCODES_IO_BUFFER_SIZE - Defines the size in bytes of the buffer used in the IO calls from Fortran and in the tools.
-ECCODES_NO_ABORT - When set to 1 it causes ecCodes not to abort execution on failing asserts.
+ECCODES_NO_ABORT - When set to 1 it causes ecCodes not to abort execution on failing asserts.
ECCODES_GRIB_WRITE_ON_FAIL - When set to 1 it will write the last processed GRIB message in a file named $PID_$FILEID_error.grib on failure in a fortran function used without the return code argument.
-ECCODES_DEFINITION_PATH - Set to the folder containing the set of definition files you want ecCodes to use instead of the default one.
-ECCODES_GRIBEX_MODE_ON - When set to 1 it will enable the GRIBEX compatibility mode and ecCodes will produce GRIB messages readable by GRIBEX.
-ECCODES_GRIB_IEEE_PACKING - Accepted values 32 or 64 for 32 or 64 bits IEEE floating point respectively. The GRIB message produced will contain data written in IEEE floating point without packing.
-ECCODES_SAMPLES_PATH - Set to the folder containing the set of samples you want ecCodes to use instead of the default one.
+ECCODES_DEFINITION_PATH - Set to the folder containing the set of definition files you want ecCodes to use instead of the default one.
+ECCODES_GRIBEX_MODE_ON - When set to 1 it will enable the GRIBEX compatibility mode and ecCodes will produce GRIB messages readable by GRIBEX.
+ECCODES_SAMPLES_PATH - Set to the folder containing the set of samples you want ecCodes to use instead of the default one.
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:
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.
diff --git a/html/namespaceec_codes.html b/html/namespaceec_codes.html index f847c8e13..6622e5da6 100644 --- a/html/namespaceec_codes.html +++ b/html/namespaceec_codes.html @@ -365,16 +365,16 @@ FunctionsThis package is the Python interface to ecCodes.
-It offers almost one to one bindings to the C API functions.
-The Python interface to ecCodes uses the NumPy package as the container of choice for the possible arrays of values that can be encoded/decoded in and from a grib 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:
+
It offers almost one-to-one bindings to the C API functions.
+The Python interface to ecCodes uses the NumPy package 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 added via:
When this is enabed, then the system Python will be used to build the interface.
Requirements:
-- Python 2.6 or higher +- Python 3.5 or higher - NumPy