Skip to main content

A lightweight Python package that converts Esri File GeoDataBases into OGC GeoPackages

Project description

fgdb_to_gpkg

fgdb_to_gpkg is a Python package that converts all feature classes within an Esri File GeoDatabase to layers within a OGC GeoPackage. This package is designed to be used from the command line or imported as a module.

This package does not have a dependency on ArcPy, which means that you can safely extract feature classes locked inside an Esri File GeoDataBase without needing to worry about any ArcGIS licensing.

Prerequisites

This package requires GDAL and its development libraries to be installed on your system before installing fgdb_to_gpkg or its dependencies. For more details please refer to the official documentation.

To confirm GDAL is installed, run:

gdalinfo --version
# GDAL 3.8.4, released 2024/02/08

Installation

Installing from PyPI

# Recommended: Install globally using pipx
pipx install fgdb-to-gpkg

# Or install to a manually-created virtual environment
python -m venv env
./env/bin/pip install fgdb-to-gpkg

# Or install to the global Python environment
pip install fgdb-to-gpkg

Installing the development version of this package

  1. Clone the repository: git clone https://github.com/philiporlando/fgdb_to_gdb.git
  2. Navigate to the repository directory: cd fgdb_to_gdb
  3. Install the package and its dependencies with uv:
    uv sync --group dev
    
  4. Optionally, install the package to be run globally with pipx: pipx install --editable .

Usage

Command Line Usage

To use from the command line, simply call the fgdb-to-gpkg command with the path to the input File GeoDatabase and the path to the output GeoPackage:

fgdb-to-gpkg <input_fgdb_path> <output_gpkg_path>

See the help menu for more details:

fgdb-to-gpkg --help

Module Usage

You can also import fgdb_to_gpkg as a module in Python and use it to convert any Esri File GeoDatabase feature classes to GeoPackage layers programmatically.

Here's an example of how to use fgdb_to_gpkg as a module:

from fgdb_to_gpkg import fgdb_to_gpkg

input_fgdb_path = "/path/to/my_fgdb.gdb"
output_gpkg_path = "/path/to/my_gpkg.gpkg"

fgdb_to_gpkg(input_fgdb_path, output_gpkg_path)

See the help menu for more details:

help(fgdb_to_gpkg)

Testing

Unit tests can be performed by the developers of this package using the following command:

uv run pytest

Test coverage can be assessed using the following command:

uv run pytest --cov=fgdb_to_gpkg --cov-report term-missing

Handling the Fiona GDAL compilation error

The unit tests within this package depend on gdal=^3.6.0, but the current version of fiona ships with gdal=3.5.3. The fiona package must be installed using the --no-binary flag to test this package. If this is not configured properly, then you will see the following error:

uv run tests
# fiona.errors.DriverError: OpenFileGDB driver requires at least GDAL 3.6.0 for mode 'w', Fiona was compiled against: 3.5.3

If you encounter errors related to GDAL or Fiona compatibility, ensure you have the correct versions installed and that your environment is synced using uv. If you still encounter issues, try reinstalling Fiona with:

uv pip install --force-reinstall fiona --no-binary fiona

Publishing

This package is automatically published to PyPI when a new release is crafted. For a successful publication, maintainers should:

  1. Increment the version number in the pyproject.toml file.
  2. Adhere to the vX.X.X naming convention for the release name and tag.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fgdb_to_gpkg-0.4.6.tar.gz (77.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fgdb_to_gpkg-0.4.6-py3-none-any.whl (17.1 kB view details)

Uploaded Python 3

File details

Details for the file fgdb_to_gpkg-0.4.6.tar.gz.

File metadata

  • Download URL: fgdb_to_gpkg-0.4.6.tar.gz
  • Upload date:
  • Size: 77.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for fgdb_to_gpkg-0.4.6.tar.gz
Algorithm Hash digest
SHA256 e659b7693d547e8da03de7a4b2f760e7661b6cfb6f0090cefe33dca2c7caa985
MD5 bb685badcb8aacff05978731e0bf50be
BLAKE2b-256 71d49c78fb94a85fc4e37717501a5db965859a9f676c066710bb610b9563975d

See more details on using hashes here.

File details

Details for the file fgdb_to_gpkg-0.4.6-py3-none-any.whl.

File metadata

  • Download URL: fgdb_to_gpkg-0.4.6-py3-none-any.whl
  • Upload date:
  • Size: 17.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for fgdb_to_gpkg-0.4.6-py3-none-any.whl
Algorithm Hash digest
SHA256 d80256097c0a36023e3e3691b3d78de8b46ecb4b7f5fdf0f05a154f2b1364124
MD5 4158854ad8e89f384bc618bccd118a52
BLAKE2b-256 4902d6d93e404ef4b7d97625080d50eddff29b5f0ec126d380d265a66446f7ac

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page