[GRASS-user] Problem importing TauDEM shapefile

2009-03-28 Thread Jarek Jasiewicz
Hi When I try to import TauDEM shape file I recive the eror: create table a (cat integer, LINKNO integer, DSLINKNO integer, USLINKNO1 integer, USLINKNO2 integer, DSNODEID double precision, Order integer, Length double precision, Magnitude integer, DS_Cont_Ar double precision, Drop double

Re: [GRASS-user] Problem importing TauDEM shapefile

2009-03-28 Thread Markus Neteler
2009/3/28 Jarek Jasiewicz jar...@amu.edu.pl: Hi When I try to import TauDEM shape file I recive the eror: create table a (cat integer, LINKNO integer, DSLINKNO integer, USLINKNO1 integer, USLINKNO2 integer, DSNODEID double precision, Order integer, Length double precision, Magnitude integer,

Re: [GRASS-user] Splitting shapefile

2009-03-28 Thread georgew
You could use v.mkgrid to generate a grid. Then loop over all categories in this grid (v.categories) and use v.overlay to intersect. Thank you Markus, I had no problem in creating the grid with: v.mkgrid --overwrite map=grid_vect grid=20,20 box=1,1 (only struck a small bug in the