Re: [gdal-dev] python ogr feature didn't save attributes

2015-06-24 Thread Even Rouault
Le mercredi 24 juin 2015 08:47:19, Luca Delucchi a écrit : > On 23 June 2015 at 16:02, Even Rouault wrote: > > Luca, > > Hi Even, > > >> I'm writing a function to cycle inside the feature and update a column > >> of attribute table, if I print the feature with DumpReadable() I can > >> see the r

Re: [gdal-dev] python ogr feature didn't save attributes

2015-06-23 Thread Luca Delucchi
On 23 June 2015 at 16:02, Even Rouault wrote: > Luca, > Hi Even, >> >> I'm writing a function to cycle inside the feature and update a column >> of attribute table, if I print the feature with DumpReadable() I can >> see the right attributes but when the script finish the final >> shapefile has

Re: [gdal-dev] python ogr feature didn't save attributes

2015-06-23 Thread Even Rouault
Luca, > > I'm writing a function to cycle inside the feature and update a column > of attribute table, if I print the feature with DumpReadable() I can > see the right attributes but when the script finish the final > shapefile has no attribute table, any idea? > > This is the relevant part of c

[gdal-dev] python ogr feature didn't save attributes

2015-06-23 Thread Luca Delucchi
Hi devs, I'm writing a function to cycle inside the feature and update a column of attribute table, if I print the feature with DumpReadable() I can see the right attributes but when the script finish the final shapefile has no attribute table, any idea? This is the relevant part of code feature