Skip to content

v0.2.49..v0.2.50 changeset score matches diff.asciidoc

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/docs/commands/score-matches-diff.asciidoc b/docs/commands/score-matches-diff.asciidoc
new file mode 100644
index 0000000..092d219
--- /dev/null
+++ b/docs/commands/score-matches-diff.asciidoc
@@ -0,0 +1,22 @@
+[[score-matches-diff]]
+== score-matches-diff
+
+=== Description
+
+The +score-matches-diff+ command calculates the difference between two scored conflated output files created by the +score-matches+ command. It 
+outputs a summary describing the scoring difference between the two files and additionally outputs difference detail to a file.
+
+* +input1+      - Input 1; must be a conflated .osm file output from an execution of the +score-matches+ command
+* +input2+      - Input 2; must be a conflated .osm file output from an execution of the +score-matches+ command
+* +output+      - Output differential text file
+
+=== Usage
+
+--------------------------------------
+score-matches-diff (input1) (input2) (output)
+--------------------------------------
+
+=== See Also
+
+* <<hootDevGuide, HootenannyManualConflation>>
+
Clone this wiki locally