SpatiaLite 🗃

SpatiaLite (SQLite + spatial)

Open Beta
.sqlite · application/x-sqlite3

SpatiaLite to przestrzenne rozszerzenie SQLite. Zwarty, jednoplikowy format bazy danych z pełną obsługą zapytań przestrzennych, indeksów oraz standardów OGC.

Eksportuj SpatiaLite teraz ✨ Otwarta beta — bezpłatnie, bez ograniczeń

Najważniejsze funkcje

Jeden plik — pełna baza danych
Przestrzenne zapytania SQL
Indeksy przestrzenne
Zgodność z SQLite
Example SpatiaLite export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

O formacie SpatiaLite

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.

Jaki program otwiera pliki SpatiaLite

Następujące programy i aplikacje mogą otwierać, edytować i pracować z plikami SpatiaLite (SQLite + spatial) (.sqlite) wyeksportowanymi z OSM2CDR:

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

Format specifications

Kto korzysta z map SpatiaLite

🏗
Lokalna analiza GIS
Spatial SQL queries straight against the file, with no database server to deploy.
💻
Aplikacje mobilne
A compact database for Android or iOS: SQLite is already in the system, and the map travels with the app.
📊
Lekkie bazy danych
One file instead of a schema in PostGIS where there is not much data and simplicity matters more.
🎨
Prototypowanie
A quick test of a hypothesis on real data before building a full pipeline.
🗺
Praca offline
Data at hand without a network — the database sits on disk and does not depend on a connection.

Jak wyeksportować SpatiaLite

1
Zaznacz obszar
Narysuj prostokąt lub wielokąt na interaktywnej mapie pod adresem osm2cdr.ru
2
Wybierz SpatiaLite
Wybierz SpatiaLite (SQLite + spatial) z listy 127 dostępnych formatów eksportu
3
Eksportuj
Kliknij Eksportuj i otrzymaj plik .sqlite w ciągu 1-5 minut
4
Pobierz
Pobierz gotowy plik SpatiaLite i otwórz go w QGIS

Jak otworzyć po eksporcie

Popularne mapy w formacie SpatiaLite

Darmowy

Uzyskaj eksporty map w formacie SpatiaLite (SQLite + spatial)

Pobieraj profesjonalne mapy SpatiaLite z OpenStreetMap. Natychmiastowe generowanie, dowolny obszar.

Bezpłatnie / eksport
Eksportuj SpatiaLite teraz →

Najczęściej zadawane pytania

Czym SpatiaLite różni się od GeoPackage?
Czy mogę otworzyć SpatiaLite w 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?

Powiązane formaty

Często eksportowane razem

Related Articles