Top "Geopy" questions

geopy allows you to convert between partial place names and latitude/longitude coordinates by wrapping six different online API's and providing access through one standard interface.

Python module for getting latitude and longitude from the name of a US city

I am looking for a python module which can take in the name of the city as the input and …

python geolocation geopy
ImportError: No module named 'geopy' ipython-notebook

currently I need to make some distance calculation. For this I am trying the following on my ipython-notebook (version 4.0.4): from …

python geopy
Geopy: catch timeout error

I am using geopy to geocode some addresses and I want to catch the timeout errors and print them out …

python scrapy geopy
Python geopy install

I am trying to install Geopy in Python. How do I do this in really simple terms? I have Python 3.4.0 …

python geopy
Calculate point based on distance and direction

I would like to calculate a point based on direction and distance using GeoDjango or GeoPy. For example, If I …

python django geodjango geopy
Return individual address components (city, state, etc.) from GeoPy geocoder

I'm using GeoPy to geocode addresses to lat,lng. I would also like to extract the itemized address components (street, …

python geocoding google-geocoder geopy
How can I generate a regular geographic grid using python?

I want to retrieve all lat/lon coordinate pairs of a regular grid over a certain map area. I have …

python google-maps geopy
Geopy: calculating GPS heading / bearing

First time poster here. I am doing some data analyses on collected GPS data for a bridge inspection ROV octorotor. …

python python-3.x gps geo geopy
Bearing between two points

Ive been using the geopy package , which does a great job, however some of the results i get are inconsistant …

python gps coordinates bearing geopy
Why is Geopy Distance.Distance wrong?

From GeoDjango Point Field, I get the following points: object1.point = "POINT(-113.4741271000000040 53.4235217000000020)" object2.point = "POINT(-113.5013688000000229 53.5343457999999970)" Then I calculate …

python geopy