GIS 10 Geoencoding Concept-1
GIS 10 Geoencoding Concept-1
System (GIS)
21
22
Dr. Mina Younan
Agenda
• Geocoding
• Variations of Geocoding
• Applications of Geocoding
• Dynamic Segmentation
• Applications of Dynamic Segmentation
21
22
Dr. Mina Younan
Geographic Information System (GIS) 2
Introduction
21
22
Dr. Mina Younan
Geographic Information System (GIS) 3
Introduction
21
22
Dr. Mina Younan
Geographic Information System (GIS) 4
Geocoding
• Geocoding refers to the process of converting text-based postal address
data into digital geographic coordinates (i.e., longitude and latitude pairs)
• The most common type of geocoding is address geocoding, or address
matching, which plots street addresses as point features on a map.
21
22
Dr. Mina Younan
Geographic Information System (GIS) 6
Geocoding
The Address Matching Process
• The geocoding process uses a geocoding engine to convert street
addresses to geographic coordinates.
• GIS users can use a geocoding engine embedded in a GIS package, or a
free online mapping service such as Google Maps, Bing Maps, Apple
Maps, or Batchgeo (https://en.batchgeo.com/).
• Geocoding using an online mapping service is usually limited by the
number of addresses that can be geocoded at one time.
• In general, the geocoding process consists of three phases:
o Preprocessing: involves parsing and address standardization. Parsing
breaks down an address into a number of components
o Matching: the geocoding engine matches the address against a reference
database.
o Plotting: the final step is to plot matched address as a point feature
21
22
Dr. Mina Younan
Geographic Information System (GIS) 7
Geocoding
• Suppose the reference database is derived from the TIGER/Line files. The
geocoding engine first locates the street segment in the reference
database that contains the address in the input table. Then it interpolates
where the address falls within the address range.
• For example, if the address is 620 and the address range is from 600 to 700
in the database, the address will be located about one-fifth of the street
segment from 600 (1st Figure), This process is linear interpolation.
The 2nd Figure shows a geocoded map in which street addresses are
converted into point features.
21
22
Dr. Mina Younan
Geographic Information System (GIS) 9
Geocoding: Offset Plotting Options
Offset Plotting Options
• The side offset and the end offset are options that allow a geocoded
address to be plotted away from its interpolated location along a street
segment.
• The side offset places a geocoded point at a specified distance from the
side of a street segment. This option is useful for point-in-polygon overlay
analysis, such as linking addresses to census tracts or land parcels
21
22
Dr. Mina Younan
Geographic Information System (GIS) 11
Variations Of Geocoding
• Intersection matching, also called corner matching, matches address data
with street intersections on a map
• An address entry for intersection matching
must list two streets such as “ESherman Ave &
N 4th St.”
• A geocoding engine finds the location of the
point where the two streets intersect.
• Intersection matching is a common geocoding
method for police collision report data.
• ZIP code geocoding matches a ZIP code to the
code’s centroid location. It differs from address
matching or intersection matching in two ways.
o First, it is not street-level geocoding.
o Second, it uses a reference database that contains the x and y-
coordinates, either geographic or projected, of ZIP code centroids,
rather than a street network.
21
22
Dr. Mina Younan
Geographic Information System (GIS) 12
Variations Of Geocoding
In brief:
• Intersection matching, also called corner matching, matches address data
with street intersections on a map
• Parcel-level geocoding matches a parcel number to the parcel’s centroid
location and, if a parcel database is available, plots the parcel boundary.
• Reverse geocoding is the reverse of address geocoding; it converts point
locations into descriptive addresses.
• Place name alias geocoding matches a place name such as a well-known
restaurant or a museum with a street address, locates the street address, and
plots it as a point feature. It requires a place name alias table, complete with
place names and their street addresses.
• Photo geocoding attaches location information to photographs.
21
22
Dr. Mina Younan
Geographic Information System (GIS) 13
Applications Of Geocoding
• Geocoding is perhaps the most commercialized GIS-related operation; it
plays an important role in location-based services and other business
applications. Geocoding is also a tool for wireless emergency service, crime
mapping and analysis, and public health monitoring.
• Application List:
o Location-Based Services
o Business Applications
o Wireless Emergency Services
o Crime Mapping and Analysis
o Public Health
21
22
Dr. Mina Younan
Geographic Information System (GIS) 14
Dynamic Segmentation
• Dynamic segmentation can be defined as the process of computing
dynamically the location of events along a route
• Route is a linear feature, such as a street, highway, or stream used in
a GIS, which also has a linear measurement system stored with its
geometry.
• Events are linearly referenced data, such as speed limits, traffic
accidents, or fishery habitat conditions, which occur along routes.
21
22
Dr. Mina Younan
Geographic Information System (GIS) 15
Dynamic Segmentation
Creating Routes:
• A route links a series of line segments
together. In a GIS, routes can be created
interactively or through data conversion.
o Using the interactive method, we must first
digitize a route or select existing lines from a
layer that make up a route (Figure)
21
22
Dr. Mina Younan
Geographic Information System (GIS) 16
Dynamic Segmentation
Creating Routes:
• When creating routes, we must be aware of
different types of routes. Routes may be
grouped into the following four types:
o Simple route: a route follows one direction and
does not loop or branch.
o Combined route: a route is joined with another
route.
o Split route: a route subdivides into two routes.
o Looping route: a route intersects itself.
21
22
Dr. Mina Younan
Geographic Information System (GIS) 17
Dynamic Segmentation
• Dynamic segmentation can convert linearly referenced data stored in a
tabular report into events along routes. Once these data are associated with
routes, they can be displayed, queried, and analyzed in a GIS environment.
21
22
Dr. Mina Younan
Geographic Information System (GIS) 18
Key Notes
• Address geocoding: A process of plotting street addresses in a table as point
features on a map. Also called address matching.
• Combined route: A route that is joined with another route.
• Dynamic segmentation: The process of computing the location of events
along a route.
• Events: Attributes occurring along a route.
• Geocoding: A process of assigning spatial locations to data that are in
tabular format but have fields that describe their locations.
• Intersection matching: A process of plotting street intersections as point
features on a map. Also called corner matching.
• Line events: Events that occur along a portion of a route, such as pavement
conditions.
• Looping route: A route that intersects itself.
• Parcel-level geocoding: A process of matching a parcel number to the
parcel’s centroid location.
21
22
Dr. Mina Younan
Geographic Information System (GIS) 19
Key Notes
• Photo geocoding: A process of attaching location information to
photographs.
• Place name alias geocoding: A process of plotting place names such as
well-known restaurants as point features on a map.
• Point events: Events that occur at point locations along a route, such as
accidents and stop signs.
• Reverse geocoding: A process of converting location data in latitude and
longitude into descriptive addresses.
• Route: A linear feature that has a linear measurement system stored with its
geometry.
• Simple route: A route that follows one direction and does not loop or
branch.
• Split route: A route that subdivides into two routes.
• ZIP code geocoding: A process of matching ZIP codes to their centroid
locations.
21
22
Dr. Mina Younan
Geographic Information System (GIS) 20