Skip to content

v0.2.52..v0.2.53 changeset conflationTypeDefaults.json

Garret Voltz edited this page Feb 12, 2020 · 1 revision
diff --git a/conf/services/conflationTypeDefaults.json b/conf/services/conflationTypeDefaults.json
index fa5cb04..117e1c0 100644
--- a/conf/services/conflationTypeDefaults.json
+++ b/conf/services/conflationTypeDefaults.json
@@ -5,6 +5,7 @@
             "id": "RoadEngines",
             "input": "combobox",
             "data": [ "Unify", "Network" ],
+            "description": "Algorithms for matching roads across two datasets during conflation. Unify: A non-greedy road conflation algorithm which uses a random-forest model for classification.  Network: A road conflation algorithm based on graph operations treating the data as a network",
             "default": "Unify"
         }
     ]
Clone this wiki locally