Hi all. I am referring to an earlier similar problem. In GRASS 6.4.1, spearfish dataset, I just tried this:
r.contour in=elevation.dem step=500 out=contour --overwrite echo "VERTI: L 2 1 591140 4917821 604188 4918841 1 1" | v.in.ascii out=arc format=standard --overwrite v.patch in=arc,contour out=lines --overwrite v.clean in=lines tool=break out=linesbreak thresh=0 --overwrite but in this case v.clean doesn't make any break (no node is created at the intersections) If I export and re-import through a shapefile v.clean works perfectly: v.out.ogr dsn=pippo.shp in=lines v.in.ogr dsn=pippo.shp out=arcsfromshp v.clean in=arcsfromshp tool=break out=arcsfromshpbreak thresh=0 --overwrite why? -- -- Paolo C. _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
