Hui Hu Ph.D.
Department of Epidemiology
College of Public Health and Health Professions & College of Medicine
January 23, 2019
We can represent all geographical entities in 2D using 3 building blocks:
Point
Line
Polygon
Similar to geometry, but account for the curvature of the earth
Vector Model
- points, lines, polygons
- geometry and geography type
Raster Model
- exhaustive regular or irregular partitioning of space
Points
Lines
EPSG is a very recent SRS numbering system
- If you are using data from a few decades ago, you won't find EPSG number
The constituent pieces that form an SRS:
- ellipsoid
- datum
- projection
Taking an ellipsoidal earth and squashing it onto a flat surface
Cylindrical projections
Conic projections
Azimuthal projections
geometry(POINT,4326)
data type
subtype type modifier
SRID type modifier
POINT
POINTZ
POINTM
POINTZM
LINESTRING
LINESTRINGZ
LINESTRINGM
LINESTRINGZM
POLYGON