From 3ae17893a41126d432a5dffea3c27fd1f41eb35d Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Fri, 25 Sep 2015 18:03:49 +0000 Subject: [PATCH] Get rid of obsolete comments git-svn-id: http://svn.osgeo.org/postgis/trunk@14110 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/extras_tigergeocoder.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/extras_tigergeocoder.xml b/doc/extras_tigergeocoder.xml index 6d6441f62..72304d10b 100644 --- a/doc/extras_tigergeocoder.xml +++ b/doc/extras_tigergeocoder.xml @@ -4,7 +4,7 @@ A plpgsql based geocoder written to work with the TIGER (Topologically Integrated Geographic Encoding and Referencing system ) / Line and Master Address database export released by the US Census Bureau. - There are four components to the geocoder: the data loader functions, the address normalizer, the address geocoder, and the reverse geocoder. The latest version updated to use the TIGER 2011 and 2012 census data is located in the extras/tiger_geocoder/tiger_2011 folder. It defaults to downloading and installing TIGER 2012 files. + There are four components to the geocoder: the data loader functions, the address normalizer, the address geocoder, and the reverse geocoder. Although it is designed specifically for the US, a lot of the concepts and functions are applicable and can be adapted to work with other country address and road networks. The script builds a schema called tiger to house all the tiger related functions, reusable lookup data such as road type prefixes, suffixes, states, various control tables for managing data load, and skeleton base tables from which all the tiger loaded tables inherit from. Another schema called tiger_data is also created which houses all the census data for each state that the loader downloads from Census site and loads into the database. In the current model, each set of state tables is @@ -16,7 +16,7 @@ If you are using tiger geocoder (tiger_2010), you can upgrade the scripts using the accompanying upgrade_geocoder.bat -/ .sh scripts in tiger_2011. One major change between tiger_2010 and tiger_2011+ is that the county and county and state tables are no longer broken out by state. If you have data from tiger_2010 and want replace with tiger_2015 refer to +/ .sh scripts in extras/tiger. One major change between tiger_2010 and tiger_2011+ is that the county and county and state tables are no longer broken out by state. If you have data from tiger_2010 and want replace with tiger_2015 refer to -- 2.50.1