You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using RiverGIS with QGIS 2.18.14, PostGreQSL 9.5.4 64 bits and postgis.
When I use the option “RAS Geometry / XS Cut Lines Attributes / Elevations” in RIVERGIS, I get the following error message :
“Traceback (most recent call last):
File "C:/Users/POSTE5/.qgis2/python/plugins\rivergis\rivergis.py", line 83, in
self.ui.actionRASXSElevations.triggered.connect(lambda: r1d.ras1dXSElevations(self))
File "C:/Users/POSTE5/.qgis2/python/plugins\rivergis\ras1dFunctions.py", line 125, in ras1dXSElevations
prepare_DTMs(rgis)
File "C:/Users/POSTE5/.qgis2/python/plugins\rivergis\rasElevations.py", line 41, in prepare_DTMs
uri = ''{0}''.format(rlayer.dataProvider().dataSourceUri())
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 19: ordinal not in range(128) »
Please note that all the previous options (River reach name, stationing, bank station…) were executed without troubleshooting.
Have you any ideas ?
Thanks for your help.
Best Regards
Isabelle
The text was updated successfully, but these errors were encountered:
Hello, I made the following test : the raster was stored in a directory which name contained 'é'. I renamed it to remove 'é', and now it functions... What's the matter ?
Hello,
I am using RiverGIS with QGIS 2.18.14, PostGreQSL 9.5.4 64 bits and postgis.
When I use the option “RAS Geometry / XS Cut Lines Attributes / Elevations” in RIVERGIS, I get the following error message :
“Traceback (most recent call last):
File "C:/Users/POSTE5/.qgis2/python/plugins\rivergis\rivergis.py", line 83, in
self.ui.actionRASXSElevations.triggered.connect(lambda: r1d.ras1dXSElevations(self))
File "C:/Users/POSTE5/.qgis2/python/plugins\rivergis\ras1dFunctions.py", line 125, in ras1dXSElevations
prepare_DTMs(rgis)
File "C:/Users/POSTE5/.qgis2/python/plugins\rivergis\rasElevations.py", line 41, in prepare_DTMs
uri = ''{0}''.format(rlayer.dataProvider().dataSourceUri())
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 19: ordinal not in range(128) »
Please note that all the previous options (River reach name, stationing, bank station…) were executed without troubleshooting.
Have you any ideas ?
Thanks for your help.
Best Regards
Isabelle
The text was updated successfully, but these errors were encountered: