I've been trying for a while to do a reclassification on slope rasters in QGIS for Mac (QGIS version: 3.18.2-Zürich) but always get Execution Failed error.
This is the second project where I just give up.
Does anyone know what the issue is?
Full log with the error message is as follows:
QGIS version: 3.18.2-Zürich QGIS code revision: 44d7dfabbe Qt version: 5.14.2 GDAL version: 3.2.1 GEOS version: 3.9.1-CAPI-1.14.2 PROJ version: Rel. 6.3.2, May 1st, 2020 PDAL version: 2.2.0 (git-version: Release) Processing algorithm… Algorithm 'r.reclass' starting… Input parameters: { 'GRASS_RASTER_FORMAT_META' : '', 'GRASS_RASTER_FORMAT_OPT' : '', 'GRASS_REGION_CELLSIZE_PARAMETER' : 0, 'GRASS_REGION_PARAMETER' : None, 'input' : '/Users/shane/Documents/GIS Client Work/Mapping/Danbri Farm/Danbri 1/Geography/Danbri1_Slope.tif', 'output' : 'TEMPORARY_OUTPUT', 'rules' : '', 'txtrules' : '0 thru 10 = 1\n11 thru 20 = 2\n21 thru 89 =3' }
Traceback (most recent call last):
File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/algs/grass7/Grass7Algorithm.py", line 423, in processAlgorithm
getattr(self, fullName)(parameters, context, feedback)
File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/algs/grass7/Grass7Algorithm.py", line 480, in processInputs
self.loadRasterLayerFromParameter(
File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/algs/grass7/Grass7Algorithm.py", line 731, in loadRasterLayerFromParameter
self.loadRasterLayer(name, layer, external, band)
File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/algs/grass7/Grass7Algorithm.py", line 746, in loadRasterLayer
self.setSessionProjectionFromLayer(layer)
File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/algs/grass7/Grass7Algorithm.py", line 1044, in setSessionProjectionFromLayer
self.setSessionProjection(layer.crs())
File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/algs/grass7/Grass7Algorithm.py", line 1051, in setSessionProjection
file_name = Grass7Utils.exportCrsWktToFile(crs)
File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/algs/grass7/Grass7Utils.py", line 95, in exportCrsWktToFile
f.write(wkt)
UnicodeEncodeError: 'ascii' codec can't encode character '\xb0' in position 904: ordinal not in range(128)
Execution failed after 0.08 seconds
Loading resulting layers Algorithm 'r.reclass' finished
[NOTE: I noticed that I get the same error message when I run another GRASS tool 'r.neighbor']

/Users/shane/Documentsand rerun the tool? – C.-F. Vintar Jul 08 '21 at 04:07CRS: EPSG:32760 - WGS 84 / UTM zone 60S - Projected. Extent: 255422.9899999999906868,6002321.0299999993294477 : 256545.4700000000302680,6003214.3099999995902181 – ActionEcologist Jul 08 '21 at 05:44