From fc2b28841d32c52e5ca60d3baca95f06f7a9977c Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Thu, 10 Jun 2021 23:03:04 +1000 Subject: results as FGB for qgis viewing --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 263f827..9763806 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,12 @@ dist/vicmap-osm-uniq-flats-withinrange.geojson: dist/vicmap-osm-uniq-flats.geojs mkdir -p debug/reduceRangeDuplicates node --max_old_space_size=4096 ./bin/reduceRangeDuplicates.js --debug $< $@ +convertGeoJSONResultsToFGB: + ogr2ogr -f FlatGeobuf dist/vicmap-osm.fgb dist/vicmap-osm.geojson + ogr2ogr -f FlatGeobuf dist/vicmap-osm-uniq.fgb dist/vicmap-osm-uniq.geojson + ogr2ogr -f FlatGeobuf dist/vicmap-osm-uniq-flats.fgb dist/vicmap-osm-uniq-flats.geojson + ogr2ogr -f FlatGeobuf dist/vicmap-osm-uniq-flats-withinrange.fgb dist/vicmap-osm-uniq-flats-withinrange.geojson + dist/canidates.geojson: dist/vicmap-osm-uniq-flats-withinrange.geojson cp $< $@ -- cgit v1.2.3