Transformation is the task of moving data between different geographic coordinate systems. A developer may, for example, have data in WG
that was collected from a GPS reading. However, the map may be in a different spatial reference, such as British National Grid, which is based on geographic coordinate system: OSG
. To convert the data from WG
to British National Grid, the developer must apply a transformation as well as a projection. A number of transformations are available, depending on the geographic area the data comes from. Transformations are performed using equation-based transformation methods or grid-based transformation methods.