RE: [gdal-dev] SHP to CSV

2008-11-20 Thread Mullins, Steven
: [gdal-dev] SHP to CSV Mullins, Steven wrote: > Using: GDAL 1.6.0dev, FWTools 2.2.1, released 2008/06/17 > > > ogr2ogr -f csv test_geo geology-all.shp -lco GEOMETRY=AS_XY > > Dumps a CSV file with the attributes of the shape, but with no > coordinate fields per the "GEO

Re: [gdal-dev] SHP to CSV

2008-11-20 Thread Frank Warmerdam
Mullins, Steven wrote: Using: GDAL 1.6.0dev, FWTools 2.2.1, released 2008/06/17 ogr2ogr -f csv test_geo geology-all.shp -lco GEOMETRY=AS_XY Dumps a CSV file with the attributes of the shape, but with no coordinate fields per the "GEOMETRY=AS_XY" options. The shape does have point geometry.

[gdal-dev] SHP to CSV

2008-11-20 Thread Mullins, Steven
Using: GDAL 1.6.0dev, FWTools 2.2.1, released 2008/06/17 ogr2ogr -f csv test_geo geology-all.shp -lco GEOMETRY=AS_XY Dumps a CSV file with the attributes of the shape, but with no coordinate fields per the "GEOMETRY=AS_XY" options. The shape does have point geometry. Any ideas why this woul