Skip to Content
Importing DataGetting Started

Importing data into Geobase

Bring geospatial data into your Geobase project (PostGIS), then explore it in Table Editor and the Tile Server.

Prefer Studio when you can

In Studio, open Data Importer for your project:

PathWhat it does
Map imports → OSM Import MapDraw an AOI, pick OSM topics, run worker job osmImportArea
Map imports → Overture Import MapDraw an AOI, pick Overture types, run worker job overtureImportArea

You can cancel a pending/running map-import job from the sidebar. Stopping child processes (e.g. osm2pgsql) may still be best-effort depending on worker version.

Browse / URL / Upload / Live Sources are evolving; for file-based GIS formats, use QGIS or ogr2ogr below.

Choose a path

Source / formatRecommendedAlsoGuide
OpenStreetMap (AOI)Studio OSM Import MapWorker API osmImportAreaOpenStreetMap
Overture Maps (AOI)Studio Overture Import MapWorker API overtureImportAreaOverture Maps
Large local .osm.pbf / custom Luaosm2pgsql on your machineosm2pgsql (advanced)
Shapefile, GeoJSON, GeoPackage, …QGISogr2ogrQGIS, formats

After import

  1. Confirm tables in Table Editor (and source / provenance columns where applicable).
  2. Expose layers in the Tile Server if you need MapLibre tiles.
  3. For agent / CI automation, use the worker jobs endpoints with a service role key (never from the browser).

Help

Last updated on