[postgis-tickets] [PostGIS] #3698: Problem with Geocoder.
PostGIS
trac at osgeo.org
Wed Jan 25 13:54:52 PST 2017
#3698: Problem with Geocoder.
----------------------------+---------------------------
Reporter: EvanCarroll | Owner: robe
Type: defect | Status: new
Priority: high | Milestone: PostGIS 2.4.0
Component: tiger geocoder | Version: 2.3.x
Keywords: |
----------------------------+---------------------------
Name | postgis_tiger_geocoder
Version | 2.3.1
Schema | tiger
Description | PostGIS tiger geocoder and reverse geocoder
----
When I generate a download scripts with
SELECT Loader_Generate_Script(ARRAY['TX'], 'sh');
I'm getting
unzip: cannot find or open tl_*_48*_edges*.zip, tl_*_48*_edges*.zip.zip
or tl_*_48*_edges*.zip.ZIP.
No zipfiles found.
This seems to be because earlier in the download, I get
--2017-01-25 15:16:05--
http://www2.census.gov/geo/tiger/TIGER2016/TABBLOCK/tl_2016_48_tabblock.zip
Resolving www2.census.gov (www2.census.gov)... 23.11.58.87
Connecting to www2.census.gov (www2.census.gov)|23.11.58.87|:80...
connected.
HTTP request sent, awaiting response... 404 Not Found
2017-01-25 15:16:10 ERROR 404: Not Found.
tx.sh: 56: cd: can't cd to
/gisdata/www2.census.gov/geo/tiger/TIGER2016/TABBLOCK
Checking census it's not
http://www2.census.gov/geo/tiger/TIGER2016/TABBLOCK/tl_2016_48_tabblock.zip
instead, it's
http://www2.census.gov/geo/tiger/TIGER2016/TABBLOCK/tl_2016_48_tabblock10.zip
----
I can probably fix this kind of stuff. I really wish the build system for
this wasn't tied together with PostGIS. You're making it very hard to send
a patch this way. I'm pretty capable and handy, but the learning curve is
very high in getting a PostGIS development environment working.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3698>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list