SpatiaLite 🗃

SpatiaLite (SQLite + spatial)

Open Beta
.sqlite · application/x-sqlite3

SpatiaLite-ն SQLite-ի տարածական ընդլայնում է։ Կոմպակտ մեկ ֆայլով տվյալների բազայի ձևաչափ՝ տարածական հարցումների, ինդեքսների և OGC չափանիշների լիարժեք աջակցմամբ։

Արտահանել SpatiaLite հիմա ✨ Open Beta — անվճար, առանց սահմանափակումների

Հիմնական հատկություններ

Մեկ ֆայլ — լիարժեք տվյալների բազա
Տարածական SQL հարցումներ
Տարածական ինդեքսներ
SQLite համատեղելի
Example SpatiaLite export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

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.

Ո՞ր ծրագիրն է բացում SpatiaLite ֆայլերը

Հետևյալ ծրագրերն ու հավելվածները կարող են բացել, խմբագրել և աշխատել OSM2CDR-ից արտահանված SpatiaLite (SQLite + spatial) (.sqlite) ֆայլերի հետ՝

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

Format specifications

Ո՞վ է օգտագործում SpatiaLite քարտեզները

🏗
Տեղական GIS վերլուծություն
Spatial SQL queries straight against the file, with no database server to deploy.
💻
Մոբայլ հավելվածներ
A compact database for Android or iOS: SQLite is already in the system, and the map travels with the app.
📊
Թեթև տվյալների բազաներ
One file instead of a schema in PostGIS where there is not much data and simplicity matters more.
🎨
Նախատիպավորում
A quick test of a hypothesis on real data before building a full pipeline.
🗺
Օֆլայն աշխատանք
Data at hand without a network — the database sits on disk and does not depend on a connection.

Ինչպես արտահանել SpatiaLite

1
Ընտրել տարածք
Գծեք ուղղանկյուն կամ բազմանկյուն ինտերակտիվ քարտեզի վրա՝ osm2cdr.ru կայքում։
2
Ընտրել SpatiaLite
Ցանկից ընտրեք SpatiaLite (SQLite + spatial)՝ արտահանման 127 հասանելի ֆորմատներից։
3
Արտահանում
Սեղմեք «Արտահանել» և ստացեք ձեր .sqlite ֆայլը 1–5 րոպեում։
4
Ներբեռնում
Ներբեռնեք պատրաստ SpatiaLite ֆայլը և բացեք այն QGIS-ում

Ինչպես բացել արտահանումից հետո

Հանրաճանաչ քարտեզներ SpatiaLite ֆորմատով

Անվճար

Ստացեք SpatiaLite (SQLite + spatial) քարտեզի արտահանումներ

Ներբեռնեք պրոֆեսիոնալ SpatiaLite քարտեզներ OpenStreetMap-ից։ Ակնթարթային ստեղծում՝ ցանկացած տարածքի համար։

Անվճար / արտահանում
Արտահանել SpatiaLite հիմա →

Հաճախ տրվող հարցեր

Ինչո՞վ է SpatiaLite-ն տարբերվում GeoPackage-ից։
Կարո՞ղ եմ SpatiaLite-ն բացել 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?

Հարակից ֆորմատներ

Հաճախ արտահանվում են միասին

Related Articles