Skip to content
Prev 12636 / 29559 Next

Setting FID values when saving GML files with writeOGR

On Fri, 26 Aug 2011, Roger Bivand wrote:

            
Indeed, the driver internals are a possible solution, see:

http://www.gdal.org/ogr/drv_gml.html

which suggests that some reading is possible in OGR >= 1.8.0, but that 
writing will first come with OGR >= 1.9.0, that is the development 
version, I believe. If this really matters for you, please look carefully 
at commits on the GDAL trunk in the GML driver. I think that there have 
been recent developments, with increased speed claimed. Consequently, 
there isn't much that can be done from the R side, you'll need an rgdal 
built against a future version of GDAL/OGR.

Roger