| Geocoding |
Articles about Geocoding |
Information AboutGeocoding |
| CATEGORIES ABOUT GEOCODING | |
| geocodes | |
| geographic information systems | |
|
Geocoding is the process of assigning geographic identifiers (e.g., codes or Geographic Coordinates expressed as Latitude - Longitude ) to map features and other data records, such as Street Addresses . You can also geocode media, for example where a picture was taken, IP Address es, and anything that has a geographic component. With geographic coordinates the features can be mapped and entered into Geographic Information Systems . A geocoder is a piece of software or a (web) service that helps in this process. ADDRESS INTERPOLATION A simple method of geocoding is address Interpolation . This method makes use of data from a street Geographic Information System 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 Terrace '' Let'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 (probably) 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:
While there might be 742 Evergreen Terrace in Springfield, there might also be a 742 Evergreen Terrace in Shelbyville. Asking for the city name (and state, province, country, etc. as needed) can solve this problem. Some situations require use of Postal Code s or district name for disambiguation. For example, there are multiple 100 Washington Streets in Boston , Massachusetts http://local.google.com/maps?q=100+Washington+Street%2C+Boston because several cities have been annexed without changing street names. Finally, several caveats on using interpolation.
A very common error is to believe the accuracy ratings of a given map's geocodable attributes. Taking one specific vendor as an example, who claims a "99% match" in selected areas - the "match" simply means that the address was found in the attributes. It does ''not'' mean the address is attributed to the correct segment, or that the attribution of that segment will interpolate a correct result when this specific address is tried. In truth, the actual "wrong" count will be higher; if an address geocodes to a location that is off by 160 miles in the middle of the ocean (true case), it will still typically be counted as "correct" by the map vendor, since the address was found in the attributes. Such "accuracy" currently touted by most vendors has no bearing on an address being attributed to the correct segment, being attributed to the correct "side" of the segment, nor resulting in an accurate position along that correct segment. With the geocoding process used for U.S. Census TIGER datasets, 5-7.5% of the addresses may be allocated to a different Census Tract , while 50% of the geocoded points might be located to a different property parcel. 1 Because of this, it is quite important to avoid using interpolated results except for 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. Emergency services, 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. 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 geographic information system 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. Most highways in developed countries have Mile Markers to aid in emergency response, maintenance, and navigation. 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
|
|
|