PostGIS in Action (3rd)
Where the adventure begins
Translate:



PostGIS in Action: (ed. #3) Chapter 10 - Geocoding with tiger geocoder

PostGIS In Action 3rd Edition Chapters    PostGIS In Action 2nd Edition Chapters    1st Edition Chapters
Download chapter code and data

This chapter covers:
  • Address Standardization
  • Geocoding
  • Reverse Geocoding

The tiger geocoder is a suite of SQL functions packaged with PostGIS 2.0+ that utilize Topologically Integrated Geographic Encoding and Referencing (TIGER) U.S. Census data. The tiger geocoder not only makes it easy to batch geocode US data with SQL update statements but also provides geocoding functionality to applications via simple SQL statements. Although the tiger geocoder is specific to the TIGER U.S. data structure, its concepts are useful when creating your own custom geocoder for specialized data sets.

In this chapter you’ll learn how to standardize addresses for geocoding preparation using both built in functions and the PAGC address standardizer, load TIGER data, geocode data, and reverse geocode US data using PostGIS tiger geocoder.

Save 40% off on Third Edition of PostGIS In Action and other Manning published books Offer ends August 19th, 2022
PostGIS in Action,3rd edition pgRouting: a Practical Guide SQL In a Nutshell, 4th Edition