eccodes/python
Shahram Najm 405c7c384e Fix python lib path in bundle 2016-06-09 16:07:01 +01:00
..
CMakeLists.txt Fix python lib path in bundle 2016-06-09 16:07:01 +01:00
Makefile.am Fixes for F90 example and python setup 2016-04-04 16:53:25 +01:00
README Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
compare_iterator_values.sh Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
dummy.am Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
eccode.i bring master in sync with p4 main 2013-03-25 14:23:07 +00:00
eccode_swig.i solved ECC-85, ECC-118 2015-05-11 14:58:23 +01:00
eccodes.py Added the two constants GRIB_MISSING_DOUBLE and GRIB_MISSING_LONG 2015-11-16 16:22:21 +00:00
extrules.am Remove p4 commands 2014-08-05 13:10:51 +01:00
grib_errors.h ECC-128 part 1 2015-06-03 14:52:29 +01:00
grib_interface.c GRIB-902: Update copyright notices: 2015 -> 2016 2015-12-31 12:44:51 +00:00
grib_interface.h Add missing function prototypes 2016-04-26 14:21:16 +01:00
gribapi.c GRIB-902: Update copyright notices: 2015 -> 2016 2015-12-31 12:44:51 +00:00
gribapi.py Make minimum Python version 2.6 to enable Python3 in future 2016-06-01 16:40:20 +01:00
gribapi_swig.i solved ECC-85, ECC-118 2015-05-11 14:58:23 +01:00
init_eccodes.py ECC-154: Install python module correctly 2015-10-27 16:28:10 +00:00
init_gribapi.py ECC-154: Install python module correctly 2015-10-27 16:28:10 +00:00
numpy.i Fix spelling 2015-01-01 16:43:45 +00:00
run_tests.sh Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
setup.py.autotools.in Fixes for F90 example and python setup 2016-04-04 16:53:25 +01:00
setup.py.in Fix python lib path in bundle 2016-06-09 15:58:51 +01:00
swig_wrap_array.c Fix failing python tests: Must use old swig v1.3.40! 2015-05-11 18:47:11 +01:00
swig_wrap_array.py Fix failing python tests: Must use old swig v1.3.40! 2015-05-11 18:47:11 +01:00
swig_wrap_numpy.c Fix failing python tests: Must use old swig v1.3.40! 2015-05-11 18:47:11 +01:00
swig_wrap_numpy.py Fix failing python tests: Must use old swig v1.3.40! 2015-05-11 18:47:11 +01:00
test_extra.py Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
test_general.py ECC-117: Eliminate function codes_is_defined (Part 1) 2015-05-13 13:00:31 +01:00
test_index.py Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
test_iterator.py Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00
test_keysiterator.py Ported grib_api 1.10.4 from p4 to git 2013-03-25 12:04:10 +00:00

README

GRIB API Python bindings

In order to enable the Python bindings in the build,
use the --enable-python configure flag.

./configure --enable-python

This will enable the build of the Python bindings with 
NumPy support enabled. Python needs to be in the path
and, of course, the NumPy package installed.

To build the Python bindings without NumPy support, use 
the --disable-numpy configure flag. This will result in
Python array objects being used for data handling.

On 'make install', the Python bindings will be installed under
'${GRIBAPI_install_dir}/lib/pythonX.X/site-packages/grib_api',
where X.X is the version of python used to build the bindings.
Add this folder to your PYTHONPATH and you are ready to go.

For more information on the Python bindings, please visit our
website at:

http://www.ecmwf.int/publications/manuals/grib_api/