GIS Lecture6 Geoprocessing
GIS Lecture6 Geoprocessing
Lecture 6
Model of the course
Using and
making maps
Navigating Map
GIS maps design
Interactive Map
Working with maps layouts Analyzing
spatial data Spatial data
Map
Animations
Spatial data Proximity
infrastructure analysis
3D GIS Network
Digitizing Geocoding analysis
Select by Attribute for
Feature Extraction
Start with tracts for entire USA
Want tracts for one county
Hennepin County, MN
County FIPS Code 27053
Select by attributes query
Export selected features
New layer for Hennepin tracts
Proximity Selections
Scenario
23
Lines intersecting polygons
24
Polygons intersecting polygons
25
Polygons completely contained
26
Geoprocessing Tools
Geoprocessing overview
Analysis
•Extract – clip
•Overlay – intersect and union
Data management
•Generalization - dissolve
General
•Append
•Merge
Accessing Tools
Geoprocessing menu
ArcToolbox
Search tool
33
Catalog
34
Clip
Cookie cutter concept
Central business
district outline is
“cookie cutter”
Topography is
“cookie dough”
Clipping tips
Buildings can
cross boundaries
and clipping can
be misleading
Use select by
location instead
Cliping tips
Streets can cross
boundaries and
clipping can
cause geocoding
issues
Use select by
location instead
Dissolve
Dissolve
72
Model Builder
ModelBuilder overview
•Application you use to create, edit,
and manage models.
•Models are workflows that string
together sequences of
geoprocessing tools, feeding the
output of one tool into another tool
as input. Tools become functions.
•Visual programming language for
building workflows.
ModelBuilder example
You have census tracts for a county
and want to create neighborhood
outlines for a city.
From ArcToolbox
•To join crosswalk table to tracts
Set parameter for join
Joins crosswalk table to census tracts
Run partial model
Finish the model
Add parameters for input
Add Dissolve and Remove Join tools
Rename model elements
Editing models
In Catalog, right-click and choose Edit