[postgis-users] TIGER geocoder
Paragon Corporation
lr at pcorp.us
Thu Apr 17 01:37:04 PDT 2014
Andre,
If you plan to do geocoding, then you need to load tiger data. Next steps
here:
http://postgis.net/docs/manual-2.1/postgis_installation.html#tiger_geocoder_
loading_data
Hope that helps,
Regina
h <http://www.postgis.us> ttp://www.postgis.us
h <http://postgis.net> ttp://postgis.net
_____
From: postgis-users-bounces at lists.osgeo.org
[mailto:postgis-users-bounces at lists.osgeo.org] On Behalf Of Andre Mano
Sent: Wednesday, April 16, 2014 7:22 PM
To: postgis-users at lists.osgeo.org
Subject: [postgis-users] TIGER geocoder
Hi users,
I am a bit lost on the necessary steps in order to use the TIGER geocoding
tool. This is what I have done so far:
# Enable geocoding capabilities
CREATE EXTENSION fuzzystrmatch;
CREATE EXTENSION postgis_tiger_geocoder;
# Test Geocoding capabilities
SELECT na.address, na.streetname,na.streettypeabbrev, na.zip
FROM normalize_address('1 Devonshire Place, Boston, MA 02109') AS na;
(Returns, as expected: 1;"Devonshire";"Pl";"02109")
But now I don't know exactly what I have to do. I have read the
documentation, but still I am not very secure of what I should do. Does
anyone here with experience with the TIGER geocoder can give me a hint?
(PostgresSQL 9.3, PostGIS 2.1, Win7 Enterprise 64bits)
Thank you,
Andre
--
..................................
André Mano
<http://opussig.blogspot.com/> http://opussig.blogspot.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20140417/12a906ac/attachment.html>
More information about the postgis-users
mailing list