[GRASSLIST:5673] Re: Creating DTM from shapefiles
Hamish
hamish_nospam at yahoo.com
Mon Feb 7 23:43:55 EST 2005
> Unfortunatly that v.append failed to work. Do realy such easy and
> common thing like joining 2 vect data layers is impossible in such
> great GIS app?
> Maybee I did somtn wrong, so heres error msg. (both vector files are
> points - augstump = height points from shapefile and izol_p = isolines
> converted to points with v.to.points):
If it is just points, you might try
v.out.ascii map1
v.out.ascii map2
cat map1 map2 > map3'
v.in.ascii in=map3
or something like that
Hamish
More information about the grass-user
mailing list