From 0ae992506b69fbf56008972757edac8201d1f455 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Thu, 10 Jun 2021 10:27:28 +1000 Subject: process from start to end --- Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0a5f355..420720d 100644 --- a/Makefile +++ b/Makefile @@ -191,6 +191,14 @@ convertConflationResultsToFGB: ogr2ogr -f FlatGeobuf dist/conflate/noExactMatch.fgb dist/conflate/noExactMatch.geojson ogr2ogr -f FlatGeobuf dist/conflate/noOSMAddressWithinBlock.fgb dist/conflate/noOSMAddressWithinBlock.geojson +dist/vicmap-complex-conflation: dist/vicmap-complex.geojson + mkdirp -p $@ + ./bin/complex.js $< data/victoria-named-features.osm.geojson $@ + +dist/vicmap-building-conflation: dist/vicmap-building.geojson + mkdirp -p $@ + ./bin/building.js $< data/victoria-named-features.osm.geojson $@ + # extract admin_level=10 from OSM data/victoria-admin.osm.pbf: data/victoria.osm.pbf osmium tags-filter --remove-tags --output=$@ $< r/boundary=administrative @@ -216,10 +224,3 @@ dist/candidates: data/victoria-admin-level10.osm.geojson dist/conflate mkdir -p $@ ./bin/candidates.js $^ $@ -dist/vicmap-complex-conflation: dist/vicmap-complex.geojson - mkdirp -p $@ - ./bin/complex.js $< data/victoria-named-features.osm.geojson $@ - -dist/vicmap-building-conflation: dist/vicmap-building.geojson - mkdirp -p $@ - ./bin/building.js $< data/victoria-named-features.osm.geojson $@ -- cgit v1.2.3