DuckDB is an embedded analytical database its CWI Amsterdam authors call "SQLite for analytics": a single `.duckdb` file, columnar storage, a vectorized engine, and the `ST_*` spatial function set via the spatial extension. Our exporter writes the selected OSM area into a `.duckdb` container where each map layer becomes its own table. To set expectations honestly: geometry is stored as WKT TEXT in a `geom_wkt` column rather than a native GEOMETRY type — to get real geometry you simply call `ST_GeomFromText(geom_wkt)` after `LOAD spatial`. Coordinates stay in WGS84 (EPSG:4326); spatial indexes and Hilbert sorting are not created — those are left to you.
Principais características
Que programa abre ficheiros DuckDB
Os seguintes programas e aplicações podem abrir, editar e trabalhar com ficheiros DuckDB Spatial Database (.duckdb) exportados do OSM2CDR:
Format specifications
- Proprietary format
- 2D only
- Lossless (no quality loss)
- Stores feature attributes
- Output: 1 file
- A single .duckdb file, one table per layer; geometry stored as WKT TEXT in geom_wkt (read via ST_GeomFromText after LOAD spatial), WGS84, no spatial index.
Quem utiliza mapas DuckDB
Como exportar para DuckDB
Mapas populares em DuckDB
Obtenha exportações de mapas em DuckDB Spatial Database
Descarregue mapas profissionais em DuckDB a partir do OpenStreetMap. Geração instantânea, qualquer área.