Download presentation
Presentation is loading. Please wait.
Published byShanon Neal Modified over 9 years ago
1
Chapter 6 Spatial Joins
2
Which county has most earthquakes? 1.County data layer 2.Earthquake data layer 3.No common field between layers
3
Spatial Joins A spatial join is based on the location of spatial features rather than common field Spatial join may create new attributes, such as count or distance in the output data
4
Spatial Join Join LayerTarget layer Output Layer
5
Spatial Join Counties showing the frequency of earthquakes
6
Spatial Joins Spatial join can be used to find: The closest feature to another feature. What features in one layer are inside another feature. What intersects a feature. Spatial join creates a new layer from two input layers by combining both sets of attributes. However, it does not combine the features to the target layer
7
Which watershed has the highest number of septic systems? Watershed Septic System
8
Color coded Watershed Count field shows the # of septic system in each watershed
9
Spatial Join (Point to point) 2. Closest point to the target layer including the distance Two options 1.How many points are closest to it including the summary statistics of closest points
10
Which Hospital is closest to most cities?
11
Spatial Join (Point to point) Use Option 1 without any summary:
12
Which hospital is the closest to most cities? No distance field in the output layer Option 1 add only the Count field in the output layer showing the number of cities that are closest to each hospital
13
Which hospital is the nearest to most cities?
14
Which hospital serves most people?
15
Spatial Join (Point to point) Example: Total number of people served by each hospital In this case you have to use Summarized under Option1
16
Spatial Join (Point to point) Example: Total number of people served by each hospital Summarized option will give summary statistics on each numeric field including the count(# of cities)
17
Spatial Join (Point to point) Example: Total number of people served by each hospital This hospital serve most of the cities This hospital serve most of the people
18
Which town is farthest/closest from a hospital?
19
Use option 2
20
Each town features gets name of closest hospital and the distance. Spatial Join: Point to point-Distance Get the closest or farthest city by sorting the distance
21
Example: Which counties are within a watershed Same county will fall in more than one watershed, as a result duplication will occus in count and also in summary statistics!!
22
Spatial join Never use the unprojected data for distance calculation! You will not only get wrong distance but wrong selection as well !!
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.