SpatiaLite 🗃

SpatiaLite (SQLite + spatial)

Open Beta
.sqlite · application/x-sqlite3

SpatiaLiteは、SQLite向けの空間拡張です。空間クエリ、インデックス、OGC標準を完全にサポートする、コンパクトな単一ファイルのデータベースフォーマットです。

今すぐSpatiaLiteをエクスポート ✨ オープンベータ — 無料、制限なし

主な機能

1つのファイルに完全なデータベースを格納
空間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を選択
利用可能な127種類のエクスポートフォーマットの一覧からSpatiaLite (SQLite + spatial)を選択します
3
エクスポート
「エクスポート」をクリックすると、1〜5分で.sqliteファイルを受け取れます
4
ダウンロード
完成したSpatiaLiteファイルをダウンロードし、QGISで開きます

エクスポート後の開き方

SpatiaLiteの人気地図

フリー

SpatiaLite (SQLite + spatial)の地図エクスポートを入手

OpenStreetMapからプロフェッショナルなSpatiaLite地図をダウンロード。即時生成、任意の範囲に対応。

無料 /エクスポート
今すぐ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