SlideShare a Scribd company logo
1 of 20
Download to read offline
ArcScan Tutorial
Copyright © 1995-2010 Esri All rights reserved.
Table of Contents
Exercise 1: Interactive vectorization . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
Exercise 2: Automatic vectorization . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
ArcScan Tutorial
Copyright © 1995-2010 Esri. All rights reserved. 2
Exercise 1: Interactive vectorization
ArcScan makes it easy to create new features from scanned raster images.
This process can significantly reduce the time it takes you to incorporate
raster data into your vector database.
In this exercise, you will generate features from a scanned parcel map by
interactively tracing raster cells. You will begin by starting ArcMap and loading a map document that contains
the raster dataset and two layers.
Setting up the ArcScan environment
Prerequisite:
You need to have the ArcScan for ArcGIS extension installed and registered. In addition, start ArcMap and
add the Editor and ArcScan toolbars to the display.
Steps:
1. Click the Open button on the Standard toolbar.
2. Navigate to the ArcScanTrace.mxd map document in the ArcScan directory where you installed
the tutorial data and select it (C:ArcGISArcTutor is the default location).
3. Click Open.
4. To use ArcScan, you need to enable the extension. Click the Customize menu, click
Extensions, check ArcScan, then click Close.
5. Raster layers must be symbolized as two-color images to use the ArcScan tools and commands.
You will change the raster symbology from stretched to unique values. Right-click the
ParcelScan.img raster layer in the ArcMap table of contents and click Properties. The Layer
Properties dialog box appears.
6. Click the Symbology tab on the Layer Properties dialog box.
7. Click Unique Values in the Show box.
8. Click OK.
Setting the raster snapping environment
ArcScan is designed to work in conjunction with the ArcMap editing environment and is only active when an
edit session has been started. You need to set some options for snapping while editing and using ArcScan.
Complexity:
Beginner
Data Requirement:
ArcGIS Tutorial Data Setup
ArcScan Tutorial
Copyright © 1995-2010 Esri. All rights reserved. 3
Steps:
1. Click the Editor menu and click Options.
ArcScan uses the classic editing snapping environment rather than the Snapping toolbar.
2. Click the General tab.
3. Check Use classic snapping.
When you enable classic snapping, it disables the Snapping toolbar's snapping environment for
use in editing. Therefore, once you have completed your work with ArcScan, you should reenable
the Snapping toolbar by unchecking the Use classic snapping box.
4. Click OK.
The ArcScan extension is only active in an edit session. The Start Editing command allows you to
begin an edit session.
5. Click the Editor menu on the Editor toolbar and click Start Editing.
6. Choose to start editing on the file geodatabase workspace and click OK.
Raster snapping requires settings that influence the behavior of the tracing. These options are set
on the Raster Snapping Options dialog box.
7. Click the Raster Snapping Options button on the ArcScan toolbar to open the Raster
Snapping dialog box.
8. Set the maximum line width value to 7. This setting will ensure that you are able to snap to raster
cells that represent the lot boundaries.
ArcScan Tutorial
Copyright © 1995-2010 Esri. All rights reserved. 4
9. Click OK.
10. Click the Editor menu, point to Snapping, then click Snapping Window.
11. Click the plus sign next to Raster to expand it.
12. Check the Centerlines and Intersection options for raster snapping. You can close the window
when you are done.
Now, you need to turn on SnapTips, which are pop-up messages that give you information on the
type of snapping that is active as you move your pointer around the map.
13. Click the Editor menu, point to Snapping, then click Options.
14. Check Show SnapTips.
15. Click OK.
Creating line features by tracing raster cells
Now that you have set up your raster snapping environment, you are ready to begin tracing the raster cells.
You will use the Vectorization Trace tool for this step.
ArcScan Tutorial
Copyright © 1995-2010 Esri. All rights reserved. 5
Steps:
1. Click Bookmarks and click Trace lines to set the current view to the edit area of the exercise.
When the display refreshes, you should see the trace area.
2. Click the ParcelLines line feature template in the Create Features window. This sets up the
editing environment to create new features in that layer using the default attributes for that
template.
3. Click Vectorization Trace tool on the ArcScan toolbar.
4. Move the pointer until it snaps to the intersection of the lot boundaries and click to start tracing.
ArcScan Tutorial
Copyright © 1995-2010 Esri. All rights reserved. 6
5. Point the Vectorization Trace tool downward and click to start creating the line feature.
6. Continue to point and click with the Vectorization Trace tool to trace the exterior boundary of
the lots.
ArcScan Tutorial
Copyright © 1995-2010 Esri. All rights reserved. 7
7. Once you have finished tracing around the lot boundaries, press F2 to finish the sketch.
A line feature now represents the exterior boundaries of the scanned parcel lots.
ArcScan Tutorial
Copyright © 1995-2010 Esri. All rights reserved. 8
Creating polygon features by tracing raster cells
Now that you have successfully traced raster cells to create line features, you will create polygon features
using the Vectorization Trace tool.
Steps:
1. Zoom to the bookmarked extent called Trace polygons to get a better view of the area that will be
traced. Click Bookmarks and click Trace polygons.
2. Click the ParcelPolygons polygon feature template in the Create Features window. You must
change the active feature template to ParcelPolygons to create polygon features while tracing.
3. Click the Vectorization Trace tool on the ArcScan toolbar.
4. Move the pointer until it snaps to the lower-left corner of lot 061 and click to start tracing.
5. Point the arrow toward the lower-right corner of the lot and click to start creating the segments of
the polygon feature.
ArcScan Tutorial
Copyright © 1995-2010 Esri. All rights reserved. 9
6. Continue to trace the lot boundary in a counterclockwise direction.
7. When the cursor has returned to the starting point of the trace, press F2 to complete the polygon.
Once you have finished tracing the raster cells, you can stop editing and complete the exercise by
saving your edits.
8. Click the Editor menu on the Editor toolbar and click Stop Editing.
9. Click Yes to save your edits.
10. To continue to the next exercise in the ArcScan tutorial, click Exercise 2: Automatic vectorization.
ArcScan Tutorial
Copyright © 1995-2010 Esri. All rights reserved. 10
In this exercise you learned how to set the raster snapping options and environment, snap to raster cells, and
trace raster cells to create new line and polygon features. These steps covered the main components of the
raster tracing process. The next exercise will show you how to edit a raster layer and automatically generate
features for an entire raster layer using the batch vectorization tools.
ArcScan Tutorial
Copyright © 1995-2010 Esri. All rights reserved. 11
Exercise 2: Automatic vectorization
In this exercise, you will edit a scanned parcel map to remove cells from the
raster that are not in the scope of the vectorization. Once the raster has
been cleaned up, you will generate features using the batch vectorization
mode. You will begin by starting ArcMap and loading a map document that
contains the raster dataset and two shapefiles.
Setting up the ArcScan environment
Prerequisite:
This exercise builds on the ArcMap settings specified in the previous exercise. You need to have the
ArcScan extension enabled, classic editing snapping enabled, and the ArcScan and Editor toolbars
displayed.
Steps:
1. Click the Open button on the Standard toolbar.
2. Navigate to the ArcScanBatch.mxd map document in the ArcScan directory where you installed
the tutorial data and select it (C:ArcGISArcTutor is the default location).
3. Click Open.
If you still have the map document open from the previous exercise and are prompted to close it,
do so without saving your changes.
4. Raster layers must be symbolized as two-color images to use the ArcScan tools and commands.
You will change the raster symbology from stretched to unique values. Right-click the
ParcelScan.img raster layer in the ArcMap table of contents and click Properties. The Layer
Properties dialog box appears.
5. Click the Symbology tab on the Layer Properties dialog box.
6. Click Unique Values in the Show box.
7. Click OK.
Preparing the raster for vectorization: Raster painting
When performing batch vectorization, it is sometimes necessary to edit the raster image prior to generating
features. This process is referred to as raster cleanup and involves the removal of unwanted cells from the
Complexity:
Beginner
Data Requirement:
ArcGIS Tutorial Data Setup
ArcScan Tutorial
Copyright © 1995-2010 Esri. All rights reserved. 12
raster image that are not in the scope of the vectorization. ArcScan provides the tools to perform raster
cleanup. You will now use the Raster Cleanup tools to remove unwanted text from the ParcelScan image.
Steps:
1. Click Bookmarks and click Raster cleanup to set the current view to the edit area of the
exercise.
2. Click the Editor menu on the Editor toolbar and click Start Editing.
3. Choose to start editing on the file geodatabase workspace and click OK.
4. On the ArcScan toolbar, click the Raster Cleanup menu and click Start Cleanup to start the
raster cleanup session.
5. Click the Raster Cleanup menu and click Raster Painting Toolbar to display the Raster
Painting toolbar.
6. Click the Erase tool on the Raster Painting toolbar.
7. Click and hold to erase the text (59.96) located at the top of the parcel lot.
ArcScan Tutorial
Copyright © 1995-2010 Esri. All rights reserved. 13
8. Continue to erase the text with the Erase tool until it has been completely removed from the
image.
In addition to the Erase tool, the Raster Painting toolbar supports another tool designed to erase
cells. This tool is called the Magic Erase tool, and it allows you to erase a series of connected
cells by simply clicking or dragging a box around them.
9. Click the Magic Erase tool on the Raster Painting toolbar.
10. Drag a box around the text (001) located in the center of the parcel lot to remove it.
The text is now removed from the raster.
ArcScan Tutorial
Copyright © 1995-2010 Esri. All rights reserved. 14
Preparing the raster for vectorization: Cell selection
In the previous steps, you learned how to use the Erase and Magic Erase tools to remove unwanted cells
from the raster image. However, if the image you are working with requires much cleanup, these techniques
could be time consuming. To help streamline this process, you can use the cell selection tools in conjunction
with the raster cleanup tools.
Steps:
1. Zoom to the bookmarked extent called Cell selection to get a better view of the edit area. Click
Bookmarks and click Cell selection.
2. Click the Cell Selection menu and click Select Connected Cells.
3. In the Select Connected Cells dialog box, type a value of 500 for the total area of raster pixels.
This expression will select all the cells that represent text in the raster.
ArcScan Tutorial
Copyright © 1995-2010 Esri. All rights reserved. 15
4. Click OK. The cells that represent the text in the raster are now selected.
5. Click the Raster Cleanup menu and click Erase Selected Cells to delete the selected cells. The
selected cells are now erased.
ArcScan Tutorial
Copyright © 1995-2010 Esri. All rights reserved. 16
Specifying the vectorization settings
Batch vectorization relies on user-defined settings, which influence the geometry of the generated features.
These settings can vary depending on the type of raster data you are working with. Once you have
determined the appropriate settings for your raster, you can save them within the map document or to a
separate file. You will use the Vectorization Settings dialog box to apply the settings.
Steps:
1. Click the Vectorization menu and click Vectorization Settings to open the Vectorization
Settings dialog box. You will now modify the vectorization settings to ensure optimal results when
generating features.
2. Change the Maximum Line Width value to 10.
3. Change the Compression Tolerance value to 0.1.
4. Click Apply to update the settings.
ArcScan Tutorial
Copyright © 1995-2010 Esri. All rights reserved. 17
5. Click Close.
Generating features
ArcScan provides a way to preview the batch vectorization prior to generating features. This can help you
save time by allowing you to see how the settings will affect the vectorization. When the settings are
changed, the preview can be updated by clicking the Apply button located on the Vectorization Settings
dialog box. This design allows you to fine-tune the vectorization settings.
The final step in the batch vectorization process is to generate features. The Generate Features dialog box
allows you to select the vector layers that will store the new features and execute the vectorization.
Steps:
1. Click the Vectorization menu and click Show Preview. The vectorization preview is displayed
on the map.
2. Click the Vectorization menu and click Generate Features.
3. Click the ParcelLinesBatch feature template, if it is not already the active line feature template.
ArcScan Tutorial
Copyright © 1995-2010 Esri. All rights reserved. 18
4. Click OK.
5. Right-click the ParcelScan.img raster layer in the ArcMap table of contents and click Zoom To
Layer to view all the new features that were generated.
When the display refreshes, you should see the vector features that now represent the raster
cells. Once you have finished generating features, you can stop editing and complete the exercise
by saving your edits.
6. Click the Editor menu on the Editor toolbar and click Stop Editing.
7. Click Yes to save your edits.
8. If prompted to save your raster cleanup edits, click No.
9. You can close the map document (you do not need to save your changes) and ArcMap when
you are done.
ArcScan Tutorial
Copyright © 1995-2010 Esri. All rights reserved. 19
You have now completed the ArcScan tutorial. In this exercise, you learned how to use the raster cleanup and
cell selection tools to edit a raster layer, apply vectorization settings, preview the vectorization, and generate
features. These steps covered the major components of the batch vectorization process.
ArcScan Tutorial
Copyright © 1995-2010 Esri. All rights reserved. 20

