BASEMENTBasic Simulation Environment for computation of environmental flow and natural hazard simulationLaboratory of Hydraulics, Hydrology and Glaciology (VAW)ETH Zurich |
You are not logged in.
Pages: 1
Topic closed
Hi
If I try to generate an elevation mesh in QGIS 2.8.3 with the BASEmesh v1.3, I get the following error:
Traceback (most recent call last):
File "C:/Users/WAB/.qgis2/python/plugins\BASEmesh\elevation\elevation_dialog.py", line 148, in accept
elevationLayer = commonFunctions.readSelection (self.elevationComboBox)
File "C:/Users/WAB/.qgis2/python/plugins\BASEmesh\tools\commonFunctions.py", line 72, in readSelection
if layer.name() == str(boxname.currentText() ):
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 3: ordinal not in range(128)
How can I solve this problem?
Thanks for helping!
Offline
Hi,
this problem is related to the naming of your project folders and/or the layers you use in QGIS and points out that python can't deal with the German 'Umlaut ä'. Never use characters like 'ä,ö or ü' in the naming of folders and shapefiles!
Regards,
Stephan
Offline
Pages: 1
Topic closed