Try using ogr to convert from gdb: from https://gis.stackexchange.com/questions/108006/how-to-convert-data-from-a-gdb-into-a-shapefile-without-arcmap ``` ogr2ogr -f "ESRI Shapefile" C:/Temp/Shps C:/Temp/test.gdb ```