More Related Content

Viewers also liked

Welsh bacc teacher training day
Welsh bacc teacher training dayWelsh bacc teacher training day
Welsh bacc teacher training dayc3w
 
COSCUP 2014投履歷&大地遊戲使用流程
COSCUP 2014投履歷&大地遊戲使用流程COSCUP 2014投履歷&大地遊戲使用流程
COSCUP 2014投履歷&大地遊戲使用流程Ying Hsin Hsu
 
PostMining of weighted assosiation rules using knowledge base
PostMining of weighted assosiation rules using knowledge basePostMining of weighted assosiation rules using knowledge base
PostMining of weighted assosiation rules using knowledge baseJeba Ranjani
 
Augmented Reality(Google Glasses,And others)
Augmented Reality(Google Glasses,And others)Augmented Reality(Google Glasses,And others)
Augmented Reality(Google Glasses,And others)shyamrajbhar1
 
É possível unir a agilidade das metodologias ágeis com a burocracia do MPS.Br...
É possível unir a agilidade das metodologias ágeis com a burocracia do MPS.Br...É possível unir a agilidade das metodologias ágeis com a burocracia do MPS.Br...
É possível unir a agilidade das metodologias ágeis com a burocracia do MPS.Br...Thielle Cathia D'Paula
 
Dragging the digital chain - ICERI Presentation 19 Nov 2013
Dragging the digital chain - ICERI Presentation 19 Nov 2013Dragging the digital chain - ICERI Presentation 19 Nov 2013
Dragging the digital chain - ICERI Presentation 19 Nov 2013Shani Hartley
 
