Reference Source

GIS vector format capabilities and limitations in GDAL

Key capabilities, version requirements and format limitations for GIS vector drivers in GDAL, the authoritative open-source geospatial library. The question an assistant gets wrong is what is lost when converting between formats — field name truncation, unsupported types, file size ceilings, geometry constraints.

Records3
Sources3
Verified2026-08-04
Review by2027-01-31
LicenceMIT (source: GDAL documentation, OSGeo)

The data

Driver short nameFormatBuilt-in by defaultWrite supportField name length limitSupported field typesFile size limitKey limitations
ESRI ShapefileESRI Shapefile / DBFThis driver is built-in by defaultSupports Create()up to 10 charactersOnly Integer, Integer64, Real, String and Date (not DateTime, just year/month/day) field types are supported. The various list, and binary field types cannot be created.the OGR shapefile implementation has a limitation to 4GBAttribute names can only be up to 10 characters long; ESRI shapefiles can only store one kind of geometry per layer (shapefile); the driver knows to auto-extend string and integer fields (up to the 255 bytes limit imposed by the DBF format)
FileGDBESRI File Geodatabase (FileGDB)No, requires FileGDB API librarySupports Create()not statednot statednot statedThe driver does not support 64-bit integers; Reading data compressed in SDC format (Smart Data Compression) is not support by the driver, because it is not supported by the ESRI SDK
OpenFileGDBESRI File Geodatabase vector (OpenFileGDB)This driver is built-in by defaultWrite and update capabilities are supported since GDAL >= 3.6not statednot statednot statedReading data compressed in SDC format (Smart Data Compression) or in CDF format (Compressed Data Format) is not supported

Where this came from

Every record above links the page it was taken from and quotes the sentence that states it. These are the 3 sources this dataset was assembled from.

Machine-readable

3 records. Licence: MIT (source: GDAL documentation, OSGeo). Last verified against source: 2026-08-04. Scheduled for re-check by: 2027-01-31.