From c956d3a7b7908a179492ba6407cc359482165001 Mon Sep 17 00:00:00 2001 From: Hans Fredrik Nordhaug Date: Wed, 7 Jun 2023 13:57:08 +0200 Subject: [PATCH] Update README.md with note about merging buildings. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 668697d..9d17f15 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Generates import files for OpenStreetMap with buliding footprints from Kartverke Generates geojson import file with building footprints. -_Note: The WFS service used is currently not delivering building polygons._ +> Note: The WFS service used is currently not delivering building polygons. Usage: python3 building2osm.py \ [-split] [-original] [-verify] [-debug] @@ -20,6 +20,10 @@ Parameters: ### building_merge Conflates the geojson import file with existing buildings in OSM and produces an OSM file for manual verification and uploading. + +> Note: Since the WFS service used no longer delivers building polygons, the JSON file generated by `building2osm.py` may not contain any new buildings that can be merged. +> If so, you can still use the JSON file directly, after [filtering it](#filter_buildings), to discover new buildings. Using "Kartveket N50 topo" as imagery, +> you can draw very accurate buildings- Usage: python3 building_merge.py \ [\] [\] [-debug]