Matthew Mulbrandon wrote:
> I just want to output all my data in file tenn_county_all
> into a comma delimited file with all variables. 
> 
> I have done 
> 
> v.out.ascii format=standard
> 
> it works but I only get x,y coord and the ID but I need all
> variables.
> 
> -84.28851567|35.99395611|1
> -84.25999586|36.01053534|2
> -84.25146063|35.95974559|3
> -84.24508926|36.01258551|4
> -84.20325976|36.00941242|5

try v.out.ascii.db from wiki addons or v.out.ascii's new column= option
in GRASS 6.4.

also v.db.select or db.select might help.


Hamish



      

_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to