aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-06-14 21:16:17 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-06-14 21:16:17 +1000
commit3c2e3bbcc6a845dcc011d79552490816b01bdaba (patch)
treefec1ebfffc5c8020c014c4bd2f0bb5426395955c /Makefile
parente76e53cf087efedadb076a6fc6ab70d81993638f (diff)
unit from number create changeset from maproulette setTags operations
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b9604ba..3acd27b 100644
--- a/Makefile
+++ b/Makefile
@@ -190,6 +190,9 @@ dist/conflate:
mkdir -p $@
./bin/conflate.js dist/vicmap-osm-uniq-flats.geojson data/victoria-addr.osm.geojson dist/blocksByOSMAddr.geojson $@
+dist/unitFromNumber.osc: dist/conflate/mr_explodeUnitFromNumber.geojson
+ ./bin/mr2osc.mjs --dry-run $< $@
+
convertConflationResultsToFGB:
ogr2ogr -f FlatGeobuf dist/conflate/withinExistingOSMAddressPoly.fgb dist/conflate/withinExistingOSMAddressPoly.geojson
ogr2ogr -f FlatGeobuf dist/conflate/notFoundInBlocks.fgb dist/conflate/notFoundInBlocks.geojson