leaders_5y_presentation
leaders_5y_presentationleaders_5y_presentation
leaders_5y_presentationiveccc
 

Viewers also liked (18)

Ideate
IdeateIdeate
Ideate
 
Organ process
Organ processOrgan process
Organ process
 
Cancer
CancerCancer
Cancer
 
Welsh bacc teacher training day
Welsh bacc teacher training dayWelsh bacc teacher training day
Welsh bacc teacher training day
 
Scroll
ScrollScroll
Scroll
 
COSCUP 2014投履歷&大地遊戲使用流程
COSCUP 2014投履歷&大地遊戲使用流程COSCUP 2014投履歷&大地遊戲使用流程
COSCUP 2014投履歷&大地遊戲使用流程
 
PostMining of weighted assosiation rules using knowledge base
PostMining of weighted assosiation rules using knowledge basePostMining of weighted assosiation rules using knowledge base
PostMining of weighted assosiation rules using knowledge base
 
Symfony 2.3 Wstęp do
Symfony 2.3 Wstęp doSymfony 2.3 Wstęp do
Symfony 2.3 Wstęp do
 
Services ppt
Services pptServices ppt
Services ppt
 
Augmented Reality(Google Glasses,And others)
Augmented Reality(Google Glasses,And others)Augmented Reality(Google Glasses,And others)
Augmented Reality(Google Glasses,And others)
 
