1

Trying to find a method to convert Esri Mobile Geodatabase to GeoPackage Vector Features database both formats are SQLite database Esri uses ST_Geometry blob for the geometry and geopackage uses a derivative of WKB.
I don't want to have to use ArcGIS Pro or FME for this was looking for a console/command line tool or Python script.

Vince
  • 20,017
  • 15
  • 45
  • 64
  • Have you tried ogr2ogr? – BERA Dec 20 '21 at 13:36
  • 1
    GDAL Ogr2OGR does not support esri mobile geodatabase – GeospatialDataGuru Dec 20 '21 at 19:25
  • Spatialite has some functions that could help – GeospatialDataGuru Dec 20 '21 at 20:21
  • https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-mobile-gdb/enable-stgeometry-extension-for-sql.htm?s=03 SELECT load_extension('stgeometry_sqlite.dll','SDE_SQL_funcs_init'); https://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/a-quick-tour-of-sql-functions-used-with-st-geometry.htm – GeospatialDataGuru Dec 20 '21 at 20:22
  • Perhaps first creating a CSV file with this database and then using ogr2ogr to create a GeoPackage could solve this issue: https://gis.stackexchange.com/a/419212/173457 – raylight Dec 21 '21 at 04:54

0 Answers0