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.
Asked
Active
Viewed 557 times
1
Vince
- 20,017
- 15
- 45
- 64
GeospatialDataGuru
- 31
- 2
ogr2ogrto create a GeoPackage could solve this issue: https://gis.stackexchange.com/a/419212/173457 – raylight Dec 21 '21 at 04:54