Geographic Information Systems Notes

In 2014, CPTR 521 used Pro Spatial with SQL Server 2012 to study spatial data in SQL Server 2012. This page documents that experience.

Spatial Reference Systems (SRS)

Ellipsoid Name

Semi-Major Axis (m)

Semi-Minor Axis (m)

Inverse Flattening

Area of Use

Airy (1830)

6,377,563.396

6,356,256.909

299.3249646

Great Britain

Bessel (1841)

6,377,397.155

6,356,078.963

299.1528128

Czechoslovakia, Japan, South Korea

Clarke (1880)

6,378,249.145

6,356,514.87

293.465

Africa

NAD 27

6,378,206.4

6,356,583.8

294.9786982

North America

NAD 83

6,378,137

6,356,752.3

298.2570249

North America

WGS 84

6,378,137

6,356,752.314

298.2572236

Global

The above table demonstrates the Size/Shape characteristics of a SRS.

To complete the package we need reference points to place the ellipsoid in the correct position relative to the earth.

Definition [Spatial Reference System] A geodetic datum is made up of a reference ellipsoid and a set of reference points to position the ellipsoid relative to the earth.

Geographic Coordinate Systems

[ATTACH]

Projected Coordinate Systems

Because we carry maps on flat surfaces (instead of geoids), the area of the world that we want to see on the map needs to be projected onto the Cartesian coordinate plane.

Universal Transverse Mercator Projection is a grid composed of many projections laid side by side. Globe is sliced (north/south) into 60 strips (of 6 degrees each). Each strip is divided at the equator. E.g. Chattanooga, TN is in Zone 16N.