GeoDjango intends to be a world-class geographic Web framework. Its goal is to make it as easy as possible to build GIS Web applications and harness the power of spatially enabled data.

learn more… | top users | synonyms

22
votes
1answer
3k views

Error Saving geodjango PointField

I have a geo model with a PointField property. Everything works perfectly locally, but when I try to save an instance on the server, I get the following error: django.db.utils.DatabaseError: invalid ...
13
votes
6answers
12k views

How do you know what SRID to use for a shp file?

I am trying to put a SHP file into my PostGIS database, the the data is just a little off. I think this is because I am using the wrong SRID. The contents of the PRJ file are as follows: ...
10
votes
3answers
2k views

geodjango using mysql

I have been working on an application using django and mysql, am trying now to work on the tutorial from this here http://docs.djangoproject.com/en/1.2/ref/contrib/gis/tutorial/ but it failed the ...
10
votes
5answers
12k views

How to display data using openlayers with OpenStreetMap in geodjango?

I've got geodjango running using openlayers and OpenStreetMaps with the admin app. Now I want to write some views to display the data. Basically, I just want to add a list of points (seen in the ...
9
votes
1answer
3k views

How to debug: Internal Error current transaction is aborted, commands ignored until end of transaction block

Hi Stackoverflow people, I do my first steps with GeoDjango and I am looking for better options to check faulty sql statements. So far, I simply wanted to safe a lng+lat point in my postgresql ...
8
votes
4answers
1k views

How can I query the nearest record in a given coordinates(latitude and longitude of string type)?

I am using GeoDjango with PostGIS. Then I am into trouble on how to get the nearest record from the given coordinates from my postgres db table.
8
votes
1answer
900 views

GeoDjango, difference between dwithin and distance_lt?

Using geoDjango, what is the difference between myObj.objects.filter(point__dwithin(...etc.)) and myObj.objects.filter(point__distance_lt(...etc.)) ? Are they the same thing, or are they ...
8
votes
5answers
3k views

Does anyone know of any good open source Geodjango apps to dig through?

I'm looking to build a small GIS in my spare time and have been digging into Geodjango. I've been trying to find examples of open source Geodjango projects to look through, but I have had little ...
7
votes
1answer
709 views

GeoDjango - GDAL library giving error

I am trying to get GeoDjango running on ubuntu and have hit a problem with GDAL. I have downloaded and installed GDAL without problem. I had to add the following line to my project settings: ...
6
votes
1answer
3k views

Rendering spatial data of GeoQuerySet in a custom view on GeoDjango

I have just started my first project on GeoDjango. As a matter of fact, with GeoDjango powered Admin application we all have a great possibility to view/edit spatial data, associated with the current ...
6
votes
1answer
1k views

GeoDjango: How to create a circle based on point and radius

I have the following (simplified) Model: class Zone(gismodels.Model): name = gismodels.CharField() poly = gismodels.PolygonField() I want to create and save a polygon that represents a ...
6
votes
2answers
693 views

django, location based searches

Excuse my ignorance, I am not even sure of the correct term for this. What I want to do is search by city and state or zip code in my django application and also include results within certain ...
6
votes
1answer
454 views

What is ST in PostGIS?

Almost all the functions in PostGIS start with ST. e.g. ST_Distance_Sphere, ST_GeomFromText, ST_Intersection, etc. What does ST mean? ...
6
votes
3answers
2k views

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 As ...
5
votes
1answer
2k views

Postgis / Geodjango: Cannot determine PostGIS version for database

I'm attempting to launch a GeoDjango app. I've installed Postgres & PostGIS using brew on Lion. I created a database using template_postgis: createdb -T template_postgis test. When I run python ...
5
votes
2answers
905 views

Using Python simplejson to return pregenerated json

I have a GeoDjango model object that I want't to serialize to json. I do this in my view: lat = float(request.GET.get('lat')) lng = float(request.GET.get('lng')) a = ...
5
votes
1answer
1k views

Split or save a subset of a ESRI Shape SHP file to a new file?

