Hi Everyone!
I've started to use the QGIS add-on PostTelemac and it looks very promising. However I have problem with opening 3D-results files with PostTelemac. Is this a known problem and are there any workarounds? When I try to open a 3D-result file I get the following error message:
2016-04-15T07:57:59 1 Traceback (most recent call last):
File "C:/Users/sebjam/.qgis2/python/plugins\PostTelemac\dialogs\posttelemacpropertiesdialog.py", line 329, in loadSelafin
self.layer.load_selafin(tempname)
File "C:/Users/sebjam/.qgis2/python/plugins\PostTelemac\libs\post_telemac_pluginlayer.py", line 217, in load_selafin
self.hydrauparser.loadHydrauFile(self.hydraufilepath)
File "C:/Users/sebjam/.qgis2/python/plugins\PostTelemac\posttelemacparsers\posttelemac_selafin_parser.py", line 53, in loadHydrauFile
self.initMplTriangulation()
File "C:/Users/sebjam/.qgis2/python/plugins\PostTelemac\posttelemacparsers\posttelemac_selafin_parser.py", line 182, in initMplTriangulation
self.triangulation = matplotlib.tri.Triangulation(meshx,meshy,np.array(ikle))
File "C:\PROGRA~1\QGISES~1\apps\Python27\lib\site-packages\matplotlib-1.3.1-py2.7-win-amd64.egg\matplotlib\tri\triangulation.py", line 72, in __init__
raise ValueError('triangles must be a (?,3) array')
ValueError: triangles must be a (?,3) array