Skip to content

Instantly share code, notes, and snippets.

@ddd1600
Created January 18, 2016 21:54
Show Gist options
  • Save ddd1600/f73b40ef84606d876bdf to your computer and use it in GitHub Desktop.
Save ddd1600/f73b40ef84606d876bdf to your computer and use it in GitHub Desktop.
costar_vrt.vrt
<OGRVRTDataSource>
<OGRVRTLayer name="costar_data">
<SrcDataSource>costar_data.csv</SrcDataSource>
<GeometryType>wkbPoint</GeometryType>
<GeometryField encoding="PointFromColumns" x="Longitude" y="Latitude"/>
</OGRVRTLayer>
</OGRVRTDataSource>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment