-
Any way to get cacheops working with geodjango?
-
[GeoDjango](https://docs.djangoproject.com/ja/1.9/ref/contrib/gis/tutorial/)
[PostGIS](http://postgis.net/)
-
Hi all,
In django console, a simple code as :
```
from rasterstats import zonal_stats, point_query
stats = zonal_stats('Good Raster/wetlands.json', 'Good Raster/tempRaster.tif')
```
I received …
-
I'm trying to import all cities into database but I keep getting the same error. I'm using Ubuntu 14.04, Python 2.7.6 and Postgres 9.3. I have installed and enabled all GeoDjango for postgres.
Comman…
-
## Objectives
- Use of interactive maps, tightly integrated to the route configuration interface, to assist routes creations: OpenStreetMap, Google Maps
- Drag and Drop support
- Persistent customer o…
-
Please be advised, I get the following traceback upon a syncdb of the "cities" app alongside the "geodjango" pre-requisite:
(funretire) C:\Users\code\workspace\funretire\src>python manage.py syncdb
T…
-
There are some standards data except OSM.
-
Why does Django require GDAL?
-
The import seems to run for a long while but after about an hour and half it craps out as per the below error, any suggestions before I start tearing into the issue? Me thinks it might be Spatialite s…
-
If you use any of these fields on your model:
https://docs.djangoproject.com/en/1.9/ref/contrib/gis/model-api/
and include them in a DRF serializer's `Meta.fields` tuple, they'll be identified as a …