SpatiaLite 🗃

SpatiaLite (SQLite + spatial)

Open Beta
.sqlite · application/x-sqlite3

SpatiaLite je prostorska razširitev za SQLite. Kompakten enodatotečni format zbirke podatkov s popolno podporo prostorskim poizvedbam, indeksom in standardom OGC.

Izvozi SpatiaLite zdaj ✨ Odprta beta — brezplačno, brez omejitev

Ključne značilnosti

Ena datoteka — popolna zbirka podatkov
Prostorske poizvedbe SQL
Prostorski indeksi
Združljivo s SQLite
Example SpatiaLite export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

O formatu 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.

Kateri program odpre datoteke SpatiaLite

Naslednji programi in aplikacije lahko odprejo, urejajo in delajo z datotekami SpatiaLite (SQLite + spatial) (.sqlite), izvoženimi iz OSM2CDR:

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

Format specifications

Kdo uporablja zemljevide SpatiaLite

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

Kako izvoziti SpatiaLite

1
Izberite območje
Narišite pravokotnik ali poligon na interaktivnem zemljevidu na osm2cdr.ru
2
Izberite SpatiaLite
Izberite SpatiaLite (SQLite + spatial) s seznama 127 razpoložljivih izvoznih formatov
3
Izvoz
Kliknite Izvozi in prejmite datoteko .sqlite v 1–5 minutah
4
Prenos
Prenesite pripravljeno datoteko SpatiaLite in jo odprite v programu QGIS

Kako odpreti po izvozu

Priljubljeni zemljevidi v formatu SpatiaLite

Brezplačno

Pridobite izvoze zemljevidov SpatiaLite (SQLite + spatial)

Prenesite profesionalne zemljevide SpatiaLite iz OpenStreetMap. Takojšnje ustvarjanje, poljubno območje.

Brezplačno / izvoz
Izvozi SpatiaLite zdaj →

Pogosto zastavljena vprašanja

V čem se SpatiaLite razlikuje od GeoPackage?
Ali lahko SpatiaLite odprem v 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?

Sorodni formati

Pogosto izvoženo skupaj

Related Articles