Hi,

Yes, GDAL has tools to do that.
It could depend on what platform you're using but if you're doing it on
Windows, you need to use a SpatialReference class and the ImportFromProj4
function to set up your coordinates source and destination.

Then use the CoordinateTransformation class with the Transform function to
get your point from your WGS84 reference to the X Y Z system you have set
up.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/From-WGS84-to-cartesian-X-Y-Z-tp5267404p5268109.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to