Skip to content
Prev 4218 / 29559 Next

from ArcGIS GRID to .ASC

On Fri, 19 Sep 2008, milton ruser wrote:

            
One final note: write.asciigrid() in sp has arguments:
function (x, fname, attr = 1, na.value = -9999, ...)

while its copy in maptools has:
function (x, fname, attr = 1, na.value = -9999, dec = options()$OutDec,
     ...)

This accommodates problems that we've seen in ArcGIS' handling of locales 
differing from users' expectations - by setting dec=, you can impose the 
understanding of other software.

Roger