SpatiaLite 🗃

SpatiaLite (SQLite + spatial)

Open Beta
.sqlite · application/x-sqlite3

A SpatiaLite az SQLite térbeli kiterjesztése. Tömör, egyfájlos adatbázis-formátum, amely teljes körűen támogatja a térbeli lekérdezéseket, indexeket és OGC-szabványokat.

SpatiaLite exportálása most ✨ Nyílt béta — ingyenes, korlátozás nélkül

Fő jellemzők

Egy fájl – teljes adatbázis
Térbeli SQL-lekérdezések
Térbeli indexek
SQLite-kompatibilis
Example SpatiaLite export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

A(z) SpatiaLite formátumról

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.

Milyen program nyitja meg a(z) SpatiaLite fájlokat

A következő programok és alkalmazások képesek megnyitni, szerkeszteni és kezelni az OSM2CDR-ből exportált SpatiaLite (SQLite + spatial) (.sqlite) fájlokat:

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

Format specifications

Ki használ SpatiaLite térképeket

🏗
Helyi térinformatikai elemzés
Spatial SQL queries straight against the file, with no database server to deploy.
💻
Mobilalkalmazások
A compact database for Android or iOS: SQLite is already in the system, and the map travels with the app.
📊
Könnyű adatbázisok
One file instead of a schema in PostGIS where there is not much data and simplicity matters more.
🎨
Prototípuskészítés
A quick test of a hypothesis on real data before building a full pipeline.
🗺
Offline munka
Data at hand without a network — the database sits on disk and does not depend on a connection.

Hogyan exportáljon SpatiaLite formátumba

1
Terület kijelölése
Rajzoljon egy téglalapot vagy sokszöget az interaktív térképen az osm2cdr.ru oldalon
2
SpatiaLite kiválasztása
Válassza ki a(z) SpatiaLite (SQLite + spatial) formátumot a 127 elérhető exportformátum listájából
3
Exportálás
Kattintson az Exportálás gombra, és 1-5 percen belül megkapja a(z) .sqlite fájlt
4
Letöltés
Töltse le a kész SpatiaLite fájlt, és nyissa meg a(z) QGIS programban

Hogyan nyissa meg az exportálás után

Népszerű térképek SpatiaLite formátumban

Ingyenes

Szerezzen be SpatiaLite (SQLite + spatial) térképexportokat

Töltsön le professzionális SpatiaLite térképeket az OpenStreetMap adataiból. Azonnali generálás, bármilyen terület.

Ingyenes / export
SpatiaLite exportálása most →

Gyakran feltett kérdések

Miben különbözik a SpatiaLite a GeoPackage-től?
Megnyitható a SpatiaLite a QGIS-ben?
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?

Kapcsolódó formátumok

Gyakran együtt exportálva

Related Articles