On Tue, 24 May 2011, Micha Silver wrote:

db.out.ogr is a wrapper around v.out.ogr, which forces "type=point". SInce your 
county_bnd is probably a
polygon layer, you probably want to export to CSV the centroids (which hold the 
attrib data). Try this:

v.out.ogr county_bnd olayer=county_bnd dsn=/home/rshepard/counties format=CSV 
type=centroid

  Toda, Micha. I did not know to use the centroid type because I've not used
the db.* modules before.

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

Reply via email to