Geocode

Overview

Geocode (or geocoding) is the process of converting addresses or place names into geographic coordinates (latitude and longitude) for mapping and spatial analysis in a GIS. Geocoding enables the visualization and analysis of address-based data on maps.

Key Concepts

Address parsing breaks an address into components (street, city, zip). Address matching compares parsed address to reference data. Interpolation estimates location along a street segment from address range. Rooftop geocoding returns precise building location. Match score indicates confidence in the geocode result. Reverse geocoding converts coordinates back to addresses.

Geocoding Methods

MethodAccuracyDescription
RooftopHighPrecise building location
Parcel centroidHighCenter of property parcel
Street interpolationMediumEstimated along block
ZIP centroidLowCenter of ZIP code
City centroidLowCenter of city

Geocoding Services

  • Google Geocoding API
  • US Census Geocoder
  • OpenStreetMap Nominatim
  • Esri World Geocoder
  • HERE Geocoding

Appendix

Created: 2025-12-13 | Modified: 2025-12-13

See Also