SpatiaLite 🗃

SpatiaLite (SQLite + spatial)

Open Beta
.sqlite · application/x-sqlite3

SpatiaLite is een ruimtelijke uitbreiding voor SQLite. Een compact databaseformaat in één bestand met volledige ondersteuning voor ruimtelijke query's, indexen en OGC-standaarden.

SpatiaLite nu exporteren ✨ Open bèta — gratis, zonder limieten

Belangrijkste functies

Eén bestand — volledige database
Ruimtelijke SQL-query's
Ruimtelijke indexen
SQLite-compatibel
Example SpatiaLite export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Over het SpatiaLite-formaat

SpatiaLite is SQLite with a spatial extension: a single file database, no server, yet real SQL with geometry, spatial functions and indexes. The file is simply copied, put into a repository or onto a flash drive and works anywhere.

The format is taken when the data has to be computed with rather than admired: select buildings within a radius, sum up street length by type, join layers with a query, filter by an attribute. All of that is done with a query straight against the file, without deploying PostGIS.

What is inside: one database file where each OSM layer is a separate table with geometry and attributes; the service tables are filled in and spatial indexes are built at write time. The coordinates are WGS84 (EPSG:4326). QGIS opens the file by drag and drop, GDAL/OGR and Python read it directly.

About the neighbouring format: GeoPackage is also SQLite and also a single file, but it is an OGC standard and other people's software understands it better. SpatiaLite wins where you write the queries yourself and need its full set of spatial functions.

Welk programma opent SpatiaLite-bestanden

De volgende programma's en toepassingen kunnen SpatiaLite (SQLite + spatial)-bestanden (.sqlite) die uit OSM2CDR zijn geëxporteerd openen, bewerken en verwerken:

🌎QGIS 💻SpatiaLite GUI 💻DB Browser for SQLite 💻Python (sqlite3) 💻GDAL/OGR

Format specifications

Wie gebruikt SpatiaLite-kaarten

🏗
Lokale GIS-analyse
Spatial SQL queries straight against the file, with no database server to deploy.
💻
Mobiele apps
A compact database for Android or iOS: SQLite is already in the system, and the map travels with the app.
📊
Lichtgewicht databases
One file instead of a schema in PostGIS where there is not much data and simplicity matters more.
🎨
Prototyping
A quick test of a hypothesis on real data before building a full pipeline.
🗺
Offline werken
Data at hand without a network — the database sits on disk and does not depend on a connection.

SpatiaLite exporteren

1
Gebied selecteren
Teken een rechthoek of polygoon op de interactieve kaart op osm2cdr.ru
2
SpatiaLite kiezen
Selecteer SpatiaLite (SQLite + spatial) uit de lijst van 127 beschikbare exportformaten
3
Exporteren
Klik op Exporteren en ontvang uw .sqlite-bestand binnen 1-5 minuten
4
Downloaden
Download het gerede SpatiaLite-bestand en open het in QGIS

Openen na de export

Populaire kaarten in SpatiaLite

Free

Ontvang SpatiaLite (SQLite + spatial)-kaartexports

Download professionele SpatiaLite-kaarten van OpenStreetMap. Directe generatie, elk gebied.

Gratis / export
SpatiaLite nu exporteren →

Veelgestelde vragen

Wat is het verschil tussen SpatiaLite en GeoPackage?
Kan ik SpatiaLite openen in QGIS?
Which tables will be in the database?
Which coordinate system is the geometry stored in?
Do I need to install anything to open the file?

Verwante formaten

Vaak samen geëxporteerd

Related Articles