From 24f650fdc19febf60c3002c125da897199f4e8a4 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Mon, 17 May 2021 23:30:49 +1000 Subject: refactor pipeline stages --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 23a19e7..6fcca58 100644 --- a/Makefile +++ b/Makefile @@ -132,5 +132,5 @@ summariseBlocksByOSMAddr: ogrinfo -dialect sqlite -sql 'select count(*), NUMPOINTS = 0 from blocksByOSMAddr group by (NUMPOINTS = 0)' data/blocksByOSMAddr.fgb # conflate processed vicmap data with osm data -conflate: dist/vicmap-osm-uniq-flats.geojson data/victoria-addr.osm.geojson dist/blocksByOSMAddr.geojson +dist/conflate: dist/vicmap-osm-uniq-flats.geojson data/victoria-addr.osm.geojson dist/blocksByOSMAddr.geojson ./bin/conflate.js $^ $@ -- cgit v1.2.3