PYTHON3 - document how we generate the swig files ECC-264

This commit is contained in:
Stephan Siemen 2018-10-05 15:20:35 +01:00
parent bc58d73143
commit 114f8af0e0
1 changed files with 5 additions and 0 deletions

5
python/README.swig Normal file
View File

@ -0,0 +1,5 @@
# 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