spatialite
Geospatial extension for SQLite - tools
Install
- All systems
-
curl cmd.cat/spatialite.sh
- Debian
-
apt-get install spatialite-bin
- Ubuntu
-
apt-get install spatialite-bin
- Kali Linux
-
apt-get install spatialite-bin
- Fedora
-
dnf install spatialite-bin
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install spatialite-bin
- Raspbian
-
apt-get install spatialite-bin
- Dockerfile
- dockerfile.run/spatialite
spatialite-bin
Geospatial extension for SQLite - tools
The SpatiaLite extension enables SQLite to support spatial (geometry) data in a way conformant to OpenGis specifications, with both WKT and WKB formats. Spatialite also includes Virtualshape and Virtualtext to enable accessing shapefiles and csv/text files as virtual tables. This package contains tools useful to manage SQLite databases.