SpatiaLite 🗃

SpatiaLite (SQLite + spatial)

Open Beta
.sqlite · application/x-sqlite3

SpatiaLite on SQLite ruumiline laiendus. Kompaktne ühes failis paiknev andmebaasivorming, mis toetab täielikult ruumipäringuid, indekseid ja OGC standardeid.

Ekspordi SpatiaLite kohe ✨ Avatud beeta — tasuta, ilma piiranguteta

Põhiomadused

Üks fail — terve andmebaas
Ruumilised SQL-päringud
Ruumiindeksid
Ühildub SQLite'iga
Example SpatiaLite export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Vormingu SpatiaLite kohta

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.

Milline programm avab SpatiaLite-faile

Järgmised programmid ja rakendused suudavad avada, redigeerida ning töödelda OSM2CDR-ist eksporditud SpatiaLite (SQLite + spatial) (.sqlite) faile:

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

Format specifications

Kes kasutab SpatiaLite-kaarte

🏗
Kohalik GIS-analüüs
Spatial SQL queries straight against the file, with no database server to deploy.
💻
Mobiilirakendused
A compact database for Android or iOS: SQLite is already in the system, and the map travels with the app.
📊
Kergekaalulised andmebaasid
One file instead of a schema in PostGIS where there is not much data and simplicity matters more.
🎨
Prototüüpimine
A quick test of a hypothesis on real data before building a full pipeline.
🗺
Võrguühenduseta töö
Data at hand without a network — the database sits on disk and does not depend on a connection.

Kuidas eksportida vormingusse SpatiaLite

1
Vali ala
Joonista interaktiivsel kaardil aadressil osm2cdr.ru ristkülik või polügon
2
Vali SpatiaLite
Vali 127 saadaoleva eksportvormingu hulgast SpatiaLite (SQLite + spatial)
3
Ekspordi
Klõpsa „Ekspordi“ ja saa oma .sqlite-fail 1–5 minutiga
4
Laadi alla
Laadi alla valmis SpatiaLite-fail ja ava see programmis QGIS

Kuidas pärast eksporti avada

Populaarsed kaardid vormingus SpatiaLite

Free

Hangi kaardiekspordid vormingus SpatiaLite (SQLite + spatial)

Laadi alla professionaalsed SpatiaLite-kaardid OpenStreetMapi andmetest. Kohene genereerimine, mis tahes ala.

Tasuta / eksport
Ekspordi SpatiaLite kohe →

Korduma kippuvad küsimused

Mille poolest erineb SpatiaLite GeoPackage'ist?
Kas saan SpatiaLite'i QGIS-is avada?
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?

Seotud vormingud

Sageli koos eksporditavad vormingud

Related Articles