[GRASS-dev] Re: [GRASS GIS] #28: v.out.ogr exports only attribute data in CSV format

GRASS GIS trac at osgeo.org
Mon Jan 28 04:14:23 EST 2008


#28: v.out.ogr exports only attribute data in CSV format
----------------------+-----------------------------------------------------
  Reporter:  marisn   |       Owner:  grass-dev at lists.osgeo.org
      Type:  defect   |      Status:  closed                   
  Priority:  major    |   Milestone:  6.4.0                    
 Component:  default  |     Version:  6.3.0 RCs                
Resolution:  invalid  |    Keywords:                           
----------------------+-----------------------------------------------------
Changes (by neteler):

  * status:  new => closed
  * resolution:  => invalid

Comment:

 I don't think that this is a GRASS problem but moreover an OGR problem:

 {{{
 # list available data
 ogrinfo -so
 /home/neteler/grassdata/spearfish60/PERMANENT/vector/bugsites/head
 Warning 1: GRASS warning: GISBASE enviroment variable was not set, using:
 /home/neteler/grass63/dist.x86_64-unknown-linux-gnu
 INFO: Open of
 `/home/neteler/grassdata/spearfish60/PERMANENT/vector/bugsites/head'
       using driver `GRASS' successful.
 1: 1 (Point)

 #generate CSV file:
 ogr2ogr -f CSV bugsites.csv
 /home/neteler/grassdata/spearfish60/PERMANENT/vector/bugsites/head
 head bugsites.csv/1.csv
 cat,str1
 1,Beetle site
 2,Beetle site
 3,Beetle site
 4,Beetle site
 ...
 }}}

 Better to report this here: http://trac.osgeo.org/gdal/wiki

 Markus

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/28#comment:1>
GRASS GIS <http://grass.osgeo.org>
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/


More information about the grass-dev mailing list