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
აირჩიეთ 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