Geocoding
Encyclopedia : G : GE : GEO : Geocoding
- For other uses, see Geocoding (disambiguation)}}}.
A geocoder is a piece of software or a (web) service that helps in this process.
Address interpolation
For the United States and many other countries, an address interpolation method is commonly used. This method makes use of street GIS data, where the street network is already mapped within the geographic coordinate space. Each street segment is attributed with address ranges (e.g. house numbers from one segment to the next). Geocoding takes an address, matches it to a street and specific segment (such as a block, in towns that use the "block" convention). Geocoding then interpolates the position of the address, within the range along the segment.Example
Take for example: 742 Evergreen TerraceLet's say that this segment (for instance, a block) of Evergreen Terrace runs from 700 to 799. Even-numbered addresses would fall on one side (e.g. west side) of Evergreen Terrace, with odd-numbered addresses on the other side (e.g. east side). 742 Evergreen Terrace would be located slightly less than halfway up the block, on the west side of the street. A point would be mapped at that location along the street, perhaps offset some distance to the west of the street centerline.
Complicating factors
However, this process is not always as straightforward as in this example.Difficulties arise when:
- Distinguishing between ambiguous addresses such as 742 Evergreen Terrace and 742 W Evergreen Terrace.
- Geocoding new addresses for a street that is not yet added to the GIS database.
Finally, several caveats on using interpolation.
- The typical attribution of a street segment assumes that all "even" numbered parcels are on one side of the segment, and all "odd" numbered parcels are on the other. This is often not true in real life.
- Interpolation assumes that the given parcels are evenly distributed along the length of the segment. This is almost never true in real life; it is not uncommon for a geocoded address to be off by several thousand feet.
- Most interpolation implementations will produce a point as their resulting "address" location. In reality, the physical address is distributed along the length of the segment, i.e. consider geocoding the address of a shopping mall - the physical lot may run quite some distance along the street segment, while interpolation treats it as a singularity.
Because of this, it is quite important to avoid using interpolated results outside of non-critical applications, such as pizza delivery. Interpolated geocoding is usually not appropriate for making authoritative decisions, for example if life safety will be impacted by that decision. (911 centers, for example, do *not* make an authoritative decision based on their interpolations; an ambulance or fire truck will always be dispatched regardless of what the map says. "Making an authoritative decision" would include such application as excavating a site near a gas main, or targeting a cruise missile, where any error in the positioning could have dire consequences.
Other techniques
Other means of geocoding might include locating a point at the centroid (center) of a land parcel, if parcel (property) data is available in the GIS database. In rural areas or other places lacking high quality street network data and addressing, GPS is useful for mapping a location. For traffic accidents, geocoding to a street intersection or midpoint along a street centerline is a suitable technique. It is also possible to use a combination of these geocoding techniques - using a particular technique for certain cases and situations and other techniques for other cases.Privacy concerns
The proliferation and ease of access to geocoding (and reverse-geocoding) services raises privacy concerns. For example, in mapping crime incidents, law enforcement agencies aim to balance the privacy rights of victims and offenders, with the public's right to know. Law enforcement agencies have experimented with alternative geocoding techniques that allow them to mask some of the locational detail (e.g., address specifics that would lead to identifying a victim or offender). As well, in providing online crime mapping to the public, they also place disclaimers regarding the locational accuracy of points on the map, acknowledging these location masking techniques, and impose terms of use for the information.See also
References
External links
- [GEOnet Names Server] - Freely available GIS information for areas outside of the U.S.A. and Antarctica, updated monthly by the National Geospatial-Intelligence Agency (NGA) and the U.S. Board on Geographic Names (US BGN)
- [Geographic Names Information System (GNIS)] - Freely available database containing information on almost 2 million physical features, places, and landmarks in the U.S.A.
- [Geobase] - Free geospatial data for Canada, including administrative boundaries, digital elevation data, geodetic network, data alignment layer, geographical names, and national road network
- [Three Standard Geocoding Methods] (in North America) - article
- [Geocoding Challenges: Why Accuracy Matters] - article
- [A Flexible Addressing System for Approximate Geocoding] - paper presented at Geoinfo 2003
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
