12 - Spatial data management Flashcards
Generalizing methods (5)
- Coord thinning and smoothing
- aggregating
- classifying
- recoding
- resampling
Common errors in spatial data (6)
- missing entities
- duplicate entities
- mis-located entities
- missing labels
- duplicate labels
- artefacts of digitizing
Snapping distance def
The distance a GIS uses to search for the closest vertex and / or segment you are trying to connect when you digitise.
How to eliminate slivers
- Poly - deletes longest arc and label point
- Line - arc merge with its longest neighbour - shares pseudo node
Non-topo editing def
spatial editing, BUT no topology gets
defined in the editing process.
Non-topo editing examples
- editing existing features
- creating new features
- edge matching
- generalizations
Non-topo errors def
Variety of basic editing operations that can modify simple features and create new features from existing features
editing existing features (NON-topo)
- extend/ trim
- delete/ move
- reshape
- split
Buffer def
Create boundaries around a feature at an equal distance in all directions
Union def
Combine features from different layers into one
Intersect def
Create a new feature from the intersection of overlapped features in different layers
Edge matching def
the process to determine which edges (lines) should be linked among candidates
Simplify
Point remove & bend simplify
Smooth
Paek (inside) & Bezier interpolation
Geometric transformation def
To make digitized, scanned or imported data usable, we must
convert the newly digitized map/data into a projected
coordinate system
Map projection vs geometric transformations
- Map projection converts data sets from 3D format (Earths sphere) into 2D planar coordinates (Cartesian graticule)
- Geometric transformation converts data sets from 2D digitizer
units/Pixels into 2D planar coordinates (Cartesian graticule)
Geometrical transformation def
the process of using a set of control
points & transformation equations to register a digitized map, satellite
image or aerial photo into projected coordinates
Geometric transformation reasons
(1) improve spatial reliability
(2) Make geographical data sets compatible with other data sets
Examples of geometric transformations
a) Registering
b) Rubbersheeting
c) Re-projecting
d) Scaling
e) Translating
Geometric transformations
- Equiarea
- Similarity
- Affine
- Projective
Resampling methods
- Nearest Neighbor
- Bilinear interpolation
- Cubic convolution
Nearest Neighbor def
fills each pixel of the new image with the nearest pixel value from the original image
Bilinear interpolation def
uses the average of the four nearest pixel values from three linear interpolations
Cubic convolution def
uses the average of the 16 nearest pixel values from five cubic polynomial interpolations
RMSE def
- measures deviations between coordinate values on a map and
coordinate values from an independent source of higher accuracy for identical points - Measures the displacement between actual and estimated locations of control points
Higher accuracy data sources
- GPS
- Other digital/hardcopy map data
- Survey data