|
Posted by ujaval@gmail.com on August 22, 2007, 8:55 am
Please log in for more thread options
> Hi
> I have a couple of enquiries.
> What is the most popular australian specific gis/mapping forum?
> I need ....
> an application that will convert AMG coords to lat long
> a google maps API specialist in sydney.
> thanks
You can try using GDAL, OGR and PROJ libraries to do the conversion.
Particularly the "gdal_translate" utlitiy for imagery and "ogr2ogr"
utility for vectors. For converting just the coordinates, you can use
'proj' utility ( http://www.remotesensing.org/proj/ ). All these
utilities support EPSG codes and by knowling the code for AMG and lat/
long systems, you can easilty convert between the two. ( the EPSG
codes can be found from http://ocean.csl.co.uk/ )
Good luck,
-Ujaval
http://spatialthoughts.com
|