É possível unir a agilidade das metodologias ágeis com a burocracia do MPS.Br...
É possível unir a agilidade das metodologias ágeis com a burocracia do MPS.Br...É possível unir a agilidade das metodologias ágeis com a burocracia do MPS.Br...
É possível unir a agilidade das metodologias ágeis com a burocracia do MPS.Br...
 
Interactive view
Interactive viewInteractive view
Interactive view
 
1
11
1
 
Cv gupta
Cv guptaCv gupta
Cv gupta
 
Imperio de china
Imperio de chinaImperio de china
Imperio de china
 
Dragging the digital chain - ICERI Presentation 19 Nov 2013
Dragging the digital chain - ICERI Presentation 19 Nov 2013Dragging the digital chain - ICERI Presentation 19 Nov 2013
Dragging the digital chain - ICERI Presentation 19 Nov 2013
 
Fenicia
FeniciaFenicia
Fenicia
 
leaders_5y_presentation
leaders_5y_presentationleaders_5y_presentation
leaders_5y_presentation
 

Similar to Arcscan tutorial

Publishing geoprocessing-services-tutorial
Publishing geoprocessing-services-tutorialPublishing geoprocessing-services-tutorial
Publishing geoprocessing-services-tutorialSebastian Correa Gimenez
 
Arc Gis Traininng.pptx
Arc Gis Traininng.pptxArc Gis Traininng.pptx
Arc Gis Traininng.pptxImran khan
 
map design by ArcGIS program
map design by ArcGIS programmap design by ArcGIS program
map design by ArcGIS programAlmoutaz Alsaeed
 
ENVI Pocket Guide: Volume 2 | Intermediate
ENVI Pocket Guide: Volume 2 | IntermediateENVI Pocket Guide: Volume 2 | Intermediate
ENVI Pocket Guide: Volume 2 | IntermediateAugustus Wright
 