I'm working with shape files in GeoDjango. Right now I'm trying to write a test for code that loads in a shape file and saves it to a database. The shape file currently has a feature count of ...
5
votes
3answers
2k views

Need performance on postGIS with GeoDjango

This is the first time I'm using GeoDjango with postGIS. After installation and some tests with everything running fine I am concerned about query performance when table rows will grow. I'm saving in ...
5
votes
2answers
130 views

DJANGO_SETTINGS_MODULE is undefined with gis.db

when I use from django.contrib.gis.db import models I get error: Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> from django.contrib.gis.db import ...
5
votes
1answer
555 views

GeoDjango distance filter with distance value stored within model - query

I have an Order model, that has an origin PointField and a range IntegerField. Furthermore, there is an UserProfile model, which has a geo_location PointField. Now, I have an User instance, user. I ...
5
votes
2answers
189 views

Django and architecture : how to share a “referencial” database between projects?

I come today with a design/architecture question concerning Django. I work on several websites (hosted on the same server) which individually need geographical data (states, towns, etc.). Each ...
4
votes
3answers
2k views

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 ...
4
votes
3answers
4k views

Change LC_CTYPE for PostgreSQL and PostGIS use

So I'm walking through the GeoDjango tutorial and I'm stuck on this error message: postgres@lucid32:~$ createdb -E UTF8 template_postgis createdb: database creation failed: ERROR: encoding UTF8 does ...
4
votes
3answers
1k views

Should I use GeoDjango for mapping a floor plan?

I want to create a floor plan map of an interior space that has clickable regions. My first thought was to investigate GeoDjango since its the mapping app for Django. But considering the ...
4
votes
1answer
448 views

GeoDjango distance queries returning incorrect results

I just got GeoDjango up and running on my development machine. Problem is that I can't get a distance query to work correctly. No matter what SRID I use, the distance results are totally off. Here's ...
4
votes
1answer
422 views

heroku outputs “error fetching custom buildpack”, but only sometimes

I have a Django project hosted on Heroku with a buildpack forked from cirlabs/heroku-buildpack-geodjango. Sometimes when I push to Heroku it responds with Counting objects: 16, done. Delta ...
4
votes
1answer
220 views

In PostGIS a polygon bigger than half the world is treated as it's opposite

I'm using GeoDjango with PostGIS and trying to use a polygon to get records from a database which fall inside it. If I define a polygon which is bigger than half the area of the earth it assumes the ...
4
votes
1answer
277 views

Do I need specific configuration for Spatialite with GeoDjango?

According to https://docs.djangoproject.com/en/1.3/ref/contrib/gis/db-api/, Spatialite supports GeoQuerySet.distance(). However, having imported an area list (MultiPolygon as mpoly attribute), I'm ...
4
votes
3answers
521 views

Failed to install index ( Geodjango related)

I am using geoDjango. I have installed following packages from source Gdal, proj1.4, geos3.3.5 and Postgis2.0.1. I am ubuntu user. When I run syncdb after that I am getting following error. Am I ...
4
votes
1answer
483 views

Errors running geodjango based apps on heroku

The problem I am trying to deploy my geodjango application to Heroku. The application runs but when I try to view either /admin/world/worldborder/ (the wolrd geodjango tutorial application) or my own ...
3
votes
1answer
2k views

Unable to syncdb in GeoDjango App

I am having a real trouble in setting up spatial database and syncing it with GeoDjango. I was able to setup the spatial database as per the geodjango documentation and create a django app but when i ...
3
votes
1answer
352 views

Wondering About GeoDjango and Mapping Services

I'm trying to build my first GIS app with GeoDjango and I have a few questions before I begin: First: What exactly is GeoDjango for in relation to Google Maps? Is it simply for processing the ...
3
votes
3answers
2k views

GeoDjango can't find geos library

When attempting to fire up the django server, I get the following error: django.core.exceptions.ImproperlyConfigured: Could not import user-defined GEOMETRY_BACKEND "geos". I'm running ...
3
votes
3answers
3k views

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. I am following: ...
3
votes
1answer
191 views

