SpatiaLite 🗃

SpatiaLite (SQLite + spatial)

Open Beta
.sqlite · application/x-sqlite3

SpatiaLite هو امتداد مكاني لـ SQLite. تنسيق قاعدة بيانات مدمج بملف واحد مع دعم كامل للاستعلامات المكانية والفهارس ومعايير OGC.

صدّر SpatiaLite الآن ✨ النسخة التجريبية المفتوحة — مجاني، بلا قيود

الميزات الرئيسية

ملف واحد — قاعدة بيانات كاملة
استعلامات 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