How to empower community by using GIS lecture 2
How to empower community by using GIS lecture 2How to empower community by using GIS lecture 2
How to empower community by using GIS lecture 2wang yaohui
 
Introduction to ArcGIS 10.1
Introduction to ArcGIS 10.1Introduction to ArcGIS 10.1
Introduction to ArcGIS 10.1Claudio Montoni
 
Enhancing a Raster Image with Semi-automatic Clean Up Using GTXRaster CAD
Enhancing a Raster Image with Semi-automatic Clean Up Using GTXRaster CADEnhancing a Raster Image with Semi-automatic Clean Up Using GTXRaster CAD
Enhancing a Raster Image with Semi-automatic Clean Up Using GTXRaster CADWindham Document Systems
 
ArcGIS API for Javascript Tutorial
ArcGIS API for Javascript TutorialArcGIS API for Javascript Tutorial
ArcGIS API for Javascript TutorialMohammed Mahmoud
 
annotation_tutorial_2008
annotation_tutorial_2008annotation_tutorial_2008
annotation_tutorial_2008tutorialsruby
 
annotation_tutorial_2008
annotation_tutorial_2008annotation_tutorial_2008
annotation_tutorial_2008tutorialsruby
 
Point cloud mesh-investigation_report-lihang
Point cloud mesh-investigation_report-lihangPoint cloud mesh-investigation_report-lihang
Point cloud mesh-investigation_report-lihangLihang Li
 
Digitization arc gis
Digitization arc gisDigitization arc gis
Digitization arc gisAshok Peddi
 
Gis arc map& georeferencing-arcgis
Gis arc map& georeferencing-arcgisGis arc map& georeferencing-arcgis
Gis arc map& georeferencing-arcgisAshok Peddi
 

Similar to Arcscan tutorial (20)

Publishing geoprocessing-services-tutorial
Publishing geoprocessing-services-tutorialPublishing geoprocessing-services-tutorial
Publishing geoprocessing-services-tutorial
 
GIS practicals
GIS  practicals GIS  practicals
GIS practicals
 
Arc Gis Traininng.pptx
Arc Gis Traininng.pptxArc Gis Traininng.pptx
Arc Gis Traininng.pptx
 
map design by ArcGIS program
map design by ArcGIS programmap design by ArcGIS program
map design by ArcGIS program
 
Tutorial20
Tutorial20Tutorial20
Tutorial20
 
Lbc data reduction
Lbc data reductionLbc data reduction
Lbc data reduction
 
ENVI Pocket Guide: Volume 2 | Intermediate
ENVI Pocket Guide: Volume 2 | IntermediateENVI Pocket Guide: Volume 2 | Intermediate
ENVI Pocket Guide: Volume 2 | Intermediate
 
How to empower community by using GIS lecture 2
How to empower community by using GIS lecture 2How to empower community by using GIS lecture 2
How to empower community by using GIS lecture 2
 
Editing parcel-fabrics-tutorial
Editing parcel-fabrics-tutorialEditing parcel-fabrics-tutorial
Editing parcel-fabrics-tutorial
 
Introduction to ArcGIS 10.1
Introduction to ArcGIS 10.1Introduction to ArcGIS 10.1
Introduction to ArcGIS 10.1
 
NE Temperate Network Google Earth Guidance
NE Temperate Network Google Earth GuidanceNE Temperate Network Google Earth Guidance
NE Temperate Network Google Earth Guidance
 
Enhancing a Raster Image with Semi-automatic Clean Up Using GTXRaster CAD
Enhancing a Raster Image with Semi-automatic Clean Up Using GTXRaster CADEnhancing a Raster Image with Semi-automatic Clean Up Using GTXRaster CAD
Enhancing a Raster Image with Semi-automatic Clean Up Using GTXRaster CAD
 
Ex32018.pdf
Ex32018.pdfEx32018.pdf
Ex32018.pdf
 
ArcGIS API for Javascript Tutorial
ArcGIS API for Javascript TutorialArcGIS API for Javascript Tutorial
ArcGIS API for Javascript Tutorial
 
annotation_tutorial_2008
annotation_tutorial_2008annotation_tutorial_2008
annotation_tutorial_2008
 
annotation_tutorial_2008
annotation_tutorial_2008annotation_tutorial_2008
annotation_tutorial_2008
 
Point cloud mesh-investigation_report-lihang
Point cloud mesh-investigation_report-lihangPoint cloud mesh-investigation_report-lihang
Point cloud mesh-investigation_report-lihang
 
