Bug #6737
SAGA Reclassify Grid Values does not run on Windows XP
| Status: | Closed | Start Date: | 11/20/2012 | |
|---|---|---|---|---|
| Priority: | Blocker | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | Backend/SAGA | |||
| Target version: | - | |||
| Patch supplied: | No |
Description
The SAGA tool writes the following log:
ALGORITHM|
Tue Nov 20 2012 12:23:29|
Sextante.runalg("saga:reclassifygridvalues","D:/Karten/Openstreetmap/Srtm2Osm/srtm/SrtmCache/N51E006.hgt",0,0,1,0,0,1,2,0,"0,0,0,0,0,0,0,0,0",0,True,3,True,0,"D:/Download/test.tif")
INFO|
Tue Nov 20 2012 12:23:29|
SAGA execution commands|
io_gdal 0 -GRIDS "C:\Dokumente und Einstellungen\<name>\sextante\tempdata\1353410609.443.sgrd" -FILES "D:/Karten/Openstreetmap/Srtm2Osm/srtm/SrtmCache/N51E006.hgt"|
grid_tools "Reclassify Grid Values" -INPUT "C:\Dokumente und Einstellungen\<name>\sextante\tempdata\1353410609.443.sgrd" -METHOD 0 -OLD 0 -NEW 1 -SOPERATOR 0 -MIN 0 -MAX 1 -RNEW 2 -ROPERATOR 0 -RETAB C:\Dokumente und Einstellungen\<name>\sextante\tempdata\1353410609.444.txt -TOPERATOR 0 -NODATAOPT -NODATA 3 -OTHEROPT -OTHERS 0 -RESULT "C:\Dokumente und Einstellungen\<name>\sextante\tempdata\test.tif.sgrd"|
io_gdal 1 -GRIDS "C:\Dokumente und Einstellungen\<name>\sextante\tempdata\test.tif.sgrd" -FORMAT 1 -TYPE 0 -FILE "D:/Download/test.tif"
and exits with
Unexpected parameter 'und'
I guess in the -RETAB section, quotation marks around the full path name are missing. This might only relate to Windows XP, with "Documents & Settings" as part of the user folder name.
See also http://gis.stackexchange.com/questions/41611/sextante-temp-folder
History
Updated by Victor Olaya 7 months ago
- Status changed from New to Resolved
Updated by Filipe Dias 7 months ago
Andre, have you tested this again?
Updated by Andre Joost 7 months ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
Yes, working now without error message. THX.