ogr2ogr doesn't seem to generate the internal gdb Shape_Length column and I don't see any reference to this column in the fgdb driver/api docs. Currently we create this manually in ArcGIS instead, which is no big deal
Once the Shape_Length column is populated in a new feature class in the .gdb, attempting to run arcpy.Frequency_analysis to summarize fails. Culprit seems to be text columns output by ogr2ogr - they are 65,536 chars in length.
Two separate issues:
ogr2ogr
doesn't seem to generate the internal gdbShape_Length
column and I don't see any reference to this column in the fgdb driver/api docs. Currently we create this manually in ArcGIS instead, which is no big dealOnce the
Shape_Length
column is populated in a new feature class in the .gdb, attempting to runarcpy.Frequency_analysis
to summarize fails. Culprit seems to be text columns output byogr2ogr
- they are 65,536 chars in length.Try shortening text columns in the
ogr2ogr
sql