: [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
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.
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