aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-07-01 21:51:41 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-07-01 21:51:41 +1000
commitcd06d38cfe45334eca54c7563d0407ab416a85fb (patch)
treec0302018488ecb340ea618819b30e92260122093 /Makefile
parent451379d87c85390da2617ea7bc59b163bcd8cea1 (diff)
fuzzy matches in conflation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3d2cc2a..ae18aad 100644
--- a/Makefile
+++ b/Makefile
@@ -206,6 +206,8 @@ convertConflationResultsToFGB:
ogr2ogr -f FlatGeobuf dist/conflate/exactMatchLines.fgb dist/conflate/exactMatchLines.geojson
ogr2ogr -f FlatGeobuf dist/conflate/noExactMatch.fgb dist/conflate/noExactMatch.geojson
ogr2ogr -f FlatGeobuf dist/conflate/noOSMAddressWithinBlock.fgb dist/conflate/noOSMAddressWithinBlock.geojson
+ ogr2ogr -f FlatGeobuf dist/conflate/fuzzyStreetMatchesSingle.fgb dist/conflate/fuzzyStreetMatchesSingle.geojson
+ ogr2ogr -f FlatGeobuf dist/conflate/fuzzyStreetMatchesMultiple.fgb dist/conflate/fuzzyStreetMatchesMultiple.geojson
dist/vicmap-complex-conflation: dist/vicmap-complex.geojson
mkdirp -p $@