Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrapers should warn about coordinates out of bounds #54

Open
slinkp opened this issue Sep 28, 2012 · 2 comments
Open

Scrapers should warn about coordinates out of bounds #54

slinkp opened this issue Sep 28, 2012 · 2 comments

Comments

@slinkp
Copy link
Contributor

slinkp commented Sep 28, 2012

Three common problems I've seen:

  1. long,lat are in reversed order.
  2. long,lat = 0, 0. The Globe has (according to Joel) a CMS bug causing this.
  3. long,lat = otherwise out of city bounds (eg. article mentions Sydney so some upstream geocoder tagged it for Sydney, AU).

These are all easy to detect; the scraper infrastructure should do so, and should warn accordingly.

In fact 1 is easy to auto-correct - if (x,y) is not in the city bounds, try (y,x) and if that's good, give the warning and just make the correction.

For 2, and 3, I started a thread with some thoughts: http://groups.google.com/group/ebcode/browse_thread/thread/6c5b62aab7d21228

@slinkp
Copy link
Contributor Author

slinkp commented Sep 28, 2012

Milestone Beta Release 1 deleted

@slinkp
Copy link
Contributor Author

slinkp commented Sep 28, 2012

Ticket imported from Trac:
http://developer.openblockproject.org/ticket/54
Reported by: slinkp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant