spatialite_gml
Geospatial extension for SQLite - tools
Install
- All systems
-
curl cmd.cat/spatialite_gml.sh
- Debian
-
apt-get install spatialite-bin
- Ubuntu
-
apt-get install spatialite-bin
- Kali Linux
-
apt-get install spatialite-bin
- Fedora
-
dnf install spatialite-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install spatialite-bin
- OS X
-
brew install spatialite-tools
- Raspbian
-
apt-get install spatialite-bin
- Dockerfile
- dockerfile.run/spatialite_gml
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.