Skip to content

Error, exporting ascii grid generated by DTM grid

2 messages · Tobin Cara, Robert J. Hijmans

#
Shouldn't this:

write.asciigrid(data_int_ked[1], name1)

be:

write.asciigrid(data_int_ked, name1)

I think you are writing a single cell, which in this case could be
interpreted as rectangular (if it covers the full grid)
On Fri, Nov 20, 2009 at 6:06 AM, Tobin Cara <cara.tobin at epfl.ch> wrote: