<div dir="ltr"><div><div><div><div><div><div><div>Hi,<br><br></div>@Markus M: Thank you for the fix.<br><br></div>However, somehow I am not able to export the attribute table that is created by v.net.allpairs.<br></div>There is nothing special with the v.net.allpairs operation, just 13 points along the network. The result<br>
</div>looks okay and the attribute table is as it should be. When I try db.out.ogr nothing is produced (db.out.ogr<br></div>works with other tables):<br><br>db.out.ogr input=map_1 dsn=/home/radinger/Analysis/test format=CSV<br>
</div>I get the warning above that the vector map <map_1> can not be found and there is no output created at<br>all. Can anyone reproduce that problem with a net.allpairs-attribute table?<br><br></div>/Johannes<br><div>
<div><br><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 24, 2013 at 7:30 PM, Markus Metz <span dir="ltr"><<a href="mailto:markus.metz.giswork@gmail.com" target="_blank">markus.metz.giswork@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Wed, Apr 24, 2013 at 3:01 PM, Johannes Radinger<br>
<<a href="mailto:johannesradinger@gmail.com">johannesradinger@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
><br>
> There are two little issues that recently popped up in GRASS 7<br>
><br>
> 1) I performed a pairwise network analysis with v.net.allpairs.<br>
> The attribute table to the output map "map" that is produced is called<br>
> "map_1" (note: _1 !!).<br>
<br>
</div>This is because if a table with node attributes exists in the input<br>
vector, this table is also copied to the output vector and should have<br>
the name map_2.<br>
<div class="im"><br>
Thus when I then try to export the attribute table to<br>
> a csv using v.out.ogr I get following warning (which is of course net a<br>
> problem):<br>
> db.out.ogr input=map_1 dsn=path/to/csv/file.csv format=CSV<br>
> WARNING: Vector map <map_1> not found -->right, because there is no map_1,<br>
> the map is called "map"<br>
> Is that an intended behaviour that the corresponding attribute table for<br>
> v.net.allpairs gets a ending of "_1"?<br>
><br>
> 2) It seems that the option for the output in db.out.ogr is maybe set wrong<br>
> (<a href="http://svn.osgeo.org/grass/grass/trunk/scripts/db.out.ogr/" target="_blank">http://svn.osgeo.org/grass/grass/trunk/scripts/db.out.ogr/</a>). Is it really<br>
> necessary that the outputfile already exists because the GUI asks to select<br>
> a file rather than allow specifying the path to the file? I want to create a<br>
> new csv with that module, so maybe the following needs to be changed from<br>
> "old" to "new":<br>
><br>
> #%option G_OPT_F_INPUT<br>
> #% key: dsn<br>
> #% gisprompt: old,bin,file<br>
> #% description: Table file to be exported or DB connection string<br>
> #% required : yes<br>
> #%end<br>
<br>
</div>or simpler<br>
<br>
#%option G_OPT_F_OUTPUT<br>
#% key: dsn<br>
<div class="im">#% description: Table file to be exported or DB connection string<br>
</div>#%end<br>
<br>
Fixed in r55983.<br>
<br>
Markus M<br>
</blockquote></div><br></div>