geodjango
GeoDjango converting coordinate data to GeoManager model
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...[详细]
2023-02-18 13:16 分类:问答How do I convert kilometres to degrees in Geodjango/GEOS?
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[详细]
2023-02-15 09:59 分类:问答How To Install GEOS for GeoDjango on Windows
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.[详细]
2023-02-14 07:38 分类:问答django - add a POINT in a PostgreSQL database using GeoDjango from decimal coordinates
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?[详细]
2023-02-13 17:07 分类:问答GeoDjango distance query for a ForeignKey Relationship
I have the following models (simplified) from django.contrib.gis.db import m开发者_JAVA技巧odels as geomodels[详细]
2023-02-12 23:52 分类:问答Telling django which db template to use
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[详细]
2023-02-08 12:54 分类:问答Django - how can I find the distance between two locations?
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[详细]
2023-02-05 16:30 分类:问答Model Manager filtering on Boolean causing IntegrityError
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[详细]
2023-02-03 08:53 分类:问答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 分类:问答Problem creating PostGIS template database
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.[详细]
2023-02-02 04:08 分类:问答