19
Map overlays & Geoprocessing Learn about spatial analysis functions overlays, clipping & buffering Use overlays to analyze multiple spatial criteria Understand differences between spatial joins and overlays Geoprocessing with menus, Arctoolbox and model builder

Map overlays & Geoprocessing Learn about spatial analysis functions overlays, clipping & buffering Use overlays to analyze multiple spatial criteria Understand

Embed Size (px)

Citation preview

Page 1: Map overlays & Geoprocessing Learn about spatial analysis functions overlays, clipping & buffering Use overlays to analyze multiple spatial criteria Understand

Map overlays & GeoprocessingLearn about spatial analysis functions

overlays, clipping & buffering

Use overlays to analyze multiple spatial criteria

Understand differences between spatial joins and overlays

Geoprocessing with menus, Arctoolbox and model builder

Map overlays & GeoprocessingLearn about spatial analysis functions

overlays, clipping & buffering

Use overlays to analyze multiple spatial criteria

Understand differences between spatial joins and overlays

Geoprocessing with menus, Arctoolbox and model builder

Page 2: Map overlays & Geoprocessing Learn about spatial analysis functions overlays, clipping & buffering Use overlays to analyze multiple spatial criteria Understand

Map OverlaysCombines layers into a single output

2 categories

Outputs that combine attributesincludes INTERSECT and UNION

Outputs that don’t combine attributes includes CLIP and ERASEcollectively known as extraction

functions

Map OverlaysCombines layers into a single output

2 categories

Outputs that combine attributesincludes INTERSECT and UNION

Outputs that don’t combine attributes includes CLIP and ERASEcollectively known as extraction

functions

Page 3: Map overlays & Geoprocessing Learn about spatial analysis functions overlays, clipping & buffering Use overlays to analyze multiple spatial criteria Understand

Overlay Functions:

Overlays of two feature classes creates a new feature class with attributes from the two originals...THIS IS WHAT GIS IS ALL ABOUT!

Overlay Functions:

Overlays of two feature classes creates a new feature class with attributes from the two originals...THIS IS WHAT GIS IS ALL ABOUT!

Page 4: Map overlays & Geoprocessing Learn about spatial analysis functions overlays, clipping & buffering Use overlays to analyze multiple spatial criteria Understand

Extraction functions:

Clip- THINK COOKIE CUTTER with the inside of the cutter being what is preserved and everything outside is clipped away, leaving only the attributes inside

Erase- THINK DONUTS with the part that we are interested in being the donut, and the hole being erased from the set of attributes that we are dealing with

Extraction functions:

Clip- THINK COOKIE CUTTER with the inside of the cutter being what is preserved and everything outside is clipped away, leaving only the attributes inside

Erase- THINK DONUTS with the part that we are interested in being the donut, and the hole being erased from the set of attributes that we are dealing with

QuickTime™ and a decompressor

are needed to see this picture.

QuickTime™ and a decompressor

are needed to see this picture.QuickTime™ and a

decompressorare needed to see this picture.

QuickTime™ and a decompressor

are needed to see this picture.

Page 5: Map overlays & Geoprocessing Learn about spatial analysis functions overlays, clipping & buffering Use overlays to analyze multiple spatial criteria Understand

Polygon shapefile used to “clip” line shapefiles; i.e.,create a subset of the of the lines that lie within the confines of the polygon

Clip example

Page 6: Map overlays & Geoprocessing Learn about spatial analysis functions overlays, clipping & buffering Use overlays to analyze multiple spatial criteria Understand

IMPORTANT!

Attributes within the overlay or extraction functions are updated automatically

USER defined attributes, such as the length of the road passing through a state park will not be accurate upon clipping or erasing, and have to be redefined using the calculate geometries function

IMPORTANT!

Attributes within the overlay or extraction functions are updated automatically

USER defined attributes, such as the length of the road passing through a state park will not be accurate upon clipping or erasing, and have to be redefined using the calculate geometries function

Page 7: Map overlays & Geoprocessing Learn about spatial analysis functions overlays, clipping & buffering Use overlays to analyze multiple spatial criteria Understand

Overlays with attributes take features and can split them into smaller features that look like the original feature.

The blue line here is split into three line segments, each within the specific land use polygons.

Page 8: Map overlays & Geoprocessing Learn about spatial analysis functions overlays, clipping & buffering Use overlays to analyze multiple spatial criteria Understand

Each line is now given attribute data in the attribute table to correspond to the polygon in which it now resides

Page 9: Map overlays & Geoprocessing Learn about spatial analysis functions overlays, clipping & buffering Use overlays to analyze multiple spatial criteria Understand

Unions example:

