Hi,
With the recent releases of QGIS, I got a Python error when I tried to open the PostTelemac plugin. The cause for the error seems to stem from the
statement in the
posttelemac_hdf_parser.py
. Here my troubleshoot, just in case this may help anyone (it might also be a good idea to adapt the PostTelemac plugin accordingly):
On Windows, the
posttelemac_hdf_parser.py
script may live in a directory such as
C:\Users\USERNAME\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\PostTelemac\meshlayerparsers\
. Thus:
- Find and open
posttelemac_hdf_parser.py
- Replace(i.e.,
import gdal) with
- Save and close
posttelemac_hdf_parser.py
Retry to start the PostTelemac plugin. It should run without issues now.
Best,
Sebastian