Exam 1 Flashcards
(42 cards)
Geographic information system
Linking where something is located on earth with what it is to help manage and use data
Spatial data
Information about anything that is referenced to the earth
Coordinate system
Locates data on a spherical surface (Lat/long)
Projected coordinate system
Locates data go a flat surface (meters)
Datum
Mathematical model that describes the shape of the earth
What is the earths shape?
Ellipsoid
Geodetic
Aligns the spheroid to fit a particular area
Geocentric
Uses the earths center of mass as the origin
Three main projections
- Cylindrical (Mercator)
- Conic
- Azimuthal
Transverse Mercator
Projects cylinder tangent to a chosen meridian
WGS84
World geodetic system is a transverse Mercator projection standard for navigation
Mercator
Projects on a cylinder tangent to the equator
UTM projection
Universal transverse Mercator projection that projects the sphere onto a cylinder tangent to a central median
Lambert conformal conic
Comic projected on a cone tangent at two standard parallels
Orthographic
Azimuthal geometrically projected onto a plane point of projection is at infinity
GDA94
Geocentric datum of Australia - current coordinate system for Australia
Raster
Stores features as values within an equally spaced grid, always 2D
Vector
Stores features as a series of points, connected into lines, and combined to form polygons (each point has x,y coordinate)
Resolution
Length of the shortest line between two points
Boolean
Questions that can only be answered with yes or no, or true or false. Data has only two possible values.
Union (or)
Creates new data layer by overlaying two polygon layers. Combined, has attributes of both layers.
Intersect (and)
Creates new layer by overlaying two sets of features. Layer contains features that are from both layers where overlap occurs.
Identity
Creates new layer by overlaying two sets of features. Output contains all input features for one of the polygons and both for where overlap occurs.
Clip
Cuts down a vector layer. Extracts a subregion of a layer that interests with a second layer, the clip.