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 چنیں
127 دستیاب برآمدی فارمیٹس کی فہرست سے SpatiaLite (SQLite + spatial) منتخب کریں
3
برآمد
برآمد پر کلک کریں اور 1-5 منٹ میں اپنی .sqlite فائل حاصل کریں
4
ڈاؤن لوڈ
تیار SpatiaLite فائل ڈاؤن لوڈ کریں اور اسے QGIS میں کھولیں

ایکسپورٹ کے بعد کیسے کھولیں

SpatiaLite میں مقبول نقشے

مفت

SpatiaLite (SQLite + spatial) نقشہ برآمدات حاصل کریں

OpenStreetMap سے پیشہ ورانہ SpatiaLite نقشے ڈاؤن لوڈ کریں۔ فوری تخلیق، کوئی بھی علاقہ۔

Free / برآمد
ابھی 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