A Geographic Coordinate system (GCS) is a reference system for identifying locations on the curved surface of the earth. Locations on the earth’s surface are measured in angular units from the centre of the earth relative to two planes: the plane defined by the equator and the plane defined by the prime meridian (which crosses Greenwich England). A location is therefore defined by two values: a latitudinal value and a longitudinal value.
Source : https://mgimond.github.io/Spatial/chp09_0.html
A latitude measures the angle from the equatorial plane to the location on the earth’s surface. A longitude measures the angle between the prime meridian plane and the north-south plane that intersects the location of interest. In a GIS system, the North-South and East-West directions are encoded as signs. North and East are assigned a positive (+) sign and South and West are assigned a negative (-) sign.
In GIS, a GCS is defined by an Ellipsoid, Geoid and Datum.
Source: The COMET Program/ESA
Source: The COMET Program/ESA
To prepare a map, the earth is first reduced to a globe and then projected onto a flat surface:
The surface of the earth is curved but maps are flat. A Projected Coordinate System (PCS) is a reference system for identifying locations and measuring features on a flat (map) surface. It consists of lines that intersect at right angles, forming a grid. Projected coordinate systems (which are based on Cartesian coordinates) have an origin, an x axis, a y axis, and a linear unit of measure.
Source: https://kartoweb.itc.nl/geometrics/Map%20projections/mappro.html
Going from a GCS to a PCS requires mathematical transformations:
Source: www.mathworks.com
The myriad of projection types can be aggregated into three groups: planar, cylindrical and conical.