[Gdal-dev] Is there any work on the python wrapper
Kevin Ruland
kruland at ku.edu
Thu Feb 10 21:10:56 EST 2005
Howard,
Thanks much for this information. My question was of course leading and
I too have been mucking about the innards altough in a completely
different way. I am attempting to get GDAL to work correctly with
Numarray arrays. I have something working now, but it isn't pretty, and
it isn't tied in well with the rest of the GDAL bindings.
Kevin
Howard Butler wrote:
> Kevin,
>
> Yes. I am working on the ogr python bindings to provide a more
> natural interface (in the python sense) to DataSources, Layers,
> Features, and Geometries in ogr.py.
>
> You can follow the thread in the archives at:
> <http://xserve.flids.com/pipermail/gdal-dev/2005-February/007983.html>
>
> Some of these additions will be released when 1.2.6 comes out. We
> will retract the sequential access to features (how feature slicing of
> a layer is currently implemented) until I can come up with a clean way
> to support the GetNextFeature() interface with an iterator that is
> backward compatible to Python 2.0.
>
> I've also added a way to conveniently test capabilities (you don't
> have to lookup or remember the strings anymore), docstrings, attribute
> access for Features (feat.mycolumn, etc.), enhanced the Geometry
> constructor, and implemented __copy__ methods to support the Python
> copy module.
>
> Howard
>
> At 01:43 PM 2/10/2005, Kevin Ruland wrote:
>
>> Hi all.
>>
>> I seem to recall that someone on this list had been working on
>> changes to the python wrapper to support more python-esque list
>> manipulation.
>> Is this correct?
>>
>> Thanks much.
>>
>> Kevin Ruland
>> University of Kansas
>>
>> _______________________________________________
>> Gdal-dev mailing list
>> Gdal-dev at xserve.flids.com
>> http://xserve.flids.com/mailman/listinfo/gdal-dev
>
>
More information about the Gdal-dev
mailing list