Code4HR / open-health-inspection-scraper

Scraper for the open-health-inspector app.
Apache License 2.0
7 stars 9 forks source link

PO Boxes #12

Closed ttavenner closed 10 years ago

ttavenner commented 10 years ago

What is the best way to handle PO Boxes and geocoding? We've got two options:

  1. geocode the city center
  2. exclude them completely from geocoding.

The first option means they would show up in a geospatial searches like in the app, but they would never be placed correctly or calculate correctly for distance. The second option means they would be excluded from any search that includes geospatial critera. They could, however, still be searched via city or locality.

bschoenfeld commented 10 years ago

I vote to exclude.

On Sunday, May 4, 2014, Tommy Tavenner notifications@github.com wrote:

What is the best way to handle PO Boxes and geocoding? We've got two options:

  1. geocode the city center
  2. exclude them completely from geocoding.

The first option means they would show up in a geospatial searches like in the app, but they would never be placed correctly or calculate correctly for distance. The second option means they would be excluded from any search that includes geospatial critera. They could, however, still be searched via city or locality.

— Reply to this email directly or view it on GitHubhttps://github.com/c4hrva/open-health-inspection-scraper/issues/12 .

wbprice commented 10 years ago

What kind of vendors are using a PO box?

qwo commented 10 years ago

i imagine chains might use PO boxes to send all information to a corporate holding?

Also vote to exclude...

On Sun, May 4, 2014 at 1:20 PM, William Blaine Price < notifications@github.com> wrote:

What kind of vendors are using a PO box?

— Reply to this email directly or view it on GitHubhttps://github.com/c4hrva/open-health-inspection-scraper/issues/12#issuecomment-42138523 .


NOTE: This message was trained as non-spam. If this is wrong, please correct the training as soon as possible. Spamhttps://www.spamtrap.odu.edu/canit/b.php?i=03LVRlwRh&m=8dfa6e5b64b3&t=20140504&c=s Not spamhttps://www.spamtrap.odu.edu/canit/b.php?i=03LVRlwRh&m=8dfa6e5b64b3&t=20140504&c=n Forget previous votehttps://www.spamtrap.odu.edu/canit/b.php?i=03LVRlwRh&m=8dfa6e5b64b3&t=20140504&c=f

Stanley Zheng @stanzheng http://twitter.com/stanzheng

ttavenner commented 10 years ago

It's a small number but they are all over the board. Everything from food trucks to summer camps to full service restaurants. Although looking at the data I see that some of them have put both their street address and their PO Box on the same line. Might need to do something about that. I will exclude the ones that are purely PO Box from geocoding.