This QGIS plugin allows easy conversion of layers from File Geodatabase (FGDB) format to GeoPackage (GPKG) format.
To install the plugin, follow these steps:
- Download the source code of the plugin from the GitHub repository as a ZIP file.
- Extract the ZIP file to the QGIS plugin folder located here:
- Windows:
C:\Users\USERNAME\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins - macOS:
~/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins - Linux:
~/.local/share/QGIS/QGIS3/profiles/default/python/plugins
- Windows:
- Restart QGIS, if it is currently running.
- In QGIS, open the
Plugins > Plugin Managerdialog. - In the list of plugins, find
FGDB to GPKG Converterand check the box to activate it.
The plugin is now installed and activated in QGIS. You can find it in the Processing Toolbox panel under the FGDB to GPKG category.
- Open the Processing Toolbox panel and expand the
FGDB to GPKGcategory. - Run the
Convert FGDB to GPKGalgorithm. - Choose the input File Geodatabase (.gdb) and output GeoPackage (.gpkg).
- Click
Run.
This plugin was entirely written by the AI language model ChatGPT from OpenAI.