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
ஏற்றுமதி
ஏற்றுமதி என்பதைக் கிளிக் செய்து 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