PostgreSQL / Django / newbie here. I\'ve got a bunch of JSON data with venues and lat/long information, and I\'m looking to import it into my database. So far I\'ve fenagled a script to format my JSO
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 \"within\"/\
I\'m running a Django installation with geoDjango, and have created a model like this: #models.py from django.contrib.gis.db import models
I\'m working with shape files in GeoDjango.Right now I\'m trying to write a test for cod开发者_如何学JAVAe that loads in a shape file and saves it to a database.The shape file currently has a feature
I have just started my first project on GeoDjango. A开发者_开发技巧s a matter of fact, with GeoDjango powered Admin application we all have a great possibility to view/edit spatial data, associated w
The GeoDjango tutorial explains how to insert world borders into a spatial database. I would like to create a world Map in HTML with these data, with both map and area tags. Something like that.
I\'m trying to compute clusters on a set of points in Python, using GeoDjango. The problem: Given a set of points, output a set of clusters of those points.
I am new to geodjango. I amusing a geodjango model for my application. in one of my geodjango model class I am using a location field of type PointField() . I want to store the location for each entry
I am doing geolocation, and Django does not have a PointField. So, I am forced to writing in RAW SQL.GeoDjango, the Django library, does not support the following query for MYSQL databases (can someon
I\'m a Geodjango novice and would like to get some help on the following: I have a MultiPolygonField field, for a GeoDjango application, and would like to display it on my view as cool as it gets dis