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 ได้

โปรแกรมและแอปพลิเคชันต่อไปนี้สามารถเปิด แก้ไข และทำงานกับไฟล์ SpatiaLite (SQLite + spatial) (.sqlite) ที่ส่งออกจาก OSM2CDR ได้:

🌎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