diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-18 20:22:03 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-18 20:22:03 +1000 |
commit | af579abbefb9ff692dd4b9b56f5a850a85637b29 (patch) | |
tree | 128ab2a875bbe18ce7070f02987d6357d1e6689a | |
parent | bb421363b229d6beb28dd43a4e5727d3acecea9c (diff) |
make destination directory for conflate
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -136,4 +136,5 @@ summariseBlocksByOSMAddr: | dist/blocksByOSMAddr.geojson # conflate processed vicmap data with osm data dist/conflate: + mkdir -p $@ ./bin/conflate.js dist/vicmap-osm-uniq-flats.geojson data/victoria-addr.osm.geojson dist/blocksByOSMAddr.geojson $@ |