I'm trying to fix some invalid geometries using the Make Valid LWGEOM algorithm in QGIS 2.8.3 processing toolbox but a Python error occurs:
Traceback (most recent call last): File "C:/Users/Angelo/.qgis2/python/plugins\processing\gui\AlgorithmDialog.py", line 200, in accept if runalg(self.alg, self): File "C:/Users/Angelo/.qgis2/python/plugins\processing\gui\AlgorithmExecutor.py", line 51, in runalg alg.execute(progress) File "C:/Users/Angelo/.qgis2/python/plugins\processing\core\GeoAlgorithm.py", line 248, in execute str(e) + self.tr('\nSee log for more details')) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe8 in position 19: ordinal not in range(128)
How can I fix it? Or which other method could I use to fix the invalid geometries? I have to fix some shapefiles which may contain hundreds of invalid ones so I can't do it manually... I also tried the same procedure in QGIS 2.10.1 but the same error occurs...
أكثر...
Traceback (most recent call last): File "C:/Users/Angelo/.qgis2/python/plugins\processing\gui\AlgorithmDialog.py", line 200, in accept if runalg(self.alg, self): File "C:/Users/Angelo/.qgis2/python/plugins\processing\gui\AlgorithmExecutor.py", line 51, in runalg alg.execute(progress) File "C:/Users/Angelo/.qgis2/python/plugins\processing\core\GeoAlgorithm.py", line 248, in execute str(e) + self.tr('\nSee log for more details')) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe8 in position 19: ordinal not in range(128)
How can I fix it? Or which other method could I use to fix the invalid geometries? I have to fix some shapefiles which may contain hundreds of invalid ones so I can't do it manually... I also tried the same procedure in QGIS 2.10.1 but the same error occurs...
أكثر...