Re: [gdal-dev] FileGDB & FID

2019-11-05 Thread Even Rouault
On mardi 5 novembre 2019 13:16:36 CET Mike wrote: > I did end up just defining the layers and just adding all the data to it. > > However this does occur with ogr2ogr, and it says to use skip failures. > When I use that, I get one less feature (fails on the first I assume). You get that message b

Re: [gdal-dev] FileGDB & FID

2019-11-05 Thread Mike
I did end up just defining the layers and just adding all the data to it. However this does occur with ogr2ogr, and it says to use skip failures. When I use that, I get one less feature (fails on the first I assume). Is there a way to ignore FID with fgdb output & ogr2ogr? Same for the CopyLayer

[gdal-dev] FileGDB & FID

2019-11-05 Thread mike Null
I'm trying to create some features in a File GDB, and have that driver loaded. I've been doing something along the lines just fine to gpkg, but I hit a FileGDB issue and wondering how to get around it. This line in python lyr = fgdbds.CopyLayer(inmemorylayer,somename,['OVERWRITE=YES']) I get the