Hi Basile,
I found the exportVTK
script at $ISSM_DIR/trunk/src/m/contrib/defleurian/paraview/exportVTK.py
, but it's giving me a syntax error (as you mentioned):
File "/opt/issm/trunk/src/m/contrib/defleurian/paraview/exportVTK.py", line 6
def exportVTK(filename, md, *args, enveloppe=False, **kwargs):
^
SyntaxError: invalid syntax
which can be fixed by putting *args
behind enveloppe=False
. I haven't had time to look through the rest of the script (it's very long!) but was wondering if a) you have an working version and can push it up to subversion, and b) if there is any way to contribute bugfixes back to ISSM. Just don't want to keep reinventing the wheel 😃
Wei Ji