aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-07-05 22:06:56 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-07-05 22:06:56 +1000
commita38854012e69bbd7ae21dcf223259b02429e7cd7 (patch)
tree1febcabece9cff972d8d3769fb57839c3c663eb9
parenta552ff46a21b530c85dd871a1e4a41f0d827a545 (diff)
mrCoopDiff after conflate
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e4d3ff6..c4a9ce6 100644
--- a/Makefile
+++ b/Makefile
@@ -195,6 +195,7 @@ summariseBlocksByOSMAddr: dist/blocksByOSMAddr.geojson
dist/conflate:
mkdir -p $@
./bin/conflate.js dist/vicmap-osm-uniq-flats-withinrange.geojson data/victoria-addr.osm.geojson dist/blocksByOSMAddr.geojson $@
+ ./bin/mrCoopDiff.js $@/mr_exactMatchSetFlats.geojson $@/mr_exactMatch.changes.json
dist/unitFromNumber.osc: dist/conflate/mr_explodeUnitFromNumber.geojson
./bin/mr2osc.mjs --dry-run --changeset-comment "Vicmap Import separate addr:unit and addr:housenumber where matched with Vicmap and previously were combined as unit/number" $< $@