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

Use a different API, maybe? #4

Open
emanuelfeld opened this issue May 12, 2015 · 4 comments
Open

Use a different API, maybe? #4

emanuelfeld opened this issue May 12, 2015 · 4 comments

Comments

@emanuelfeld
Copy link
Owner

I somewhat sloppily switched over to a Google basemap (commenting out the Leaflet bits) to address Google API ToS issues. I'd rather just dump the Google API altogether, but haven't found any that:

  1. Don't require a key
  2. Are adept at address parsing
  3. Are free and open

OSM Nominatim largely fails the second (or, perhaps, is just missing a number of addresses). Pelias might be an option soon, since they're working on the second issue.

@blueogive
Copy link

I'm not acquainted with OSM Nominatim or Pelias, but you might
consider the Here API. The ToS are more generous than Google's, and I've had good luck using it with DC addresses. The API I'd like to be able to recommend is that of the Data Science Toolkit, which is patterned after Google's API but without the ToS issues. Unfortunately, in my experience, it tends to return coordinates for non-matching addresses with no indication it is doing so.

HTH

@emanuelfeld
Copy link
Owner Author

@blueogive unfortunately, I don't believe Here is free (plans) and it requires a key for the application. Google's fine for now, but figured I'd flag this issue in case something better comes along.

@blueogive
Copy link

You're correct. Apologies. Only a couple months ago there was a free tier w/ 10K transactions/day and no key.

@MiniCodeMonkey
Copy link

Feel free to take a look at http://geocod.io too - we support batch geocoding.

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

No branches or pull requests

3 participants