0% found this document useful (0 votes)
64 views10 pages

Lab#9 (Report)

The document describes steps to perform several spatial analysis tasks in ArcGIS, including geocoding addresses, creating and analyzing routes and events along routes, overlaying event layers, analyzing slope along a stream route, and locating cities near an interstate route. Key steps include creating address locators and geocoding addresses, making event layers from tables to analyze attributes along routes, overlaying event layers to find intersections, creating routes from features and analyzing slopes of intersecting polygons, and locating cities near a route within a search radius.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
64 views10 pages

Lab#9 (Report)

The document describes steps to perform several spatial analysis tasks in ArcGIS, including geocoding addresses, creating and analyzing routes and events along routes, overlaying event layers, analyzing slope along a stream route, and locating cities near an interstate route. Key steps include creating address locators and geocoding addresses, making event layers from tables to analyze attributes along routes, overlaying event layers to find intersections, creating routes from features and analyzing slopes of intersecting polygons, and locating cities near a route within a search radius.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Chapter 16

Spatial Interpolation

Task #1 | Geocode Street Address

File Requirement:
Street and cda_add inside in Kootenai.gdb

Steps:
1. Launch ArcMap software  Add folder connection to 106382605_Lab#9  Insert New Data Frame and
named as Chap16Task1.
2. Right click on the Chap16Task1  select Add Data  select Street and cda_add
3. Go to ArcToolBox  Right click on the ArcToolBox  Environment  select Chap16Task1 as a current
and scratch workspace.
4. Go to ArcToolBox  Geocoding Tools  Create Address Locator Tool  select US Address – Dual
Ranges for the address locator style  select streets for the reference data.
Make sure this:
- From Left  select FRADDL
- To Left  TOADDL
- From Right  FRADDR
- To Right  TOADDR
- Street Name  FENAME
Save the output address locator as a Task 1
5. Go to Customize menu  point to Toolbars  check Geocoding  click Geocode Address  choose
Task1  OK  In the next dialog select cda_add for the address table  save output feature class as a
cda_geocode (in Kootenai.gdb)

6. To deal with unmatched record  click on Rematch on the completion window  scroll down and find
unmatched record is 2750 W Kathleen Ave 83814  click record to select it  change the wrong ZIP code
to 83815  Highlight the top candidate with score 100  Match  click Close.
7. Go to Catalog Tree  Double click on Task1
Figure 1. Street.shp

Task Question #1:


The default spelling sensitivity value is 80. If you were to change it to 60, how would the change affect the
geocoding process?
Answer:
A higher value will restrict candidates to exact matches. The spelling sensitivity does not affect the match
score of each candidate; it only controls how many candidates the geocoding service considers. The geocoding
service then computes the match score of each candidate and ranks the candidates by score.

Task Question #2:


What are the side offset and end offset values?
Answer:
Side offside: 3 and End Offset: 10
Task #2 | Display and Query Routes and Events

File Requirement:
decrease24k.shp and SpeedLimitDecAll.dbf

Steps:
1. Launch ArcMap software  Add folder connection to 106382605_Lab#9  Insert New Data Frame and
named as Chap16Task2.
2. Right click on the Chap16Task2  Add Data  select decrease24k.shp and SpeedLimitDecAll.dbf
3. Go to Customize menu  Customize Mode  on the Command tab select category of Linear Referencing
 drag and drop Identify Route Locations in ArcMap  close Customize dialog.
4. Right click on decrease24k  select open attribute  use Select by Attribute Tools  select “SR” = ‘026’
and the Highway 26 will highlighted.

5. Go to ArcToolBox  Linear Referencing  Make Event Layer  select decrease24k for input feature 
SR for route identifier field  SpeedLimitDecAll for the input event table  SR for route identifier field
 LINE for the event type  B_ARM for the from-measure field  E_ARM for the to-measure field 
click OK and the SpeedLimitDecAll Event will appear in the context table.
6. Go to Context table  Right click on the SpeedLimitDecAll Event  select Properties  go to
Symbology Tab  choose Quantities/Graduate colors in the Show Frame  select LEGSPDDEC for the
Value Frame --. choose color ramp that easy to recognize the speed limits classes  click OK.

Task Question #5:


How many records of SpeedLimitsDecAll Event have speed limits > 60?
Answer:
Task #3 | Analyze Two Event Layers

File Requirement:
decrease24k.shp and RoadsideAll.dbf

Steps:
1. Launch ArcMap software  Add folder connection to 106382605_Lab#9  Insert New Data Frame and
named as Chap16Task3.
2. Right click on the Chap16Task3  Add decrease24k.shp and RoadsideAll.dbf
3. Go to ArcToolBox  Linear Referencing  Overlay Route Event  select RestAreasAll for the input
table  select SR for the route identifier  select POINT for the event type  select ARM for the
measure field  select RoadSideAll for the overlay event table  select SR for the rout identifier 
select LINE for the event type  select BEGIN_ARM for the from-measure field  select END_ARM for
the to-measure field  select INTERSECT for the type of overlay  enter Rest_Roadside.dbf for the
output table  SR for route identifier  ARM for the measure field  click OK.
Figure 2. Rest_Roadside Event Map

Task Question #6:


How many rest areas located in the forested area?
Answer:
there is 17 location

Task Question #7:


How many rest areas located in the urban area?
Answer:
there is 17 location
Task #4 | Create a Stream Route and Analyze Slope Along the Route

File Requirement:
plne and stream.shp

Steps:
1. Launch ArcMap software  Add folder connection to 106382605_Lab#9  Insert New Data Frame and
named as Chap16Task4.
2. Right click on the Chap16Task4  Add plne and stream.shp
3. Go to ArcToolBox  Spatial Analysist Tools  Surface Tools  Slope Tool  select plne as an Input
Raster  specify the plne_slp as Output Raster.
4. Go to ArcToolBox  Spatial Analysist Tools  Reclass Tools  Reclassify tool  select plne_slp for
Input Raster  Value for Reclass field  in the Reclassification enter this value: <10%, 10-20%, 20-30%,
30-40%, 40-53%  named output as reclass_slp.
5. Go to ArcToolBox  Conversion Tools  From Raster Tools  Raster to Polygon Tool  use
reclass_slp for input raster  select VALUE for the field  named as slope.

Figure 3. plne Figure 4. plne_slp

6. Right click on the Chapter 16 database in the Catalog tree  point to New  select Personal Geodatabse
 named as stream mdb
7. Right click on the stream.mdb  point to Import  select Feature Class (single)  select streams.shp for
the input features  named as stream165 for output name  click SQL button and write the query
“USGH_ID” = 165  click OK. the stream 165 will appear in the content table.
8. Go to ArcToolBox  Linear Referencing Tools  Create Route Tool  select stream165 for the input
feature  select USGH_ID for route identifier field  named as StreamRoute for output route feature
class in the stream.mdb  click OK.

9. Go to ArcToolBox  Linear Referencing Tools  Locate Feature Along Route Tool  select slope for
the input feature  select StreamRoute for the input route feature  enter USGH_ID for the route
identifier field  enter Stream_Slope.dbf for the output event table in the Chapter 16 database  uncheck
the box for keeping zero length line events  click OK.
10. Go to ArcToolBox  Linear Referencing Tools  Make Route Event Layer  make sure the
StreamRoute for the input feature  USGH_ID for route identifier field  Stream_slope for the input
event table  RID is the route identifier and line for the event type  click OK.
11. Turn off all layer except Stream_Slope Event  right click on the Stream_Slope Event layer  select
Properties  go to Symbology Tab  select Catagories  Unique Values for the Show option  select
GRIDCODE for the Value field  click on Add All Values  click OK.

Figure 1. Stream layer Figure 2. Stream_Slope Event layer


Task #5 | Located Cities Along an Interstate Route

File Requirement:
interstate.shp and uscities.shp

Steps:
1. Launch ArcMap software  Add folder connection to 106382605_Lab#9  Insert New Data Frame and
named as Chap16Task5.
2. Right click on the Chap16Task5  Add interstate.shp and uscities.shp
.

Figure 3. interstate.shp and uscities.shp

3. Go to ArcToolBox  Analysist Tools  Extract Toolset  Select tool  select interstate.shp for the
input feature  specify 15_fix.shp for the output feature class  click SQL button for expression and enter
the query “RTE_NUM1” = ‘5’ (use Get Unique Values more convenient)  click OK.
4. Go to ArcToolBox  Data Management Tools  Fileds Toolset  Add Field tool  select 15_fix for the
input table  enter RouteNum for the field name  select DOUBLE for the field type  click OK.
5. Go to ArcToolBox  Linear Referencing Tools  Create Route Tool  select 15_fix for the input line
feature  select RouteNum for the route identifier  specify Route5_fix for output route feature class 
select LENGTH for the measure source  enter 0.00062137119 for the measure factor  click OK.
6. Go to ArcToolBox  Linear Referencing Tools  Locate Feature Along Routes Tool  select
uscities.shp for the input feature  select Route5_fix input route feature  select RouteNum for the route
identifier field  enter 10 miles for the search radius  specify Route5_cities.dbf for the output event
table  click OK.
7. Go to ArcToolBox  Linear Referencing Tools  Make Route Event Layer Tool  make sure that
Route5_fix for the input route feature  select Route5_cities for event table  and type of event is point
event  click OK.
Figure 4. Route5_fix layer Figure 5. Route5_cities Event

Task Question #10:


How many cities in Oregon are within 10 miles of Route5?
Answer:
There are 29 cities in the Oregon within 10 miles of Route5

You might also like