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 ఫైళ్లను ఏ ప్రోగ్రామ్ తెరుస్తుంది

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
ఎగుమతి
'ఎగుమతి' క్లిక్ చేసి మీ .sqlite ఫైల్‌ను 1-5 నిమిషాల్లో అందుకోండి
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