5_DATUM, Coordinates
5_DATUM, Coordinates
O
• Y
X
Equator
Spatial Reference = Datum +
Projection +
Coordinate system
• The semimajor axis is half the length of the major axis. The semiminor axis is half the length
of the minor axis.
• For the earth, the semimajor axis is the radius from the center of the earth to the equator,
while the semiminor axis is the radius from the center of the earth to the pole.
Geographic Coordinates (f, l, z)
• Latitude (f) and Longitude (l) defined using an ellipsoid, an ellipse
rotated about an axis
• Elevation (z) defined using geoid, a surface of constant gravitational
potential
• Earth datums define standard values of the ellipsoid and geoid
Shape of the Earth
Geoid
WGS 84 and NAD 83
North American
Datum of 1983
(NAD 83) (Civilian
International Datum of US)
Terrestrial
Reference Frame Earth Mass 2.2 m (3-D)
(ITRF) includes Center dX,dY,dZ
updates to WGS-
84 (~ 2 cm)
World Geodetic
System of 1984 GEOID
(WGS 84) is
reference frame for
Global Positioning
Systems
Definition of Latitude, f
m
S p
n
O f
q r
Equator
Meridian
plane
Definition of Longitude, l
l = the angle between a cutting plane on the prime meridian
and the cutting plane on the meridian through the point, P
180°E, W
-150° 150°
-120° 120°
90°W 90°E
(-90 °) (+90 °)
-60° P l -60°
-30° 30°
0°E, W
Latitude and Longitude on a
Sphere
Greenwich
Z Meridian of longitude
N
meridian Parallel of latitude
=0°
P
=0
•
- 90
- Geographic longitude
°N
- Geographic latitude
W O E
R
• Y
=0 • R - Mean earth radius
-180
°W Equator =0°
• =0-180°E O - Geocenter
X
S
0°
0 -9
=
Length on Meridians and Parallels
(Lat, Long) = (f, l)
Length on a Meridian:
AB = Re Df R
(same for all latitudes)
30 N R Dl D
C
0N
Re Df B
Length on a Parallel: Re
A
CD = R Dl = Re Dl Cos f
(varies with latitude)
Example: What is the length of a 1º increment along
on a meridian and on a parallel at 30N, 90W?
Radius of the earth = 6370 km.
Solution:
• A 1º angle has first to be converted to radians
p radians = 180 º, so 1º = p/180 = 3.1416/180 = 0.0175
radians
https://desktop.arcgis.com/en/arcmap/10.3/guide-books/map-
projections/converting-degrees-minutes-seconds-values-to-dec
im.htm
Three systems for measuring
elevation
Orthometric heights Ellipsoidal heights Tidal heights
(land surveys, geoid) (lidar, GPS) (Sea water level)
Charleston, SC
+ 1.08 ft/century
1900 2000
Galveston, TX
+ 2.13 ft/century
- 4.16 ft/century
1900 2000
Juneau, AK
1900 2000
Geoid and Ellipsoid
Earth surface
Ellipsoid
Ocean
Normal
Grace Satellites
Normal
Surface Water
Reservoirs
Normal
• A spheroid can't be flattened to a plane any more easily than a piece of orange peel can be
flattened—it will rip. Representing the earth's surface in two dimensions causes distortion in
the shape, area, distance, or direction of the data.
Geographic and Projected Coordinates
(f, l) (x, y)
Map Projection
Main types of projections
• Conic (Albers Equal Area, Lambert Conformal Conic) - good for East-
West land areas
• Cylindrical (Transverse Mercator) - good for North-South land areas
• Azimuthal (Lambert Azimuthal Equal Area) - good for global views
Distorsions – Spatial Bias
• Different projections cause different types of distortions. Some
projections are designed to minimize the distortion of one or two of
the data's characteristics. A projection could maintain the area of a
feature but alter its shape. In the graphic below, data near the poles is
stretched.
Transverse
Oblique
Azimuthal
(Lambert)
Albers Equal Area Conic Projection
Lambert Conformal Conic Projection
Universal Transverse Mercator
Projection
Lambert Azimuthal Equal Area Projection
Web Mercator Projection
(used for ESRI Basemaps)
Web Mercator is one of the most
popular coordinate systems used
in web applications because it
fits the entire globe into a square
area that can be covered by 256
by 256 pixel tiles.
6357 km
6378 km
Origin X
(xo,yo)
(fo,lo)
Universal Transverse
Mercator
• Uses the Transverse Mercator projection
• Each zone has a Central Meridian (lo), zones are 6°
wide, and go from pole to pole
• 60 zones cover the earth from East to West
• Reference Latitude (fo), is the equator
• (Xshift, Yshift) = (xo,yo) = (500000, 0) in the
Northern Hemisphere, units are meters
UTM Zone 14
-99°
-102° -96°
6°
Origin
Equator
-120° -90 ° -60 °
State Plane Coordinate System
• Defined for each State in the United States
• East-West States (e.g. Texas) use Lambert Conformal Conic, North-
South States (e.g. California) use Transverse Mercator
• Texas has five zones (North, North Central, Central, South Central,
South) to give accurate representation
• Greatest accuracy for local measurements
ArcGIS Spatial Reference
Frames
• Defined for a feature
dataset in ArcCatalog
• XY Coordinate System
• Projected
• Geographic
• Z Coordinate system
• Domain, resolution and
tolerance
Horizontal Coordinate Systems
• Geographic coordinates (decimal • Projected coordinates (length
degrees) units, ft or meters)
Vertical Coordinate Systems
• None for 2D data
• Necessary for 3D
data
ArcGIS .prj files
Summary Concepts
• The spatial reference of a dataset comprises
datum, projection and coordinate system.
• For consistent analysis the spatial reference of
data sets should be the same.
• ArcGIS does projection on the fly so can display
data with different spatial references properly if
they are properly specified.
• ArcGIS terminology
• Define projection. Specify the projection for some data
without changing the data.
• Project. Change the data from one projection to
another.
Summary Concepts (Cont.)
• Two basic locational systems: geometric or Cartesian (x, y, z) and
geographic or gravitational (f, l, z)
• Mean sea level surface or geoid is approximated by an ellipsoid to
define an earth datum which gives (f, l) and distance above geoid
gives (z)
Summary Concepts (Cont.)
• To prepare a map, the earth is first reduced to a globe and then
projected onto a flat surface
• Three basic types of map projections: conic, cylindrical and azimuthal
• A particular projection is defined by a datum, a projection type and a
set of projection parameters
Summary Concepts (Cont.)
• Standard coordinate systems use particular projections over zones of
the earth’s surface
• Types of standard coordinate systems: UTM, State Plane
• Web Mercator coordinate system (WGS84 datum) is standard for
ArcGIS basemaps
Selftraining
• Select your national coordinate system and transform it into WGS-84
using ArcMap
• Repeat this practise with other shape file and coordinate systems at
different scales
Keywords for exam
• Projected coordinate systems
• Geographical coordinate systems
• Datum, Geoid
• Equidistant projections
• Equal area projections
• Coordinate system transformation in ArcMAP