You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Garret Voltz edited this page Oct 2, 2019
·
1 revision
diff --git a/docs/commands/tag-distribution.asciidoc b/docs/commands/tag-distribution.asciidoc
index 4f3eb13c..81d9301 100644
--- a/docs/commands/tag-distribution.asciidoc+++ b/docs/commands/tag-distribution.asciidoc@@ -6,8 +6,8 @@
The +tag-distribution+ command prints out a distribution count for all values of a specified tag key, including a percentage of the
each value's frequency compared to all tag values processed for the key.
-* +inputs+ - One or more supported data inputs; specify multiple inputs by separating them with a semicolon and surrounding them- with quotes+* +inputs+ - Inputs; may be any supported input format (e.g. OSM file). Specify multiple inputs by separating them with a semicolon + and surrounding them with quotes.
* +tagKeys+ - The names tag keys to gather statistics for; specify multiple inputs by separating them with a semicolon and
surrounding them with quotes. Ignored if --names is specified.
* +criterion+ - (optional) The criterion must be a single class name of a Hootenanny criterion inherting from ElementCriterion. A
@@ -42,3 +42,7 @@ road : 365 (0.9759)
motorway : 9 (0.02406)
--------------------------------------
+=== See Also++* https://github.com/ngageoint/hootenanny/blob/master/docs/user/SupportedDataFormats.asciidoc#applying-changes-1[Supported Input Formats]+