Re: [postgis-users] TIGER 2016 Setup Question

2016-11-23 Thread Frank Quick
drop but will generate the drop statements you can run. > > > > > > *From:* Regina Obe [mailto:l...@pcorp.us] > *Sent:* Wednesday, November 23, 2016 3:54 PM > > > *To:* 'PostGIS Users Discussion' > > *Subject:* RE: [postgis-users] TIGER 2016 Setup

Re: [postgis-users] TIGER 2016 Setup Question

2016-11-23 Thread Frank Quick
ly drop but will generate the drop statements you can run. > > > > > > *From:* Regina Obe [mailto:l...@pcorp.us] > *Sent:* Wednesday, November 23, 2016 3:54 PM > > > *To:* 'PostGIS Users Discussion' > > *Subject:* RE: [postgis-users] TIGER 2

Re: [postgis-users] TIGER 2016 Setup Question

2016-11-23 Thread Regina Obe
ts you can run. From: Regina Obe [mailto:l...@pcorp.us] Sent: Wednesday, November 23, 2016 3:54 PM To: 'PostGIS Users Discussion' Subject: RE: [postgis-users] TIGER 2016 Setup Question Hmm that's very odd. I see wget for those when I run: SELECT Loader_Generat

Re: [postgis-users] TIGER 2016 Setup Question

2016-11-23 Thread Regina Obe
...@lists.osgeo.org] On Behalf Of Frank Quick Sent: Wednesday, November 23, 2016 3:43 PM To: PostGIS Users Discussion Subject: Re: [postgis-users] TIGER 2016 Setup Question Regina, Thank you for responding! I'm definitely downloading successfully from the census site. I'm on

Re: [postgis-users] TIGER 2016 Setup Question

2016-11-23 Thread Frank Quick
Sara, I ran the nation script before I ran the state script. Though, I didn't check to see if the nation script error'd at all. I can check to see if that's the case later today and post back my results! On Wed, Nov 23, 2016 at 12:46 PM Sara Yurman wrote: > Hi Frank, > > I was wondering if you

Re: [postgis-users] TIGER 2016 Setup Question

2016-11-23 Thread Sara Yurman
Hi Frank, I was wondering if you had run the script for a state or group of states without running the script for the nation? 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. ht

Re: [postgis-users] TIGER 2016 Setup Question

2016-11-23 Thread Frank Quick
#x27;s also possible I made a mistake somewhere in the > script that is affecting your OS. > > > > > > Thanks, > > Regina > > > > > > > > > > *From:* postgis-users [mailto:postgis-users-boun...@lists.osgeo.org] *On > Behalf Of *Frank Quick > *Sent:* Wednes

Re: [postgis-users] TIGER 2016 Setup Question

2016-11-23 Thread Regina Obe
m: postgis-users [mailto:postgis-users-boun...@lists.osgeo.org] On Behalf Of Frank Quick Sent: Wednesday, November 23, 2016 2:49 PM To: postgis-users@lists.osgeo.org Subject: [postgis-users] TIGER 2016 Setup Question I'm attempting to get the geocoder extension to work. When I try to geocode a

[postgis-users] TIGER 2016 Setup Question

2016-11-23 Thread Frank Quick
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: SELECT g.rating, ST_X(g.geomout) As lon, ST_Y(g.geomout) As lat, (addy).address As stno, (addy).streetn