SpatiaLite 🗃

SpatiaLite (SQLite + spatial)

Open Beta
.sqlite · application/x-sqlite3

SpatiaLite, SQLite için mekânsal bir uzantıdır. Mekânsal sorgular, dizinler ve OGC standartları için tam desteğe sahip, kompakt, tek dosyalı bir veritabanı biçimi.

SpatiaLite formatını şimdi dışa aktarın ✨ Açık Beta — ücretsiz, sınırsız

Temel Özellikler

Tek dosya — eksiksiz veritabanı
Mekânsal SQL sorguları
Mekânsal indeksler
SQLite uyumlu
Example SpatiaLite export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

SpatiaLite Formatı Hakkında

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 Dosyalarını Hangi Program Açar

Aşağıdaki programlar ve uygulamalar, OSM2CDR'den dışa aktarılan SpatiaLite (SQLite + spatial) (.sqlite) dosyalarını açabilir, düzenleyebilir ve bunlarla çalışabilir:

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

Format specifications

SpatiaLite Haritalarını Kimler Kullanır

🏗
Yerel CBS analizi
Spatial SQL queries straight against the file, with no database server to deploy.
💻
Mobil uygulamalar
A compact database for Android or iOS: SQLite is already in the system, and the map travels with the app.
📊
Hafif veritabanları
One file instead of a schema in PostGIS where there is not much data and simplicity matters more.
🎨
Prototipleme
A quick test of a hypothesis on real data before building a full pipeline.
🗺
Çevrimdışı çalışma
Data at hand without a network — the database sits on disk and does not depend on a connection.

SpatiaLite Nasıl Dışa Aktarılır

1
Alan seçin
osm2cdr.ru üzerindeki etkileşimli haritada bir dikdörtgen veya çokgen çizin
2
SpatiaLite seçin
Mevcut 127 dışa aktarma formatı listesinden SpatiaLite (SQLite + spatial) seçin
3
Dışa aktar
Dışa Aktar'a tıklayın ve .sqlite dosyanızı 1-5 dakika içinde alın
4
İndir
Hazır SpatiaLite dosyasını indirin ve QGIS ile açın

Dışa aktardıktan sonra nasıl açılır

SpatiaLite formatında popüler haritalar

Ücretsiz

SpatiaLite (SQLite + spatial) harita dışa aktarımlarını edinin

OpenStreetMap'ten profesyonel SpatiaLite haritaları indirin. Anında oluşturma, her alan.

Ücretsiz / dışa aktarma
SpatiaLite formatını şimdi dışa aktarın →

Sıkça Sorulan Sorular

SpatiaLite, GeoPackage'tan nasıl farklıdır?
SpatiaLite'ı QGIS'te açabilir miyim?
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?

İlgili Formatlar

Sıkça Birlikte Dışa Aktarılanlar

Related Articles