diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-17 23:30:49 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-17 23:30:49 +1000 |
commit | 24f650fdc19febf60c3002c125da897199f4e8a4 (patch) | |
tree | e9bbf4959ed019f09fb38ba76440cd0153c61a59 /Makefile | |
parent | d6520f47b72b9a4dcc18a100bac055e9370da78f (diff) |
refactor pipeline stages
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $^ $@ |