4

In ArcGIS Desktop we are able to create a file geodatabase and also a feature class.

Is this possible in QGIS?

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
Vivek Christy
  • 61
  • 1
  • 1
  • 2

1 Answers1

1

As far as I know there is no way to create a file geodatabese (esri format) with qgis Edit : see comment below.

You may only read or read/write a file geodatabase (depending on what driver you have as said in the comment below your question)

The closest approximation of a file geodatabe in qgis would be to use GeoPackage or Spatialite (the answer to this question give more detail on these format). If you need to keep compatibility between qgis and arcgis these two format are supported in arcmap from version 10.2

J.R
  • 16,090
  • 1
  • 19
  • 52
  • I just used QGIS 3.2 with the appropriate FileGDB driver installed and chose the Export - Save Features As dialog box dropdown, selected ESRI FileGDB, typed in a file name and layer name but didn't point it to an existing GDB, just a folder. It created an GDB with the file name and a feature class with the layer name within it. – John Jul 06 '18 at 13:39