Home · Features · GeoPackage Studio

The GeoPackage is the database. This is its studio.

Design schemas, import five vector formats, edit features with real Z elevations through native ArcGIS Editor widgets, read ESRI mobile geodatabases — all offline.

GeoPackage Manager Schema editor .gpkg · .geojson · .shp · .fgb · .parquet POINT Z / POLYGON Z Editor widget .geodatabase / .mmpk

Manage

Design it, fill it, ship it

Schema editor, import .gpkg / GeoJSON / Shapefile / FlatGeobuf / Parquet, export GeoJSON or CSV — all offline on disk.

Z + M preserved

ESRI JSON ↔ NTS ↔ OGC GPKG blobs — verified bit-exact round trip at z = 1500.5.

Native Editor widget

Z-aware FeatureLayer with absolute-height elevation — stock ArcGIS Editor in SceneView.

Transactional edits

applyEdits batch with rollback · offline queue · conflict strategies.

Mobile geodatabase

Read .geodatabase / .mmpk offline via ST_Geometry — no ArcGIS license.

Interop

ESRI mobile geodatabases, read without ArcGIS

  • Reference large files in place — read-only, no copy
  • Where, bbox, fields, pagination, reprojection to WGS84
  • GET /api/geodatabase/selftest before trusting real data
  • FeatureServer editing applies to GeoPackage sources
/api/featureserver/edit3dGET  /api/featureserver/{ds}/{layer}/query?returnZ=true
POST /api/featureserver/{ds}/{layer}/applyEdits
     { adds, updates, deletes, rollbackOnFailure }

curl -X POST /api/geodatabase/reference \
  -d '{ "path": "C:\\data\\MySurvey.geodatabase" }'
● z 1500.5 → blob → 1500.5 · exact

One file. Full custody.

Author the schema, import the data, edit in 3D, export products — without your GeoPackage leaving the machine.