eccodes/python
Shahram Najm abc2ef8d4a Renumber product constants 2015-03-27 20:31:08 +00:00
..
CMakeLists.txt Fix for rpath in python wrapper when shared libs 2015-03-20 18:26:32 +00:00
Makefile.am Rebranding: python install dir 2015-02-23 10:02:31 +00: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 ECC-80: Python example/test 2015-03-12 18:04:42 +00:00
eccodes.py ECC-80: Python example/test 2015-03-12 18:04:42 +00:00
extrules.am Remove p4 commands 2014-08-05 13:10:51 +01:00
grib_errors.h Implemented attributes functions in accessor_class_gen. Changed json dump 2015-02-09 12:41:17 +00:00
grib_interface.c ECC-80: Python example/test 2015-03-12 18:04:42 +00:00
grib_interface.h ECC-80: Python example/test 2015-03-12 18:04:42 +00:00
gribapi.c Update Copyright notice to 2015 2015-01-05 15:45:46 +00:00
gribapi.py Renumber product constants 2015-03-27 20:31:08 +00:00
gribapi_swig.i ECC-80: Python example/test 2015-03-12 18:04:42 +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.in ECC-63: Change name of the library (autotools) 2015-02-14 16:22:49 +00:00
swig_wrap_array.c ECC-80: Added swig generated files 2015-03-12 17:59:51 +00:00
swig_wrap_array.py ECC-80: Added swig generated files 2015-03-12 17:59:51 +00:00
swig_wrap_numpy.c ECC-80: Added swig generated files 2015-03-12 17:59:51 +00:00
swig_wrap_numpy.py ECC-80: Added swig generated files 2015-03-12 17:59:51 +00: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 Remove the eccode prefix and revert to previous gribapi. Will revisit when merging with ecCodes 2013-06-14 13:56:55 +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/