geopy
Convert between coordinate systems with GeoDjango
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[详细]
2023-03-18 00:05 分类:问答How can I store a non-unicode string in the database of my Django App?
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[详细]
2023-03-01 00:47 分类:问答Store 3 nearest coordinates
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,[详细]
2023-02-28 08:42 分类:问答Python to run geopy via ActivePython
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[详细]
2023-02-23 08:40 分类:问答Bearing between two points
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[详细]
2023-02-12 19:11 分类:问答Django - determining if geographic coordinates are inside of an circle
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)?[详细]
2023-02-02 11:56 分类:问答Conversion of miles to latitude and longitude degrees using geopy
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.[详细]
2023-01-28 13:34 分类:问答Geopy in Django: JSONDecodeError
I have followed the tutorials in http://code.google.com/p/geopy/wiki/GettingStarted This works fine: g = geocoders.Google(resource=\'maps\')[详细]
2023-01-09 06:08 分类:问答Python - Using "Google AJAX Search" API's Local Search Objects
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[详细]
2022-12-29 13:27 分类:问答Getting Easting & Northing Values from geopy
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[详细]
2022-12-10 00:17 分类:问答