diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-07-05 22:06:56 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-07-05 22:06:56 +1000 |
commit | a38854012e69bbd7ae21dcf223259b02429e7cd7 (patch) | |
tree | 1febcabece9cff972d8d3769fb57839c3c663eb9 | |
parent | a552ff46a21b530c85dd871a1e4a41f0d827a545 (diff) |
mrCoopDiff after conflate
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" $< $@ |