Skip to content

Instantly share code, notes, and snippets.

@andrewharvey
Created November 23, 2012 23:49
Show Gist options
  • Save andrewharvey/4137744 to your computer and use it in GitHub Desktop.
Save andrewharvey/4137744 to your computer and use it in GitHub Desktop.
<OGRVRTDataSource>
<OGRVRTLayer name="AGRI_GCP.gdb">
<SrcDataSource>AGRI_GCP.gdb.csv</SrcDataSource>
<FID>GcpID</FID>
<GeometryType>wkbPoint25D</GeometryType>
<LayerSRS>GEOGCS["GDA94",DATUM["Geocentric Datum of Australia 1994",SPHEROID["GRS 1980",6378137.0,298.257222101,AUTHORITY["EPSG","7019"]],TOWGS84[0.0,0.0,0.0,0.0,0.0,0.0,0.0],AUTHORITY["EPSG","6283"]],PRIMEM["Greenwich",0.0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.017453292519943295],AXIS["Geodetic latitude",NORTH],AXIS["Geodetic longitude",EAST],AXIS["Ellipsoidal height",UP],AUTHORITY["EPSG","4939"]]</LayerSRS>
<GeometryField encoding="PointFromColumns" x="GPS_Long" y="GPS_Lat" z="GPS_Ht" reportSrcColumn="FALSE"/>
</OGRVRTLayer>
</OGRVRTDataSource>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment