Download presentation
Presentation is loading. Please wait.
Published byJanis Ray Modified over 9 years ago
1
@ 2007 Austin Troy
2
Geoprocessing Introduction to GIS Geoprocessing is the processing of geographic information. – Creating new polygon features through buffering (e.g. Buffer) – Breaking features into smaller features (e.g. Clip, Intersect, Union) Three general classes of tools – Aggregating features into larger features (e.g. Dissolve,Merge)
3
@ 2007 Austin Troy Introduction to GIS Geoprocessing Slide courtesy of Leslie Morrissey
4
@ 2007 Austin Troy Introduction to GIS Geoprocessing in ArcGIS Perform geoprocessing in ArcGIS – Create and run a script – Run tools at a command line. – Run a tool using its dialog box. – Build and run a model
5
@ 2007 Austin Troy Introduction to GIS Geoprocessing in ArcGIS Perform geoprocessing in ArcGIS – Create and run a script – Run tools at a command line. – Build and run a model – Run a tool using its dialog box.
6
@ 2007 Austin Troy Tools: Geoprocessing Tools for breaking down the size of map features: Union, Intersect, Identity, Clip Tools for increasing the size of map features: Dissolve and Merge (indirectly) Arc/Info and Arc Toolbox include various other geoprocessing overlay operations, such as Update and Dissolve Regions Introduction to GIS
7
@ 2007 Austin Troy Union Combines features of two or several themes Keeps all line work Breaks down features, and creates new polygons Keeps all attributes Introduction to GIS Image source: ESRI Arc Info electronic help
8
@ 2007 Austin Troy Tools: Union Introduction to GIS Polygons only A list of Polygons
9
@ 2007 Austin Troy Find the Geoprocessing Tools Introduction to GIS
10
@ 2007 Austin Troy Intersect Yields areas that are common to both layers Preserves line work within common extent Usually creates many new, smaller polygons Preserves all attributes from both Introduction to GIS
11
@ 2007 Austin Troy Tools: Intersect Introduction to GIS Two layers
12
@ 2007 Austin Troy Union vs. Intersection Union is the union of two overlapping set of features and intersection is the intersection Introduction to GIS Layer 1 +Layer 2 Intersect: “1 AND 2” “1 OR 2” Union: Layer 2Layer 1 +
13
@ 2007 Austin Troy Union vs. Intersection: Example Here’s an example. Say we have deer wintering areas in one layer and conserved lands in another. Introduction to GIS
14
@ 2007 Austin Troy Union vs. Intersection: Example Union gives us land that is EITHER conserved OR that is a deer wintering areas Introduction to GIS
15
@ 2007 Austin Troy Union vs. Intersection: Example Intersect gives us land that is BOTH, and preserves all polygon boundaries within that common extent Introduction to GIS
16
@ 2007 Austin Troy Identity Identity performs an intersection but doesn’t retain ALL features Keeps all “input” layer features Keeps/creates only overlapping “identity” features and their attributes Introduction to GIS Kept, as with union Common (intersecting) areas Not kept, as with intersect
17
@ 2007 Austin Troy Clip This uses one theme to “clip,” or serve as the outer boundary of another theme Breaks down features into smaller units Preserve the input theme’s attributes Introduction to GIS Point, line, or polygon Polygon only
18
@ 2007 Austin Troy Tools: Clip Introduction to GIS Point, line, polygon Polygon
19
@ 2007 Austin Troy Clipping highways for Merced Introduction to GIS Note that the “use selected features only” option was used
20
@ 2007 Austin Troy Clipping roads Introduction to GIS
21
@ 2007 Austin Troy Dissolve Tool for aggregating polygons—making them bigger. Single layer operation Introduction to GIS
22
@ 2007 Austin Troy Tools: Dissolve Introduction to GIS
23
@ 2007 Austin Troy Dissolve: Example Dissolve zip codes (small) into counties (large) Introduction to GIS
24
@ 2007 Austin Troy Dissolve: Example Choose the dissolve field: e.g. Dissolve based on the County field Introduction to GIS
25
@ 2007 Austin Troy Dissolve : Example Introduction to GIS Summarize the resulting field values. For instance, you could sum population for each county, or average size of ZIP code zones for each county
26
@ 2007 Austin Troy Dissolve : Example Now we have created a county map, and for each county we have an attribute containing the sum of population of the constituent zip codes Introduction to GIS
27
@ 2007 Austin Troy Merge Allows you to “join” two adjacent or non-adjacent themes into the same layer Like “tiling” Best when attributes match Introduction to GIS
28
@ 2007 Austin Troy Tool: Merge Introduction to GIS
29
@ 2007 Austin Troy Merge Often when you merge you will want to follow up by dissolving. Introduction to GIS
30
@ 2007 Austin Troy Tools: Buffering Buffering is when you draw a polygon around a feature (point, line or polygon) Introduction to GIS
31
@ 2007 Austin Troy Tools: Buffering Introduction to GIS Based on distance Based on attribute
32
@ 2007 Austin Troy Tools:Variable Width Buffering Introduction to GIS
33
@ 2007 Austin Troy Combining Geoprocessing Tools Involve multiple tasks performed in sequence, such as those that clip, buffer, intersect, union, then select datasets. Introduction to GIS – Create and run a script – Build and run a model – Step by step
34
@ 2007 Austin Troy Combining Buffering and Geoprocessing: Example Question: How to find areas that are near deer wintering areas and water bodies but far from traffic? Geospatial Data Polygon layer for deer wintering areas Polygon layer for Water bodies Roads layer: line features Introduction to GIS
35
@ 2007 Austin Troy Combining Buffering and Geoprocessing: Example Question: How to find areas that are near deer wintering areas and water bodies but far from traffic? Introduction to GIS – A reas that are near deer wintering areas AND water bodies: – Combining the layers: Intersect – “Near” or “Far from”:Buffering Union – Selecting: Query for areas that are not within a traffic buffer
36
@ 2007 Austin Troy Combining Buffering and Geoprocessing: Example Buffering: Made fixed buffers around deer wintering areas and water bodies, and a variable buffer around roads, based on traffic Introduction to GIS
37
@ 2007 Austin Troy Combining Buffering and Geoprocessing: Example Intersecting: The intersection of deer wintering buffers and water buffers (the area in the red) Introduction to GIS
38
@ 2007 Austin Troy Combining Buffering and Geoprocessing: Example The union of that intersection with the traffic buffer: Introduction to GIS
39
@ 2007 Austin Troy Combining Buffering and Geoprocessing: Example Selecting: Query for polygons that are not within (far from) a traffic buffer Introduction to GIS
40
@ 2007 Austin Troy Combining Buffering and Geoprocessing: Example Create a new layer by exporting the selected features (polygons) Introduction to GIS
41
@ 2007 Austin Troy Geoprocessing Summary Introduction to GIS UnionIntersectIdentityClipDissolveMergeBuffer
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.