eccodes/python3
Shahram Najm 12c6150917 Copyright notices: use new format 2020-01-28 14:32:34 +00:00
..
eccodes Add CODES_PRODUCT_GTS 2019-03-19 16:00:07 +00:00
gribapi Add CODES_PRODUCT_GTS 2019-03-19 16:00:07 +00:00
CMakeLists.txt Python3: Enable Python 2 to work as before 2018-11-23 19:11:47 +00:00
README.swig Python3: Enable Python 2 to work as before 2018-11-23 19:11:47 +00:00
create_errors.py.sh Python3: Enable Python 2 to work as before 2018-11-23 19:11:47 +00:00
extrules.am Python3: Enable Python 2 to work as before 2018-11-23 19:11:47 +00:00
grib_errors.h Python3: Enable Python 2 to work as before 2018-11-23 19:11:47 +00:00
grib_interface.c Copyright notices: use new format 2020-01-28 14:32:34 +00:00
grib_interface.h ECC-866: Python3: codes_gts_new_from_file does not return all GTS bulletins 2019-01-10 16:02:47 +00:00
gribapi.c Copyright notices: use new format 2020-01-28 14:32:34 +00:00
gribapi_swig.i ECC-866: Python3: codes_gts_new_from_file does not return all GTS bulletins 2019-01-10 16:02:47 +00:00
numpy.i Python3: Enable Python 2 to work as before 2018-11-23 19:11:47 +00:00
run_tests.sh Python3: Enable Python 2 to work as before 2018-11-23 19:11:47 +00:00
setup.py.in Update URLs 2019-01-28 12:47:22 +00:00
swig_wrap_numpy.c ECC-866: Python3: codes_gts_new_from_file does not return all GTS bulletins 2019-01-10 16:02:47 +00:00
swig_wrap_numpy.py ECC-866: Python3: codes_gts_new_from_file does not return all GTS bulletins 2019-01-10 16:02:47 +00:00
test_iterator.py Python3: Enable Python 2 to work as before 2018-11-23 19:11:47 +00:00

README.swig

# we use pre-generated files from SWIG - to recreate them use: 

swig -python -module gribapi_swig -o swig_wrap_numpy.c gribapi_swig.i
cp gribapi_swig.py swig_wrap_numpy.py