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/clean.asciidoc b/docs/commands/clean.asciidoc
index e6f60c3..d8e7974 100644
--- a/docs/commands/clean.asciidoc+++ b/docs/commands/clean.asciidoc@@ -6,8 +6,13 @@
The +clean+ command corrects common erroneous data scenarios from input and writes to output by applying the operations specified
in the `map.cleaner.transforms` configuration option.
-* +input+ - Input (e.g. .osm file).-* +output+ - Output file (e.g. .osm file).+* +input+ - Input; may be any supported input format (e.g. .osm file).+* +output+ - Output file; may be any supported output format (e.g. .osm file).++To see a list of available cleaning operations:+-----+hoot info --cleaning-operations+-----
=== Usage
@@ -26,4 +31,4 @@ hoot clean JustHighways.osm Cleaned.osm
* `map.cleaner.transforms` configuration option
* `convert` command
* <<hootalgo, IngestAndClean>>
-+* https://github.com/ngageoint/hootenanny/blob/master/docs/user/SupportedDataFormats.asciidoc#applying-changes-1[Supported Input Formats]