Skip to content
Prev 21977 / 29559 Next

rsaga.import.gdal gives weird output

Dear list,

For the record; I found a workaround for the mentioned issue.
It seems that when changing the file from tiff to sdat something goes wrong
in the transformation. In the 'GDAL: import raster' tool of SAGA there is an
option to turn transformation on and choose what method to use. This tool
can also be accessed from R with:
FILES=paste(getwd(),"source/DEM.tif",sep="/"), 
                                                      TRANSFORM=TRUE,
INTERPOL=1))

And this gives the right result with the same data.

Regards,
Bouke Pieter Ottow



--
View this message in context: http://r-sig-geo.2731867.n2.nabble.com/rsaga-import-gdal-gives-weird-output-tp7587402p7587427.html
Sent from the R-sig-geo mailing list archive at Nabble.com.