table of contents
other versions
- bookworm 3.1.0+ds-3+b1
- testing 4.0.1+ds-1
- unstable 4.0.2+ds-1
- experimental 4.0.2+ds-1~exp1
mapnik-index(1) | mapnik-index(1) |
NAME¶
mapnik-index - Mapnik CSV/GeoJSON index utility
SYNOPSIS¶
mapnik-index
[options]
DESCRIPTION¶
mapnik-index is a utilty to create index files for CSV and GeoJSON data files. The index files will have .index appended to the input filenames.
OPTIONS¶
- -h, --help
- produce usage message
- -V, --version
- print version string
- -v, --verbose
- verbose output
- -d, --depth number
- max tree depth (default 8)
- -r, --ratio number
- split ratio (default 0.55)
- -s, --separator character
- CSV columns separator
- -q, --quote character
- CSV columns quote
- --files path...
- Files to index: file1 file2 ...fileN
10 July 2015 |