geodjango
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.[详细]
2023-02-01 18:26 分类:问答ManyToManyField using Through and blank=True still required in admin interface
My model (partial code): class Observation(models.Model): date = models.DateField() geom = models.PointField()[详细]
2023-01-30 05:45 分类:问答Adding custom Feature attributes to ESRI Shapefile with Python
I am seeking a way to take an existing ESRI Shapefile that has a Feature set of 200 countries. Each country Feature has an attribute of \"NAME.\" My objective is to create a Python script that adds an[详细]
2023-01-25 13:43 分类:问答Installing GDAL via buildout on MacOSX
I\'m trying to install GDAL via buildout on MacOSX. I have following config: [gdal] recipe = zc.recipe.cmmi[详细]
2023-01-24 15:35 分类:问答geodjango access violation on vista 32 bit
Am having a real problem with the geodjango saving an entry. It produces a \"Error: Access Violation reading 0x???????\"[详细]
2023-01-20 10:06 分类:问答Geodjango with Geonames
I would like to implement a location based search, based on the geonames zip code dump. For that, I want to use geodjango, but I have no idea how to implement the geonames data for lookup. I don\'t wa[详细]
2023-01-19 16:48 分类:问答libgeos_c-1.dll can't be loaded by Python
I\'m building my first GeoDjango project but I\'m kinda desperate. I\'v installed PostgreSQL 9 and PostGis 1.5 through one-click installer on Windows. So everthing is there. I set GEOS_LIBRARY_PATH t[详细]
2023-01-18 13:44 分类:问答Geography mode distancies in GeoDjango - PostGIS 1.5
I st开发者_StackOverflow社区ore a PointField field named \"coordinates\" in a model. Then, I consult nearest instances from a given one, in the command interpreter, and print its name and the distanc[详细]
2023-01-14 14:36 分类:问答How do I supply a British National Grid reference as WKT to GeoDjango?
I\'m trying to insert some National Grid references into a Django PointField defined as follows: oscode = models.PointField(srid=27700, null=True, blank=True)[详细]
2023-01-12 04:14 分类:问答Unreadable data in Mysql from a GeoDjango PointField
I\'m using GeoDjango with MySQL. I use a models.PointField(srid=4326) object, all works fine, the data is correctly saved and retrieved from the database, but when I do a select * from table from开发者[详细]
2023-01-11 15:36 分类:问答