[GRASS-user] Count points in a network between two locations

2013-01-30 Thread Johannes Radinger
Hi, I have a network (proper GRASS network) and two point vectors. One is representing sampling stations the second contains locations of migration barriers with a certain value for its permeability (0-1). Both point vectors are located on the network (snapped via v.distance and v.in.db). Now I'd

[GRASS-user] v.out.ascii with vector created by v.net.allpairs

2013-01-30 Thread Johannes Radinger
Hi, I performed an analysis to get the distances between single points within a network using v.net.allpairs. As a result a point vector is created containing following information in the attribute table: for example cat,to_cat,cost 1,1,0 1,2,12 1,3,10 2,1,12 2,2,0 2,3,17 so there are

Re: [GRASS-user] v.out.ascii with vector created by v.net.allpairs

2013-01-30 Thread Markus Metz
On Wed, Jan 30, 2013 at 3:28 PM, Johannes Radinger johannesradin...@gmail.com wrote: Hi, I performed an analysis to get the distances between single points within a network using v.net.allpairs. As a result a point vector is created containing following information in the attribute table:

Re: [GRASS-user] v.out.ascii with vector created by v.net.allpairs

2013-01-30 Thread Johannes Radinger
On Wed, Jan 30, 2013 at 4:51 PM, Markus Metz markus.metz.gisw...@gmail.com wrote: On Wed, Jan 30, 2013 at 3:28 PM, Johannes Radinger johannesradin...@gmail.com wrote: Hi, I performed an analysis to get the distances between single points within a network using v.net.allpairs. As a result a

Re: [GRASS-user] v.out.ascii with vector created by v.net.allpairs

2013-01-30 Thread Markus Metz
On Wed, Jan 30, 2013 at 5:16 PM, Johannes Radinger johannesradin...@gmail.com wrote: On Wed, Jan 30, 2013 at 4:51 PM, Markus Metz markus.metz.gisw...@gmail.com wrote: On Wed, Jan 30, 2013 at 3:28 PM, Johannes Radinger johannesradin...@gmail.com wrote: Hi, I performed an analysis to get the