Georeferencing and Digitization
Georeferencing and Digitization
Objective
The scenario is that you have to build a geodatabase for a new section of a rapidly growing city.
You have to create a geodatabase for this project and populate this geodatabase with:
Features representing land use (e.g. parcel boundaries, parks, industrial areas, etc.)
Features representing utilities, such as water and electrical lines.
For this purpose, your first task is to digitize the parcels of a new sub-division and estimate where
water pipes will be placed. You are given a scanned paper map that represents the parcel property
boundaries.
An additional task is to use a formula to estimate the property value of the new lots.
Create a new feature class called parcels in the LandUse feature dataset.
Right-click on the LandUse feature dataset you just created, go to New → Feature class,
and name it parcels. This will be a vector layer with polygons representing parcels, so
chose Polygon Features for the type of features. Be sure that the Geometry Properties boxes
are unchecked. Click Next.
Using your skills from setting up pipes, define
the attribute fields as follows:
o Add a field called "APN” with a
“Text” data type. In the Field
Properties change the Alias to
"Assessor parcel number". Specify the
Length field as "15”.
o Add a field called "Cost” with a “Long
Integer” data type. In the Field
Properties change the Alias to "Land
value (in dollars)".
o Add a field called "Acres” with a
“Float” data type. In the Field
Properties change the Alias "Size of
parcel”.
o Click Finish.
GIS users often perform "heads-up" digitizing wherein they use a pre-existing map layer or image
as a guide for manually digitizing a new GIS layer. You will now prepare just such a background
image that you will then use to guide you in digitizing a land parcel feature class.
As you enter the data, the raster will automatically move to fit the new coordinates. If the raster
moves offscreen, click on the Full Extent tool on the main toolbar to shift the display to the
raster's new location. Continue to digitize and enter GPS coordinates for all five control points.
This window shows you the control point number (e.g., Link 1, etc.), the source coordinates, the
GPS State Plane map coordinates (target), and the residual error of the georeferencing equation.
Notice that the equation is using a 1st Order Polynomial, also called an Affine transformation. This
is the least-complicated transformation and can perform translation, scaling and rotation of our
raster image. The parameters for the transformation equation are estimated from your digitized
points and the associated GPS coordinates. If there are errors in your point selection on the screen
(source coordinates) or in the GPS measurements (e.g., from range errors), then the transformation
will be less accurate. The residual gives you an idea of how much error each point contributes to
the overall transformation equation.
Save your table to an ASCII text file with the Save button in the Link Table window. Pick an
appropriate file name, with your last name first (e.g., links.txt). Click OK.
On the Georeferencing toolbar, click on Georeferencing → Update Georeferencing to save the
parcels.tif raster's new, georeferenced coordinate system. Open the parcels.tif properties from the
TOC to answer the following questions:
Task # 3: Digitization
Now that you have a base image that has been georeferenced, you can digitize your parcel polygons
from it and they will be in the correct coordinate system.This lab will only touch the basics of
digitzation with these tools, and you are strongly encouraged to experiment on your own and read
the ArcGIS help to learn more about its digitization capabilities.
Add the parcels feature class from your geodatabase. Turn it on in the TOC and be sure it is on
top of the raster.
For digitization, you will need the Editor Toolbar. You can
get this toolbar by clicking the button on the Editor Toolbar
select Editor → Start editing.
You should see a new Create Features window appear on
the right of ArcMap with your parcels polygon layer
displayed. For the digitization process, it is useful to make
the polygon hollow with a bright and thick border. In this
screenshot, the parcels layer has been symbolized with a
red outline width of 2. The parcels seen in the Create
Feature windows has been imported as a “feature
template”, which provides automatic symbolization for
any features that you decide to digitize. If you have many
feature classes in the TOC, you would have multiple
feature templates, with their corresponding symbology,
from which you could digitize new features. In our case,
we only have one layer in the TOC, and so there is just one
type of feature template.
The default segment construction method is “Straight Segment”. Note that all of these segment
construction buttons were unavailable (gray colored) before you select a feature construction
tool – in this case, you selected Polygon.
With the Straight Segment tool selected, digitize a polygon by clicking in succession on the upper-
left corner, the upper-right corner, and the lower-right corner of the parcel. Notice that a triangular
polygon has been created based on these 3
points.
Finally double-click on the lower-left
corner of the parcel (below the diagonal of
the triangle) to finish the polygon. Doing
this will automatically snap the nodes. You
should see a completed polygon with a
cyan (light-blue) highlight color and
possibly a fill color if you chose not to
make the polygon have a hollow fill.
While you are digitizing, it is a good idea to periodically save your edits (Editor →Save
edits).
The feature has a cyan outline because it is selected. You can deselect the feature by selecting the
Edit Tool and clicking anywhere on the display. You can also use this tool to select any
polygon that has already been digitized. Once selected, the polygon can be deleted by pressing the
Delete button on your keyboard. An existing polygon feature can also be edited (e.g., move, delete
and add vertices) by double-clicking the desired polygon.
Select your polygon, if it isn’t already selected, and enter its attribute information by clicking
on the Attributes button on the Editor Toolbar. The Assessor Parcel Number (APN) for
each polygon will take the form: 52-015-parcel#, where parcel# is the number in the circle inside
each polygon.
For example, the APN is 52-015-20
for the first digitized polygon. We will
leave the Cost and Acres attributes
Null for now. Notice that the
attributes have full descriptions. For
example, APN is described as
“Assessor parcel number”. Also
notice that the character length
allowed for APN is 15, as noted in the
bottom of the Attributes window
while entering a value for APN. The
full descriptions and length were set
by you when you created the parcels
feature class. See screenshot on the
right.
You now need to digitize the other parcel polygons. At this point it is helpful to unpin the
Attributes window, by clicking the pin symbol in the upper-right of the window. You should now
click on the hidden Create Features window.
You could digitize the adjacent polygons with the Polygon construction tool, the same way you
did the first polygon. However, no matter how careful you are, the edges would not exactly match
and you would create "slivers".
To create polygons without slivers and have planar topology, change the construction tool to “Auto
Complete Polygon” . The Auto Complete Polygon construction tool will allow you to join
new polygons to existing polygons so that they share borders without you having to digitize them
multiple times. To make the process of joining polygons you should turn on the “snapping” of
features.
Click the Snapping menu on this toolbar and make sure that there
is a check next to “Use Snapping” – we want to use snapping
properties.
With the Autocomplete Polygon feature construction tool selected, you digitize the remaining
polygons (the ones that are closed and that have small numbers within circles). Since you are
using Auto Complete Polygon you must start and end on the vertex, edge, or end of an
existing polygon (this is where snapping is particularly helpful). As you digitize each polygon,
you can enter the APN attribute as you did for the first polygon. If you prefer, you can enter the
APN information for all of the polygons after you have finished digitizing. In this case, you would
selected each polygon with the Edit Tool , then use the Attribute button .
On parts of the map where there are curves in the polygon that you
are digitizing, you can use the Arc Segment Tool. You do this the
first time by clicking the pop-up button in the floating Feature
Construction Toolbar that appears when you digitize. Then select
the Arc Segment tool See screenshot at right. From a starting
vertex, click a mid-point for the arc, and then click a terminating
vertex.
When you have digitized your arc segment, go back to
the Straight Segment tool to finish your polygon.
You can switch between tools as you digitize a polygon.
When digitizing a linear section, use the Straight
Segment tool, and then when you get to the curve, select
the Arc Segment Tool and then digitize the curved part
of the feature.
Note that Construction Tool window follows you when you digitize. You can click it and drag it
out of the way, which is sometimes necessary. Also, all of the segment construction tools found
in this floating window are also available in the Editor toolbar.
Click on your desired water pipe template, and then use the Line
construction tool to digitize your pipes. Be sure to save your digitized
pipes as you go along. The only rules guiding your design are:
Main pipes can only run down the middle of streets. (You can consider the blank area at
the top of the scanned map to be a street.)
Each parcel must have at least one house water line
There should be no "unknown" pipe types when you are done digitizing
An example of a digitized network is shown in the screenshot below. Your network does not need
to look like this example.
When you are satisfied with your pipe network, stop editing with Editor → Stop Editing.