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
એક્સપોર્ટ
Export પર ક્લિક કરો અને 1-5 મિનિટમાં તમારી .sqlite ફાઇલ મેળવો
4
ડાઉનલોડ
તૈયાર SpatiaLite ફાઇલ ડાઉનલોડ કરો અને તેને QGIS માં ખોલો

એક્સપોર્ટ પછી કેવી રીતે ખોલવું

SpatiaLite માં લોકપ્રિય નકશા

મફત

SpatiaLite (SQLite + spatial) નકશા એક્સપોર્ટ મેળવો

OpenStreetMap માંથી વ્યાવસાયિક SpatiaLite નકશા ડાઉનલોડ કરો. તાત્કાલિક જનરેશન, કોઈપણ વિસ્તાર.

મફત / એક્સપોર્ટ
SpatiaLite હમણાં એક્સપોર્ટ કરો →

વારંવાર પૂછાતા પ્રશ્નો

SpatiaLite, GeoPackage થી કેવી રીતે અલગ છે?
શું હું QGIS માં SpatiaLite ખોલી શકું?
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