04_spatial_data_editing
04_spatial_data_editing
Once data is loaded into the GIS, it is often not exactly how we need it to look,
it may be outdated and in need of an update, it may be missing features, or it
may have bits that are completely wrong. This is where data editing comes in.
Data editing comes in two basic types: direct feature editing, and attribute
table editing. While both kinds are lumped together as editing, since they go
hand-in-hand
Basically, working with GIS data is broken into four major categories:
creating data,
editing data,
geoprocessing tools, and
cartography.
As we've learned so far, there are many tasks which fall into each category, but
it's important to understand how these grouped tasks are referred to the in the
real world.
Errors affect the quality of GIS data. Once the data is collected,
and prepared for visualization and analysis it must be checked for
errors.
categories for sources of error :
1. Common sources of error
2. Errors resulting from original measurements
3. Errors arising through processing
Common Sources of error
7
overshoots
Purpose:
Manipulation of vector-based map features.
Goal:
to rework existing map , point and polygon map
features into more useful map elements.
Functions
15
Merge
use the merge process when you want to create a new
theme containing two or more adjacent themes of the same
shapefile type.
Clip
use the clip operation when you want to cut out a piece
of one theme using another theme as cookie cutter.
16
Dissolve
Use the dissolve process when you want to remove boundaries
or nodes between adjacent polygons or lines that have the same
value for a specified attribute
Intersect
Use the union process when you want to produce anew theme
containing features and attributes of two polygon themes
Dangle
17
Reshape Feature
allows you to
select a single
feature and
change a portion
of it
The Merge Selected Features tool allows you to create a new feature
by merging existing ones: their geometries are merged to generate a
new one.
If features don’t have common boundaries, a
multipolygon/multipolyline/multipoint feature is created.
Split Features: You can split features using the splitFeatures Split
Features tools. Just draw a line across the feature you want to split.
Identifies inconsistent
portions of the input
features against target
features within a search
distance and aligns them
with the target features.
How is it you know when you have connected features perfectly together?
While zooming in super far is one way, it is not the most efficient way. And
not always accurate either.
This is where snapping comes in.
Snapping is a feature built into the GIS where your cursor jumps or ‘snaps’
to a vertex.
After setting a ‘snapping tolerance’, or the distance away from a vertex
where you’d like your cursor to automatically jump (think the outer edge of
the coat snap - as long as you get the snap near the edge of the receiver
end, it will line itself up and snap into place), you can use snapping to be
perfectly sure your features are meeting
Felix Mutua, PhD
28 Typical Data Editing Techniques (Vector)
Attribute Editing
Raster data (in GIS) is made up of pixels, where each pixel is given a
value. Data is split into a grid of cells and given a value such as x,y
co-ordinates, elevation (z), or colour in satellite images.
Editing raster data allows for a new dimension of spatial analysis,
where hypothetical situations can be examined
concerned with correcting the specific contents of raster images
than their general geometric characteristics.
The objective of the editing is to produce an image suitable for
raster geoprocessing.
Following editing functions are mostly used for raster data editing:
Felix Mutua, PhD
Filling Holes and Gaps:
34