-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.48..v0.2.49 changeset stat.asciidoc
Garret Voltz edited this page Oct 2, 2019
·
1 revision
diff --git a/docs/commands/stat.asciidoc b/docs/commands/stat.asciidoc
index dc39779..a087d96 100644
--- a/docs/commands/stat.asciidoc
+++ b/docs/commands/stat.asciidoc
@@ -5,7 +5,7 @@
The +stat+ command displays a statistic calculated from the features in a map.
-* +input+ - An OSM data input
+* +input+ - Input; may be any supported input format (e.g. OSM file).
* +visitor+ - The stat visitor must be the single class name of a Hootenanny visitor that inherits from ElementVisitor and supports the
SingleStatistic interface. Use the +info --operators+ command to obtain a list of available Hootenanny visitors.
@@ -26,4 +26,7 @@ hoot stat -D tags.visitor.keys="accuracy" input1.osm hoot::AverageNumericTagsVis
hoot stat input1.osm hoot::CountManualMatchesVisitor
--------------------------------------
+=== See Also
+
+* https://github.com/ngageoint/hootenanny/blob/master/docs/user/SupportedDataFormats.asciidoc#applying-changes-1[Supported Input Formats]