Skip to content

Instantly share code, notes, and snippets.

@aborruso
Created October 5, 2014 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aborruso/0078033b520ad1b10de5 to your computer and use it in GitHub Desktop.
Save aborruso/0078033b520ad1b10de5 to your computer and use it in GitHub Desktop.
ogr2ogr -f geojson luca_02.geojson luca_00.xml luca_01
<OGRVRTDataSource>
<OGRVRTLayer name="luca_01">
<SrcDataSource>luca_01.csv</SrcDataSource>
<GeometryType>wkbPoint</GeometryType>
<LayerSRS>EPSG:32633</LayerSRS>
<GeometryField encoding="PointFromColumns" x="x" y="y" z="z"/>
</OGRVRTLayer>
</OGRVRTDataSource>
nome x y z
luca 300000 4000000 20
andrea 300000 4000000 27
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment