i开发者_高级运维s there any way converting decimal field to point field so geomaneger model? i have lots of data which include decimal field of x,y however i dont make any query with django...
I\'m using the \"buffer\" method from the GEOS API to create a circle based on a point and a radius in GeoDjango, according to this answer: GeoDjango: How to create a circle based on point and radius
I\'m starting a GeoDjango project using Python 2.5, Django 1.2, MySQL and Apache. The project will be uploaded to a Linux server but the development will be on a Windows.
I\'m using PostGIS with django. I know how to开发者_高级运维 add a \"POINT\" on PostgreSQL from decimal coordinates but how do I add it using GeoDjango?
I have the following models (simplified) from django.contrib.gis.db import m开发者_JAVA技巧odels as geomodels
How ca开发者_开发问答n i tell django/geodjango which database template to use for creating test runner database?http://code.djangoproject.com/browser/django/trunk/django/contrib/gis/db/backends/postgi
I have some users registered in my Django app and I want to simply be able to figure out the distance, geographically, between two users based on their zip code and then sort a list based on that.I wo
I am using a Manager on a model based on a Boolean field to filter the objects displayed on the site while showing all objects in the admin unfiltered. The idea is that user\'s are submitting Location
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)?
I am trying to build a template geographic database for PostGIS (1.5) on Mac OS X Snow Leopard (10.6) for my GeoDjango application.