[SCM] PostGIS branch master updated. 3.5.0-280-g3a6b14ab8
git at osgeo.org
git at osgeo.org
Tue Apr 22 09:14:45 PDT 2025
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 3a6b14ab88ce8e9c733a5d300ba1e0cb9dc875f6 (commit)
from 8dde825bde110229e58568e65164d870d5f45a17 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3a6b14ab88ce8e9c733a5d300ba1e0cb9dc875f6
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Apr 22 09:14:34 2025 -0700
update link to TIGER data, closes #5866
diff --git a/doc/extras_tigergeocoder.xml b/doc/extras_tigergeocoder.xml
index 6eb310f28..c76f7bd6a 100644
--- a/doc/extras_tigergeocoder.xml
+++ b/doc/extras_tigergeocoder.xml
@@ -6,7 +6,7 @@
>
<title>Tiger Geocoder</title><info>
<abstract>
- <para>A plpgsql based geocoder written to work with the <link xlink:href="http://www.census.gov/geo/www/tiger/">TIGER (Topologically Integrated Geographic Encoding and Referencing system ) / Line and Master Address database export</link> released by the US Census Bureau. </para>
+ <para>A plpgsql based geocoder written to work with the <link xlink:href="https://www2.census.gov/geo/tiger/">TIGER (Topologically Integrated Geographic Encoding and Referencing system ) / Line and Master Address database export</link> released by the US Census Bureau. </para>
<para>There are four components to the geocoder: the data loader functions, the address normalizer, the address geocoder, and the reverse geocoder. </para>
<para>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.</para>
<para>The script builds a schema called <varname>tiger</varname> 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.</para>
-----------------------------------------------------------------------
Summary of changes:
doc/extras_tigergeocoder.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list