From: Sandro Santilli Date: Sat, 10 Mar 2012 14:07:41 +0000 (+0000) Subject: can't contain (xmllint) X-Git-Tag: 2.0.0beta3~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40800ea070565787f078a28566b1fee30756a59f;p=postgis can't contain (xmllint) git-svn-id: http://svn.osgeo.org/postgis/trunk@9466 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/extras_tigergeocoder.xml b/doc/extras_tigergeocoder.xml index c6985d39f..0a5ffa38d 100644 --- a/doc/extras_tigergeocoder.xml +++ b/doc/extras_tigergeocoder.xml @@ -14,8 +14,14 @@ All the geocode functions only reference the base tables, so there is no requirement that the data schema be called tiger_data or that data can't be further partitioned into other schemas -- e.g a different schema for each state, as long as all the tables inherit from the tables in the tiger schema. - If you are using a prerelease version of PostGIS 2.0.0 tiger geocoder, you can upgrade the scripts using the accompanying upgrade_geocoder.bat / .sh scripts in tiger_2010. We'll be - refining the upgrade scripts until release. + + +If you are using a prerelease version of PostGIS 2.0.0 tiger geocoder, +you can upgrade the scripts using the accompanying upgrade_geocoder.bat +/ .sh scripts in tiger_2010. We'll be refining the upgrade scripts +until release. + + Design: The goal of this project is to build a fully functional geocoder that can process an arbitrary address string and using normalized TIGER census data, produce a point geometry and rating reflecting the location of the given address and likeliness of the location.