geolocationwgs84

Converting between coordinates system WGS 74 and WGS 84


I'm working on rasterisation of the GSHHS database basically converting shoreline polygons and river lines to raster.

http://www.soest.hawaii.edu/pwessel/gshhg/

The rivers and shores databases are two different files.

I noticed misalignment of hundreds of meters between rivers and shores at points where they are clearly should be aligned. One thing I noticed in the README is that the shorelines database uses WGS84 coordinates and river database was generated form other source using WGS 72. The difference should be in shift of prime meridian and difference in primary axis dimensions of the Earth.

I've searched over the internet about conversion between the two sets and couldn't found.

Answers I need:

Or alternatively


Solution

  • Here are the formulas and parameters to transform WGS 72 coordinates to WGS 84 coordinates

    FORMULAS


    PARAMETERS

    To obtain WGS 84 coordinates, add the Δφ, Δλ, Δh changes calculated using WGS 72 coordinates to the WGS 72 coordinates (φ, λ, h, respectively). Latitude is positive north and longitude is positive east (0° to 180°).

    RESULT

    Documentation [p105-106]