GeoDjango Too Much For This Project?

I'm currently building my first Django-based app, which is proceeding fairly well, thus far. One of the goals is to allow users to post information (text, pics, video) and for the app to be able to ...
3
votes
2answers
316 views

Good tools for animated maps on a webpage

I want to present regions on a map inside a webpage. The region should be clickable and highlighted when hovered. I'am using django so I tend to orient towords matplotlib and other python tools. ...
3
votes
2answers
54 views

return distance objects in Django

I have a small function like so: from django.contrib.gis.measure import Distance def RailTest(mod_ewdim, mod_ewspacing, cols): y = Distance(inch=mod_ewspacing) x = Distance(inch=mod_ewdim) ...
3
votes
2answers
124 views

Django: m2m query based on spatial point returns empty dict - but should contain results

Hi Stackoverflow people, I am confused with m2m queries in Django. I have a model RadioStations which lists radio stations around a continent (simply name and the available country) and has the ...
3
votes
1answer
2k views

PostgreSQL on Mac OSX - cannot log in as postgres user

I installed postgresql and geodjango on Mac OSX following this tutorial word for word. For some reason sudo su - postgres does not work. I put in my sudo password, but when I type "whoami" it's ...
3
votes
1answer
795 views

what is the python(2.5.2)'s logging mechanism? is there log4j look a like library or standard class of python/geodjango will do?

I am planning to add logging mechanism in my python&geodjango web service. Is there log4j look a like logging mechanism in python/geodjango? I am looking for log4j's dailyrollingfileappender ...
3
votes
1answer
678 views

Custom latitude/longitude form field in Django

One of my models has latitude and longitude fields which are stored in the database as floating point numbers. I like to keep it this way, because it allows me to work with them most efficiently. I'd ...
3
votes
2answers
298 views

GeoDjango project missing fields from database schema

I've created a Django project, using a PostGIS backend, which all seems well as far as I can tell. I've now created an app in this project as follows: from django.contrib.gis.db import models class ...
3
votes
2answers
2k views

Getting GeoDjango + Spatialite running on Windows

I continue to have problems setting up a GeoDjango installation that uses Spatialite as a backend on a Windows machine. I used the GeoDjango installer and downloaded the precompiled libraries from ...
3
votes
1answer
468 views

My PostGIS database looks fine but GeoDjango thinks otherwise… why?

I'm trying to set up a GeoDjango app to test an earlier problem I was having. I've set up a postgresql database, created a new Django project and app, but when I try ./manage.py syncdb I get this: ...
3
votes
1answer
371 views

GeoDjango & MySQL: points can't be NULL, what other “empty” value should I use?

I have this Django model: from django.contrib.gis.db import models class Event(models.Model): address = models.TextField() point = models.PointField('coordinates', null=True, blank=True) ...
3
votes
1answer
1k views

How to efficiently query large multi-polygons with PostGIS

I am working with radio maps that seem to be too fragmented to query efficiently. The response time is 20-40 seconds when I ask if a single point is within the multipolygon (I have tested ...
2
votes
4answers
2k views

MySQL vs PostgreSQL Concerns w/ GIS & Speed

I'm aware there are a few threads out there addressing this issue, but I'm wondering if anything has changed since those have been published. I'm looking to build a GIS webapp, and people are all ...
2
votes
1answer
933 views

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)? I have certain type of data, each ...
2
votes
1answer
430 views

geodjango with postgis would not work

I am new to geodjango, I have the following settings: DATABASES = { "default" : { 'ENGINE': 'django.contrib.gis.db.backends.postgis', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', ...
2
votes
2answers
196 views

Is there a PostGIS IDE to execute postgres gis spatial functions?

Is there a PostGIS IDE to execute postgres gis spatial functions? samples sql SELECT ST_Distance(gg1, gg2) As spheroid_dist, ST_Distance(gg1, gg2, false) As sphere_dist FROM (SELECT ...

1 2 3 4 5