Man page - spatialite(1)
Packages contas this manual
- spatialite_osm_filter(1)
- spatialite_osm_raw(1)
- spatialite_tool(1)
- spatialite_convert(1)
- spatialite_network(1)
- spatialite_xml_load(1)
- shp_doctor(1)
- spatialite_osm_overpass(1)
- spatialite_osm_net(1)
- shp_sanitize(1)
- exif_loader(1)
- spatialite_xml_collapse(1)
- spatialite_osm_map(1)
- spatialite_xml_validator(1)
- spatialite(1)
- spatialite_dxf(1)
- spatialite_gml(1)
- spatialite_xml_print(1)
Package: spatialite-bin
apt-get install spatialite-bin
apt-get install spatialite-bin
Manuals in package:
Documentations in package:
Manual
| spatialite(1) | spatialite(1) |
NAME
spatialite - CLI backend for SpatiaLite
SYNOPSIS
spatialite
[OPTIONS] FILENAME [SQL]
DESCRIPTION
spatialite is a CLI backend for SpatiaLite.
OPTIONS
- -bail
- stop after hitting an error
- -batch
- force batch I/O
- -column
- set output mode to 'column'
- -cmd command
- run command before reading stdin
- -csv
- set output mode to 'csv'
- -echo
- print commands before execution
- -init filename
- read/process named file
- -[no]header
- turn headers on or off
- -help
- show help message
- -html
- set output mode to HTML
- -interactive
- force interactive I/O
- -line
- set output mode to 'line'
- -list
- set output mode to 'list'
- -multiplex
- enable the multiplexor VFS (if support built in)
- -nullvalue 'text'
- set text string for NULL values
- -separator 'x'
- set output field separator (|)
- -stats
- print memory stats before each finalize
- -version
- show SQLite version
- -vfs NAME
- use NAME as the default VFS
- -vfstrace
- enable tracing of all VFS calls (if support built in)
| 07 March 2025 |