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 is b/c OGR official bindings are
currently giving me trouble and I was wondering if
django.contrib.gis.gdal could be used as a workaround.

So I'm wondering what the use of these bindings are in the larger
django project? Are they used at different points in django behind the
scenes to do interop to other data formats? Or is the point of these
wrappers more as a utility for users to inspect data (mainly
shapefiles)?

Just wondering :)

On Oct 9, 7:50 am, Greg Corradini <gregcorrad...@gmail.com> wrote:
> 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 missing? Just wondering :)

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to