I'm trying to extract lattitude/longitude values for the streets in this shapefile: http://gispub02.sfgov.org/website/sfshare/catalog/stclines_streets.html
I've seen it reommended in many places that I use this command to do so:
ogr2ogr -f CSV output.csv STCLINES_STREETS.shp -lco GEMOETRY=AS_XYZ
However, when I do so, I get a CSV containing a lot of useful information about the streets -- names, neighborhoods, etc -- but no actual lat/long values.
What am I doing wrong? I'm a GDAL noob so am sure I'm missing something obvious.
