Re: [gdal-dev] GFS with condition on the second last element

2020-06-24 Thread Raymond Nijssen
Thanks Even, Then at least I can stop searching. For now I will move to iterparse in python, which is slow but very flexible. Raymond On 24-06-2020 18:11, Even Rouault wrote: On mercredi 24 juin 2020 17:14:50 CEST Raymond Nijssen wrote: > Hi list, > > I'm trying to read a complex gml f

Re: [gdal-dev] GFS with condition on the second last element

2020-06-24 Thread Even Rouault
On mercredi 24 juin 2020 17:14:50 CEST Raymond Nijssen wrote: > Hi list, > > I'm trying to read a complex gml file that includes values that need to > be selected on an xml attribute. This is possible to do with a condition > in the gfs file, but the example only covers having the attribute on the

[gdal-dev] GFS with condition on the second last element

2020-06-24 Thread Raymond Nijssen
Hi list, I'm trying to read a complex gml file that includes values that need to be selected on an xml attribute. This is possible to do with a condition in the gfs file, but the example only covers having the attribute on the last element in the elementPath: https://gdal.org/drivers/vector/