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 in python. On Tue, Nov 5, 2019, 12:29 mike Null <[email protected]> wrote: > > 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 issue > > ERROR 6: Only 32 bit positive integers FID supported by FileGDB > > How can I get around this? > > > _______________________________________________ > gdal-dev mailing list > [email protected] > https://lists.osgeo.org/mailman/listinfo/gdal-dev
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
