<div dir="ltr">Hi Frank,<div><br></div><div>I was wondering if you had run the script for a state or group of states without running the script for the nation?  </div><div><br></div><div>I did this, thinking that I just wanted my little bit.  Had the same results you did.  Doesn't work that way.  Once I followed the instructions properly it worked fine. <a href="http://postgis.net/docs/manual-dev/postgis_installation.html#install_tiger_geocoder_extension">http://postgis.net/docs/manual-dev/postgis_installation.html#install_tiger_geocoder_extension</a></div><div><br></div><div>Hope that helps,</div><div><br></div><div>Sara</div><div>-- <br><div class="gmail_signature"><div dir="ltr">Sara Yurman, GISP<br>Spatial Focus, LLC<br>Geodata Architects<br><a href="http://www.spatialfocus.com/" target="_blank">http://www.spatialfocus.com/</a><br>Office: (404) 378-0989<br>Fax:    (404) 806-6257</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 23, 2016 at 2:49 PM, Frank Quick <span dir="ltr"><<a href="mailto:fquick1y@gmail.com" target="_blank">fquick1y@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail-m_-1528643100693756903gmail_msg" style="color:rgb(33,33,33);font-size:13px">I'm attempting to get the geocoder extension to work. When I try to geocode a common address, I get a latitude and longitude that's pretty far off and the street information is missing. Example:</div><div class="gmail-m_-1528643100693756903gmail_msg" style="color:rgb(33,33,33);font-size:13px"><br class="gmail-m_-1528643100693756903gmail_msg"></div><div class="gmail-m_-1528643100693756903gmail_msg" style="color:rgb(33,33,33);font-size:13px"><div class="gmail-m_-1528643100693756903gmail_msg">SELECT g.rating, ST_X(g.geomout) As lon, ST_Y(g.geomout) As lat, (addy).address As stno, (addy).streetname As street, (addy).streettypeabbrev As styp, (addy).location As city, (addy).stateabbrev As st,(addy).zip FROM geocode('835 market street, san francisco ca 94103') AS g;</div><div class="gmail-m_-1528643100693756903gmail_msg"><div class="gmail-m_-1528643100693756903gmail_msg"><br class="gmail-m_-1528643100693756903gmail_msg"></div><div class="gmail-m_-1528643100693756903gmail_msg"> rating |       lon       |       lat        | stno | street | styp |     city      | st |  zip</div><div class="gmail-m_-1528643100693756903gmail_msg">--------+-----------------+---<wbr>---------------+------+-------<wbr>-+------+---------------+----+<wbr>-------</div><div class="gmail-m_-1528643100693756903gmail_msg">    100 | -122.6939756117 | 37.7597150026058 |      |        |      | San Francisco | CA | 94103</div></div></div><div class="gmail-m_-1528643100693756903gmail_msg" style="color:rgb(33,33,33);font-size:13px"><br class="gmail-m_-1528643100693756903gmail_msg"></div><div class="gmail-m_-1528643100693756903gmail_msg" style="color:rgb(33,33,33);font-size:13px">Here are the counts of some of the tables that I believe are/should be populated after running the loader script:</div><div class="gmail-m_-1528643100693756903gmail_msg" style="color:rgb(33,33,33);font-size:13px"><div class="gmail-m_-1528643100693756903gmail_msg"><ul class="gmail-m_-1528643100693756903gmail_msg"><li class="gmail-m_-1528643100693756903gmail_msg">tiger.addr: 0<br class="gmail-m_-1528643100693756903gmail_msg"></li><li class="gmail-m_-1528643100693756903gmail_msg">tiger.edges: 0<br class="gmail-m_-1528643100693756903gmail_msg"></li><li class="gmail-m_-1528643100693756903gmail_msg">tiger.faces: 0<br class="gmail-m_-1528643100693756903gmail_msg"></li><li class="gmail-m_-1528643100693756903gmail_msg">tiger.featnames: 0<br class="gmail-m_-1528643100693756903gmail_msg"></li><li class="gmail-m_-1528643100693756903gmail_msg">tiger.place: 1522<br class="gmail-m_-1528643100693756903gmail_msg"></li><li class="gmail-m_-1528643100693756903gmail_msg">tiger.cousub: 397<br class="gmail-m_-1528643100693756903gmail_msg"></li><li class="gmail-m_-1528643100693756903gmail_msg">tiger.county: 3233<br class="gmail-m_-1528643100693756903gmail_msg"></li><li class="gmail-m_-1528643100693756903gmail_msg">tiger.state: 56<br class="gmail-m_-1528643100693756903gmail_msg"></li><li class="gmail-m_-1528643100693756903gmail_msg">tiger.zip_lookup_base: 0<br class="gmail-m_-1528643100693756903gmail_msg"></li><li class="gmail-m_-1528643100693756903gmail_msg">tiger.zip_state: 0<br class="gmail-m_-1528643100693756903gmail_msg"></li><li class="gmail-m_-1528643100693756903gmail_msg">tiger.zip_state_loc: 0<br class="gmail-m_-1528643100693756903gmail_msg"></li></ul><div class="gmail-m_-1528643100693756903gmail_msg">The loader script appears to not be downloading a few datasets:</div></div></div><div class="gmail-m_-1528643100693756903gmail_msg" style="color:rgb(33,33,33);font-size:13px"><ul class="gmail-m_-1528643100693756903gmail_msg"><li class="gmail-m_-1528643100693756903gmail_msg"><a href="http://www2.census.gov/geo/tiger/TIGER2016/ADDR" class="gmail-m_-1528643100693756903gmail_msg" target="_blank">www2.census.gov/geo/tiger/<wbr>TIGER2016/ADDR</a><br class="gmail-m_-1528643100693756903gmail_msg"></li><li class="gmail-m_-1528643100693756903gmail_msg"><a href="http://www2.census.gov/geo/tiger/TIGER2016/EDGES" class="gmail-m_-1528643100693756903gmail_msg" target="_blank">www2.census.gov/geo/tiger/<wbr>TIGER2016/EDGES</a><br class="gmail-m_-1528643100693756903gmail_msg"></li><li class="gmail-m_-1528643100693756903gmail_msg"><a href="http://www2.census.gov/geo/tiger/TIGER2016/FEATNAMES" class="gmail-m_-1528643100693756903gmail_msg" target="_blank">www2.census.gov/geo/tiger/<wbr>TIGER2016/FEATNAMES</a><br class="gmail-m_-1528643100693756903gmail_msg"></li><li class="gmail-m_-1528643100693756903gmail_msg"><a href="http://www2.census.gov/geo/tiger/TIGER2016/FACES" class="gmail-m_-1528643100693756903gmail_msg" target="_blank">www2.census.gov/geo/tiger/<wbr>TIGER2016/FACES</a></li></ul></div><div class="gmail-m_-1528643100693756903gmail_msg" style="color:rgb(33,33,33);font-size:13px">Does any one know if I'm missing crucial data? If so, is it possible to back fill from previous years? If not, what else could be going on here?</div><div class="gmail-m_-1528643100693756903gmail_msg" style="color:rgb(33,33,33);font-size:13px"><br class="gmail-m_-1528643100693756903gmail_msg"></div><div class="gmail-m_-1528643100693756903gmail_msg" style="color:rgb(33,33,33);font-size:13px">Thanks</div></div>
<br>______________________________<wbr>_________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/postgis-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>mailman/listinfo/postgis-users</a><br></blockquote></div><div><br></div>
</div></div>