Re: Django.contrib.gis.gdal Questions

2010-10-10 Thread Greg Corradini
I also don't see setter properties (only getters) in feature.py or field.py. So I'm pretty sure it's only a read only implementation. I guess if I wanted I could write my own wrappers for this write functionality using Python ctypes, but I'm currently not smart enough. The reason I care about this

Django.contrib.gis.gdal Questions

2010-10-09 Thread Greg Corradini
I'm wondering if django.contrib.gis.gdal Python wrappers were only meant to implement read functionality of OGR? It seems that way. I don't see any implementation of CreateDatasource in the driver.py class. Is this correct or is there a way to write to shapefiles with these bindings that I'm missin