Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.33 KB

stats.asciidoc

File metadata and controls

29 lines (20 loc) · 1.33 KB

stats

Description

The stats command calculates a pre-determined set of statistics for one or more maps.

  • input(s) - Input(s); may be any supported input format (e.g. .osm file) or a directory if --recursive is specified.

  • --brief - Only calculates subset of statistics.

  • --output - Optional output; supported formats are text (.txt) and JSON (.json).

  • --recursive - Allows for processing the files contained in any directories specified in input(s) recursively. This parameter has no effect on the processing of non-directory inputs. This must be followed by either "" to denote no filtering or one or more wildcard name filters. e.g. ".osm;*.json" or "myFile". This parameter is not compatible with the OGR layer input syntax.

Usage

hoot stats (input1) [input2...] [--brief] [--output path] [--recursive]