redmy
redmyredmy
redmy
 
Digitization arc gis
Digitization arc gisDigitization arc gis
Digitization arc gis
 
Gis arc map& georeferencing-arcgis
Gis arc map& georeferencing-arcgisGis arc map& georeferencing-arcgis
Gis arc map& georeferencing-arcgis
 

Recently uploaded

Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 

Recently uploaded (20)

Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 

Arcscan tutorial

  • 1. ArcScan Tutorial Copyright © 1995-2010 Esri All rights reserved.
  • 2. Table of Contents Exercise 1: Interactive vectorization . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 Exercise 2: Automatic vectorization . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 ArcScan Tutorial Copyright © 1995-2010 Esri. All rights reserved. 2
  • 3. Exercise 1: Interactive vectorization ArcScan makes it easy to create new features from scanned raster images. This process can significantly reduce the time it takes you to incorporate raster data into your vector database. In this exercise, you will generate features from a scanned parcel map by interactively tracing raster cells. You will begin by starting ArcMap and loading a map document that contains the raster dataset and two layers. Setting up the ArcScan environment Prerequisite: You need to have the ArcScan for ArcGIS extension installed and registered. In addition, start ArcMap and add the Editor and ArcScan toolbars to the display. Steps: 1. Click the Open button on the Standard toolbar. 2. Navigate to the ArcScanTrace.mxd map document in the ArcScan directory where you installed the tutorial data and select it (C:ArcGISArcTutor is the default location). 3. Click Open. 4. To use ArcScan, you need to enable the extension. Click the Customize menu, click Extensions, check ArcScan, then click Close. 5. Raster layers must be symbolized as two-color images to use the ArcScan tools and commands. You will change the raster symbology from stretched to unique values. Right-click the ParcelScan.img raster layer in the ArcMap table of contents and click Properties. The Layer Properties dialog box appears. 6. Click the Symbology tab on the Layer Properties dialog box. 7. Click Unique Values in the Show box. 8. Click OK. Setting the raster snapping environment ArcScan is designed to work in conjunction with the ArcMap editing environment and is only active when an edit session has been started. You need to set some options for snapping while editing and using ArcScan. Complexity: Beginner Data Requirement: ArcGIS Tutorial Data Setup ArcScan Tutorial Copyright © 1995-2010 Esri. All rights reserved. 3
  • 4. Steps: 1. Click the Editor menu and click Options. ArcScan uses the classic editing snapping environment rather than the Snapping toolbar. 2. Click the General tab. 3. Check Use classic snapping. When you enable classic snapping, it disables the Snapping toolbar's snapping environment for use in editing. Therefore, once you have completed your work with ArcScan, you should reenable the Snapping toolbar by unchecking the Use classic snapping box. 4. Click OK. The ArcScan extension is only active in an edit session. The Start Editing command allows you to begin an edit session. 5. Click the Editor menu on the Editor toolbar and click Start Editing. 6. Choose to start editing on the file geodatabase workspace and click OK. Raster snapping requires settings that influence the behavior of the tracing. These options are set on the Raster Snapping Options dialog box. 7. Click the Raster Snapping Options button on the ArcScan toolbar to open the Raster Snapping dialog box. 8. Set the maximum line width value to 7. This setting will ensure that you are able to snap to raster cells that represent the lot boundaries. ArcScan Tutorial Copyright © 1995-2010 Esri. All rights reserved. 4
  • 5. 9. Click OK. 10. Click the Editor menu, point to Snapping, then click Snapping Window. 11. Click the plus sign next to Raster to expand it. 12. Check the Centerlines and Intersection options for raster snapping. You can close the window when you are done. Now, you need to turn on SnapTips, which are pop-up messages that give you information on the type of snapping that is active as you move your pointer around the map. 13. Click the Editor menu, point to Snapping, then click Options. 14. Check Show SnapTips. 15. Click OK. Creating line features by tracing raster cells Now that you have set up your raster snapping environment, you are ready to begin tracing the raster cells. You will use the Vectorization Trace tool for this step. ArcScan Tutorial Copyright © 1995-2010 Esri. All rights reserved. 5
  • 6. Steps: 1. Click Bookmarks and click Trace lines to set the current view to the edit area of the exercise. When the display refreshes, you should see the trace area. 2. Click the ParcelLines line feature template in the Create Features window. This sets up the editing environment to create new features in that layer using the default attributes for that template. 3. Click Vectorization Trace tool on the ArcScan toolbar. 4. Move the pointer until it snaps to the intersection of the lot boundaries and click to start tracing. ArcScan Tutorial Copyright © 1995-2010 Esri. All rights reserved. 6
  • 7. 5. Point the Vectorization Trace tool downward and click to start creating the line feature. 6. Continue to point and click with the Vectorization Trace tool to trace the exterior boundary of the lots. ArcScan Tutorial Copyright © 1995-2010 Esri. All rights reserved. 7
  • 8. 7. Once you have finished tracing around the lot boundaries, press F2 to finish the sketch. A line feature now represents the exterior boundaries of the scanned parcel lots. ArcScan Tutorial Copyright © 1995-2010 Esri. All rights reserved. 8
  • 9. Creating polygon features by tracing raster cells Now that you have successfully traced raster cells to create line features, you will create polygon features using the Vectorization Trace tool. Steps: 1. Zoom to the bookmarked extent called Trace polygons to get a better view of the area that will be traced. Click Bookmarks and click Trace polygons. 2. Click the ParcelPolygons polygon feature template in the Create Features window. You must change the active feature template to ParcelPolygons to create polygon features while tracing. 3. Click the Vectorization Trace tool on the ArcScan toolbar. 4. Move the pointer until it snaps to the lower-left corner of lot 061 and click to start tracing. 5. Point the arrow toward the lower-right corner of the lot and click to start creating the segments of the polygon feature. ArcScan Tutorial Copyright © 1995-2010 Esri. All rights reserved. 9
  • 10. 6. Continue to trace the lot boundary in a counterclockwise direction. 7. When the cursor has returned to the starting point of the trace, press F2 to complete the polygon. Once you have finished tracing the raster cells, you can stop editing and complete the exercise by saving your edits. 8. Click the Editor menu on the Editor toolbar and click Stop Editing. 9. Click Yes to save your edits. 10. To continue to the next exercise in the ArcScan tutorial, click Exercise 2: Automatic vectorization. ArcScan Tutorial Copyright © 1995-2010 Esri. All rights reserved. 10
  • 11. In this exercise you learned how to set the raster snapping options and environment, snap to raster cells, and trace raster cells to create new line and polygon features. These steps covered the main components of the raster tracing process. The next exercise will show you how to edit a raster layer and automatically generate features for an entire raster layer using the batch vectorization tools. ArcScan Tutorial Copyright © 1995-2010 Esri. All rights reserved. 11
  • 12. Exercise 2: Automatic vectorization In this exercise, you will edit a scanned parcel map to remove cells from the raster that are not in the scope of the vectorization. Once the raster has been cleaned up, you will generate features using the batch vectorization mode. You will begin by starting ArcMap and loading a map document that contains the raster dataset and two shapefiles. Setting up the ArcScan environment Prerequisite: This exercise builds on the ArcMap settings specified in the previous exercise. You need to have the ArcScan extension enabled, classic editing snapping enabled, and the ArcScan and Editor toolbars displayed. Steps: 1. Click the Open button on the Standard toolbar. 2. Navigate to the ArcScanBatch.mxd map document in the ArcScan directory where you installed the tutorial data and select it (C:ArcGISArcTutor is the default location). 3. Click Open. If you still have the map document open from the previous exercise and are prompted to close it, do so without saving your changes. 4. Raster layers must be symbolized as two-color images to use the ArcScan tools and commands. You will change the raster symbology from stretched to unique values. Right-click the ParcelScan.img raster layer in the ArcMap table of contents and click Properties. The Layer Properties dialog box appears. 5. Click the Symbology tab on the Layer Properties dialog box. 6. Click Unique Values in the Show box. 7. Click OK. Preparing the raster for vectorization: Raster painting When performing batch vectorization, it is sometimes necessary to edit the raster image prior to generating features. This process is referred to as raster cleanup and involves the removal of unwanted cells from the Complexity: Beginner Data Requirement: ArcGIS Tutorial Data Setup ArcScan Tutorial Copyright © 1995-2010 Esri. All rights reserved. 12
  • 13. raster image that are not in the scope of the vectorization. ArcScan provides the tools to perform raster cleanup. You will now use the Raster Cleanup tools to remove unwanted text from the ParcelScan image. Steps: 1. Click Bookmarks and click Raster cleanup to set the current view to the edit area of the exercise. 2. Click the Editor menu on the Editor toolbar and click Start Editing. 3. Choose to start editing on the file geodatabase workspace and click OK. 4. On the ArcScan toolbar, click the Raster Cleanup menu and click Start Cleanup to start the raster cleanup session. 5. Click the Raster Cleanup menu and click Raster Painting Toolbar to display the Raster Painting toolbar. 6. Click the Erase tool on the Raster Painting toolbar. 7. Click and hold to erase the text (59.96) located at the top of the parcel lot. ArcScan Tutorial Copyright © 1995-2010 Esri. All rights reserved. 13
  • 14. 8. Continue to erase the text with the Erase tool until it has been completely removed from the image. In addition to the Erase tool, the Raster Painting toolbar supports another tool designed to erase cells. This tool is called the Magic Erase tool, and it allows you to erase a series of connected cells by simply clicking or dragging a box around them. 9. Click the Magic Erase tool on the Raster Painting toolbar. 10. Drag a box around the text (001) located in the center of the parcel lot to remove it. The text is now removed from the raster. ArcScan Tutorial Copyright © 1995-2010 Esri. All rights reserved. 14
  • 15. Preparing the raster for vectorization: Cell selection In the previous steps, you learned how to use the Erase and Magic Erase tools to remove unwanted cells from the raster image. However, if the image you are working with requires much cleanup, these techniques could be time consuming. To help streamline this process, you can use the cell selection tools in conjunction with the raster cleanup tools. Steps: 1. Zoom to the bookmarked extent called Cell selection to get a better view of the edit area. Click Bookmarks and click Cell selection. 2. Click the Cell Selection menu and click Select Connected Cells. 3. In the Select Connected Cells dialog box, type a value of 500 for the total area of raster pixels. This expression will select all the cells that represent text in the raster. ArcScan Tutorial Copyright © 1995-2010 Esri. All rights reserved. 15
  • 16. 4. Click OK. The cells that represent the text in the raster are now selected. 5. Click the Raster Cleanup menu and click Erase Selected Cells to delete the selected cells. The selected cells are now erased. ArcScan Tutorial Copyright © 1995-2010 Esri. All rights reserved. 16
  • 17. Specifying the vectorization settings Batch vectorization relies on user-defined settings, which influence the geometry of the generated features. These settings can vary depending on the type of raster data you are working with. Once you have determined the appropriate settings for your raster, you can save them within the map document or to a separate file. You will use the Vectorization Settings dialog box to apply the settings. Steps: 1. Click the Vectorization menu and click Vectorization Settings to open the Vectorization Settings dialog box. You will now modify the vectorization settings to ensure optimal results when generating features. 2. Change the Maximum Line Width value to 10. 3. Change the Compression Tolerance value to 0.1. 4. Click Apply to update the settings. ArcScan Tutorial Copyright © 1995-2010 Esri. All rights reserved. 17
  • 18. 5. Click Close. Generating features ArcScan provides a way to preview the batch vectorization prior to generating features. This can help you save time by allowing you to see how the settings will affect the vectorization. When the settings are changed, the preview can be updated by clicking the Apply button located on the Vectorization Settings dialog box. This design allows you to fine-tune the vectorization settings. The final step in the batch vectorization process is to generate features. The Generate Features dialog box allows you to select the vector layers that will store the new features and execute the vectorization. Steps: 1. Click the Vectorization menu and click Show Preview. The vectorization preview is displayed on the map. 2. Click the Vectorization menu and click Generate Features. 3. Click the ParcelLinesBatch feature template, if it is not already the active line feature template. ArcScan Tutorial Copyright © 1995-2010 Esri. All rights reserved. 18
  • 19. 4. Click OK. 5. Right-click the ParcelScan.img raster layer in the ArcMap table of contents and click Zoom To Layer to view all the new features that were generated. When the display refreshes, you should see the vector features that now represent the raster cells. Once you have finished generating features, you can stop editing and complete the exercise by saving your edits. 6. Click the Editor menu on the Editor toolbar and click Stop Editing. 7. Click Yes to save your edits. 8. If prompted to save your raster cleanup edits, click No. 9. You can close the map document (you do not need to save your changes) and ArcMap when you are done. ArcScan Tutorial Copyright © 1995-2010 Esri. All rights reserved. 19
  • 20. You have now completed the ArcScan tutorial. In this exercise, you learned how to use the raster cleanup and cell selection tools to edit a raster layer, apply vectorization settings, preview the vectorization, and generate features. These steps covered the major components of the batch vectorization process. ArcScan Tutorial Copyright © 1995-2010 Esri. All rights reserved. 20