Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.15 KB

extent.asciidoc

File metadata and controls

26 lines (18 loc) · 1.15 KB

extent

Description

The extent command displays the geospatial bounds of one or more maps.

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

  • --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 extent (input1) [input2...] [--recursive "*"|"filter1;filter2..."]