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

Geopy as a possible target #38

Open
mubaldino opened this issue Aug 9, 2019 · 0 comments
Open

Geopy as a possible target #38

mubaldino opened this issue Aug 9, 2019 · 0 comments
Assignees

Comments

@mubaldino
Copy link
Member

mubaldino commented Aug 9, 2019

Type of Feature:
[ X ] Collaboration or partnership
[ ] Improvement or clarification
[ X ] New Processing

Description of Feature
https://geopy.readthedocs.io/en/stable -- Support a Geopy usage:

  from geopy.geocoders.opensextant import Xponents
  xp = Xponents()
  pt = xp.geocode("45.7878E 14.000N")
  # Parsed coordinate

  place = xp.reverse( pt )
  # Closest named location 

  pt = xp.geocode("Yarmouth, ME")
  # pt = just the best possible match for the above.

  pts = xp.geocode("Yarmouth", single=False)  ## Ambiguous, so this should return multiple

  pts = xp.geocode(" when in Yarmouth (down east Maine) hit the Harraseeket  lunch counter for lobster" )
  # All possible locations found in text.


@mubaldino mubaldino self-assigned this Aug 9, 2019
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