Re: [gdal-dev] ogr.Feature field access

2011-11-23 Thread Ari Jolma
On 11/23/2011 08:53 AM, Frank Warmerdam wrote: Folks, Tonight I have made some changes to the OGR Python bindings such that there is a SetField2() method that tries to support a wider variety of value types that can be assigned to a field, including the list types. I also implemented __setattr_

[gdal-dev] ogr.Feature field access

2011-11-22 Thread Frank Warmerdam
Folks, Tonight I have made some changes to the OGR Python bindings such that there is a SetField2() method that tries to support a wider variety of value types that can be assigned to a field, including the list types. I also implemented __setattr__, __getitem__ and __setitem__ so that you can d