spatialite_gui
user-friendly graphical user interface for SpatiaLite
Install
- All systems
-
curl cmd.cat/spatialite_gui.sh
- Debian
-
apt-get install spatialite-gui
- Ubuntu
-
apt-get install spatialite-gui
- Kali Linux
-
apt-get install spatialite-gui
- Fedora
-
dnf install spatialite-gui
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install spatialite-gui
- OS X
-
brew install spatialite-gui
- Raspbian
-
apt-get install spatialite-gui
- Dockerfile
- dockerfile.run/spatialite_gui
spatialite-gui
user-friendly graphical user interface for SpatiaLite
spatialite-gui is a Graphical User Interface (GUI) for SpatiaLite. SpatiaLite is a SQLite extension that enables support of 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.