[GIS] Convert NAD27 to WGS84 with programming function like PHP

convertcoordinate systemPHPsoftware-recommendationswgs84

I am looking for a programming function that can convert NAD27 coordinates to WGS84.

I know QGIS could do the conversion, but I need a function for my purposes.

Best Answer

If you want to use PHP, you could use Proj4PHP. This is a PHP-Class for geographic coordinates transformation using proj4 definitions. Proj4php is an OSGeo community project.

Related Question