Skip to content
Prev 7844 / 29559 Next

writeOGR issue in dbf

I think the problem is an illegal variable name  "dist.m"

This works for me:

data(meuse)
coordinates(meuse)=~x+y
names(meuse)[12] = 'distm'
writeOGR(meuse,".","test",driver="ESRI Shapefile")

Robert
On Thu, Mar 18, 2010 at 9:26 AM, Roger Bivand <Roger.Bivand at nhh.no> wrote: