Geospatial Data Fundamentals Flashcards
Spatial Model
basic properties and process for a set of spatial features
Cartographic Model
temporally static, combined spatial datasets, operations and functions for problem-solving
Spatio-temporal Model
Dynamics in space and time, and time-driven processes
Network Model
modeling of resources (flow, accumulation) as limited to networks
Data models (Goodchild)
entities and fields as conceptual models
Static Modeling (Goodchild)
Taking inputs to transform them into outputs using sets of tools and functions
Dynamic Modeling (Goodchild)
An iterative model with sets of initial conditions that applies transformations to obtain a series of predictions at time intervals
Passive and prescriptive data models (DeMers)
passive models are like description of the study area; Prescriptive models are active, imposing best solutions.
Vector
A coordinate-based data model that represents points, lines, and polygons.
Points
Discrete locations on the ground, and represented by a coordinate pair
Lines
Linear features, such as rivers, roads, and transmission cables, are composed of vertices (beginning and ending at vertices), represented by an ordered list of vertices
Polygon
Form bounded areas, such as islands, land masses, and water features, that are composed of nodes and vertices, with the start node the same as the end node.
Raster
Composed of rectangular arrays of regularly spaced square grid cells. Each cell has a value (attribute). It can be single or multiple bands, with each cell having one attribute value. And the raster coordinates are stored by ordering the matrix.
Pixel
smallest resolvable piece of the scanned image. It’s always a cell but a cell is not always a pixel.
Geodatabase
It’s an object-oriented spatial model that includes feature classes, feature datasets, nom-spatial tables, as well as complex components such as topology, relationship classes, and geometric networks.
Relationship classes
model real-world relationships that exist between objects such as parcels and buildings
Grid
Parallel and perpendicular lines for reference as a map projection or coordinate-system
TIN
Triangulated irregular network - it portions vector data into contiguous, non-overlapping triangles. It creates Delaunay triangles.
Advantage of TIN
It’s best for small areas with high-precision elevation data, and it’s more efficient storage than DEM or contour line.
Topological
features that need to be connected using specific rules
Hierarchical
database that stores related information in a tree-like structure. And records can be traced from parent records to a root record.
Network
A collection of topologically connected network elements (edges, junctions, turns). And each element is associated with a collection of network attributes
Object-oriented data
data management structure stores data as objects (classes) instead of rows and tables as a relational database. The examples include SQL Server, Oracle, and PostgreSQL.
Type of relationships
one-to-one; one-to-many; many-to-many
One-to-one relationship
Each object of the origin table can be related to zero or one object of the destination table
One-to-many relationship
Each object in the origin table can be related to the multiple objects in the destination table
Many-to-many relationship
Multiple objects of the origin table can be related to multiple objects of the destination table
Typological relationships
Equal, disjoint, intersects, touches, contains, covers, covered by, within, crosses, overlaps
Equals
Two features are typologically equal: a = b
Disjoint
Two features have no point in common: a ∩ b = ∅
Intersects
Two features have some common interior points: a ∩ b ≠ ∅
Touches
One feature touches another with at least one boundary point in common: (a ∩ b ≠ ∅) ∧ (aο ∩ bο = ∅)
Contains
a ∩ b = b
Covers
Every point of one feature is a point of another: aο ∩ b = b
Covered by
reverse of the “covers”
Within
a ∩ b = a, opposite of “Contains”
Crosses
a crosses b at some point
Overlaps
a and b have common interior points
Geometric Accuracy
the closeness of a measurement to its true value
Root Mean Squared Error (RMS)
A calculation to describe the difference between the measurement and the true value.
Thematic Accuracy
The accuracy of non-spatial data, such as the street name accurate on a street feature class
Resolution
The smallest separation between two coordinate values (for raster, resolution refers to the cell size)
Precision
The level of measurement and exactness of attribute data
Fitness for use
Does the data fulfill the needs of the project?
Confusion matrix
assesses accuracy of image classification based on additional ground truths
Quality Assurance
The process that orients and focuses on defect prevention. It applies the Managerial Tool/Peroid Audits, which is the establishment of a good quality management system and assessment of its adequacy
Quality Control
The product focuses on defect identification. Such as the corrective tool, which finds and eliminate sources of quality problems through tools and equipment
Imprecision
All data is taken from a 3D globe and transferred to a 2D surface through spatial transformations (projection and datums) which cause distortions with the data
Uncertainty
The GIS data that was created/collected at a certain point of time, may already be out of date. This implies the differences between the GIS and the real world. It may be visible from the original data or measuring that data; it may result from the assumptions made when creating the data; It’s related to the model structure, including retrieval errors, sampling error, and inadequate ground observations.
Data Resolution
the cell size of a raster (the area covered by the ground represented by just one cell)
Validation
To ensure the accuracy of the data is preserved, which uses ground observations to ensure data accuracy, or the data can be compared to model-generated data (which is less accurate).
Temporal
data that represents a state in time, for example, the rain fall for one day.
FGDC
Federal Geographic Data Committee: who, what, when, where why and how. Its format includes the title, abstract and date, geographic extent and projection info, attribute label definitions, and domain values.
CSDGM
Content Standard for Digital Geospatial Metadata
OGC
Open GIS Consortium. It describes the basic data model for holding geographic data.