Creates polygons for every possible combination of features from the two layers while creating a new layer with uniquely shaped polygons

Page 10: Map overlays & Geoprocessing Learn about spatial analysis functions overlays, clipping & buffering Use overlays to analyze multiple spatial criteria Understand

Intersect: creates new polygons only where the three source polygons overlap, excluding everything else

Source polygons

result

Page 11: Map overlays & Geoprocessing Learn about spatial analysis functions overlays, clipping & buffering Use overlays to analyze multiple spatial criteria Understand

Intersecting various geometries of features can yield a wide array of results

a) Polygons yield points,

lines or other polygons;

b) Lines can yield points

or lines;

c) Polygons and lines can

yield points or lines

Intersecting various geometries of features can yield a wide array of results

a) Polygons yield points,

lines or other polygons;

b) Lines can yield points

or lines;

c) Polygons and lines can

yield points or lines

Page 12: Map overlays & Geoprocessing Learn about spatial analysis functions overlays, clipping & buffering Use overlays to analyze multiple spatial criteria Understand
Page 13: Map overlays & Geoprocessing Learn about spatial analysis functions overlays, clipping & buffering Use overlays to analyze multiple spatial criteria Understand

ARRRRGH! SLIVERS!Sometimes when layers represent similar shaped boundaries, they don’t match perfectly due to scales variations between the two data sets (e.g., counties map vs state map outer edges.

This is an artifact and not real so those slivers can be corrected by using a tolerance setting.

Careful because tolerance

combines all values that are

close, not just the ones you

want

Sometimes slivers are real...

It is difficult to determineat times if they are real or not

ARRRRGH! SLIVERS!Sometimes when layers represent similar shaped boundaries, they don’t match perfectly due to scales variations between the two data sets (e.g., counties map vs state map outer edges.

This is an artifact and not real so those slivers can be corrected by using a tolerance setting.

Careful because tolerance

combines all values that are

close, not just the ones you

want

Sometimes slivers are real...

It is difficult to determineat times if they are real or not

Page 14: Map overlays & Geoprocessing Learn about spatial analysis functions overlays, clipping & buffering Use overlays to analyze multiple spatial criteria Understand

Dissolve can be useful in this instance by getting rid of extraneous data points that share a common attribute- street name in this instance.

Again- caution on using this because they sometimes are located there for reasons that may not be apparent at first glance

Dissolve can be useful in this instance by getting rid of extraneous data points that share a common attribute- street name in this instance.

Again- caution on using this because they sometimes are located there for reasons that may not be apparent at first glance

Page 15: Map overlays & Geoprocessing Learn about spatial analysis functions overlays, clipping & buffering Use overlays to analyze multiple spatial criteria Understand

Dissolve takes polygons that are adjacent or overlap (BEFORE) and uses attributes within each that are identical to create larger polygons (AFTER)

Dissolve takes polygons that are adjacent or overlap (BEFORE) and uses attributes within each that are identical to create larger polygons (AFTER)

Page 16: Map overlays & Geoprocessing Learn about spatial analysis functions overlays, clipping & buffering Use overlays to analyze multiple spatial criteria Understand

Buffers A) around points (feature classes); and B) around lines (also feature classes).

Buffers A) around points (feature classes); and B) around lines (also feature classes).

Page 17: Map overlays & Geoprocessing Learn about spatial analysis functions overlays, clipping & buffering Use overlays to analyze multiple spatial criteria Understand

Buffers around roads creates a mess...

Until you dissolve the boundaries between the various buffer zones created

Page 18: Map overlays & Geoprocessing Learn about spatial analysis functions overlays, clipping & buffering Use overlays to analyze multiple spatial criteria Understand

Many of these processes are computationally extensive

i.e., your PC will cringe at the thought of doing the tasks you will be asking it to do

Do any queries and or selections before doing any of the overlays to minimize the computational tasks

especially buffers and dissolves.

Page 19: Map overlays & Geoprocessing Learn about spatial analysis functions overlays, clipping & buffering Use overlays to analyze multiple spatial criteria Understand

Append- tables must match precisely before applying

A tool used to combine features of two or more layers into a single new feature of the same class

Map of Polygons 1 + map of Polygons 2 = new map layer of combined Polygons

Append- tables must match precisely before applying

A tool used to combine features of two or more layers into a single new feature of the same class

Map of Polygons 1 + map of Polygons 2 = new map layer of combined Polygons

Merge is very similar, except that it allows the user to specifically determine what attributes fields to include rather than insisting that the table match exactly.

Its more flexible than the append tool

Merge is very similar, except that it allows the user to specifically determine what attributes fields to include rather than insisting that the table match exactly.

Its more flexible than the append tool