I\'m trying to add coordinate information to my database, adding django.contrib.gis support to my app. I\'m writing a south data migration that takes the addresses from the database, and asks Google f
I\'m trying to access a field in v开发者_运维百科iews.py in order to perform an operation on it which will calculate its distance from a user-inputted point (using geopy). The input needs to be a plai
I have an XML file that contains a number of points with their longitude and latitude. My python code at the moment gets the nearest point by simply looping through the XML file, finding the nearest,
Trying to get a location using Python and Google Maps, so I tried to use Geopy module by installin开发者_JAVA技巧g activepython using pypm install geopy but i get a problem which isgeo requiredbusines
Ive been using the geopy package , which does a great job, however some of the results i get are inconsistant or come with a relatively large displacement, i suspect that the problem resides with my b
Does django have anything that will look at a geographic coordinate (decimal lat/long)and determine if is inside a circle with a certain radius (let\'s say 100 Km)?
Background I want to add a model manager function that filters a queryset based on the proximity to coordinates. I found this blog posting with code that is doing precisely what I want.
I have followed the tutorials in http://code.google.com/p/geopy/wiki/GettingStarted This works fine: g = geocoders.Google(resource=\'maps\')
I\'ve just started using Google\'s search API to find addresses and the distances between those addresses. I used geopy for this, but, I often had the problem of not getting the correct addresses for
I have a table full of longitude/ latitude 开发者_Go百科pairs in decimal format (e.g., -41.547, 23.456). I want to display the values in \"Easting and Northing\"/ UTM format. Does geopy provide a way