• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/44

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

44 Cards in this Set

  • Front
  • Back
UTM
Universal transverse Mercator grid system. Total 60 zones numbered with zone one beginning at 180'w. each zone covers 6 degrees of longitude and further is divided into the northern and Southern Hemispheres.
Scale factor
ratio of local scale to principal scale
ideal scale factor = 1
UTM scale factor along central meridian = 0.9996
Standard line
Tangent line between projection surface and the reference globe; there is no distortion along this line
Central line
Defines the center of map projection
UTM False Northing
10 million m South of equator
on the equator
UTM False Easting
500,000 m West of central meridian
Geographic Coordinate System GCS
A reference system that uses latitude and longitude to define the locations of points on the surface of a sphere or spheroid. A geographic coordinate system definition includes a datum, prime meridian, and angular unit.
Datum
The reference specifications of a measurement system, usually a system of coordinate positions on a surface (a horizontal datum) or heights above or below a surface (a vertical datum).
Geodetic datum
A datum that is the basis for calculating positions on the earth's surface or heights above or below the earth's surface.
Topology
Study of those properties of geometric objects that remain invariant under certain transformations such as bending or stretching.
Georelational data model
A geographic data model that represents geographic features as an interrelated set of spatial and attribute data. The georelational model is the fundamental data model used in coverages. (compare: Object-based data model for geodatabases)
Query
A request to select features or records from a database. A query is often written as a statement or logical expression.
Orthophoto
An aerial photograph from which distortions owing to camera tilt and ground relief have been removed. An orthophotograph has the same scale throughout and can be used as a map.
Ground control point
One of various locations on a paper or digital map that has known coordinates and is used to transform another dataset—spatially coincident but in a different coordinate system—into the coordinate system of the control point. Control points are used in digitizing data from paper maps, in georeferencing both raster and vector data, and in performing spatial adjustment operations such as rubber sheeting.
Geometric transformation
The process of rectifying a raster dataset to map coordinates or converting a raster dataset from one coordinate system to another.
Done through first order (affine) transformation or higher order, then resampling.
RMSE
A measure of the difference between locations that are known and locations that have been interpolated or digitized. RMS error is derived by squaring the differences between known and unknown points, adding those together, dividing that by the number of test points, and then taking the square root of that result.
Resampling
The process of interpolating new cell values when transforming rasters to a new coordinate space or cell size. Done by: nearest neighbour, bilinear interpolation, cubic convolution
Relational Database
A data structure in which collections of tables are logically associated with each other by shared fields.
Relational Data Model
Tuple + Relation + Key
Tuple
A row or record in a database table; set of facts (datum) that are related to each other.
Datum
Each fact in a tuple (row) whose value comes from a specified domain (field/column header).
Relation
Set of tuples over all domains of a table, or a subset of all tuples over domains of a table.
**Must not have duplicate tuples therefore cannot be the same as a table.
Each tuple in a relation can be distinguished by their values of attributes.
Key
Any set of attributes whose values necessarily uniquely identify a tuple.
Normalisation
Process of decomposition by taking a table with all of the attribute data and breaking it down into small tables WHILE MAINTAINING THE NECESSARY LINKS BETWEEN THEM.
Table Join
1:1 or M:1 relationship
Table Relate
M:N
Types of Relational Databases
Hierarchical database, Network database, Relational database
Benefits - tables are separate until a query or operation is run hence less data and time is needed for processing; each table can be edited separately and changes are updated automatically across tables
Data Error Types
Locational Error - fix by checking with source maps
Attribute Error - bank/bank/bank, typos, fix by checking manually or audit
Topological Error - fix by map manipulation tools to edit features
*Non-topological editing is done on the data without there being a topological error
Topology Rule
Stored in a geodatabase as one or more relations between features within one feature class or between more than one feature class. One topology rule can contain each feature class once.
Topology in Geodatabase
Cluster tolerance + Feature classes participating in it + Dataset + Topology rule
Buffer
A polygon enclosing a point, line, or polygon at a specified distance. Creates zone of interest around an entity. Is done through spatial analysis or as an editing tool (proximity selection).
Overlay
Combination of two or more map layers within a GIS to create one or more map layers with combined attributes from the original data.
CHANGE IN GEOMETRY, ATTRIBUTE, TOPOLOGY.
Functions: Union, Intersect, Symmetric Difference, Identity
Identity
(input) AND (identity) OR (input)
Function of Overlay:
Sliver polygons error detection from high precision of GIS digitisation
Map Manipulation Tools
Done between data entities on the same layer. Product is not on a new layer, and retains the original data attributes individually. Geometry is changed.
Unary: Dissolve, Append, Eliminate, Select, Split
Binary: Clip, Erase, Update
Interpolation
Procedure of estimating value at unsampled sites within an area covered by existing observations.
Areal interpolation transfers known data from one set of source polygons to target polygons.
Binary model
Uses logical expressions to select target areas fro ma composite feature layer or multiple rasters. Output in binary format 1 & 0
Data analysis environment
Area for analysis (analysis mask)
Output cell size (resolution is lower of the two inputs)
Map Algebra
A language that defines a syntax for combining map themes by applying mathematical operations and analytical functions to create new map themes.
For raster: consists of OBJECTS, ACTIONS (Functions + Operators)
Map Algebra Operators
Boolean operators, arithmetic operators (/ + - MOD), relational operators (logic < >)
Map Algebra Classification
Local
Focal
Zonal
Global
Local Raster Map Algebra
Data type conversion: floating to integer, % to degree
Reclassification: one-to-one change in value or range-to-one value change
Overlay with multiple rasters
Combine: unique value to each combo of input values
Fonal Raster Map Algebra
1. Choosing neighbourhood: rectangle, annulus, wedge, circle
2. Moving window to fill up all the focal cells: mean, majority, max, min, median, range, std dev, sum, variety
3. Applications: Generalisation (Ave), Edge enhancement (Range), Edge smoothing (Majority)
Zonal Raster Map Algebra
All output cells within the same zone have the same value.
Functions:
- Statistical (mean)
- Geometric (Area, perimeter, thickness, centroid)
**Euclidean Distance and shortest distance (bearing/angle, distance), buffer distance