NKAmapper / addr2osm

Updates address tags in OSM from Kartverket
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link
address cadastral kartverket openstreetmap

addr2osm

Compares addresses in OSM with latest address file from Kartverket for a given municipality and either produces an OSM update file or uploads changes and additions directly to OSM.

Usage

  1. Run addr2osm <municipality/county id> [-upload]

    • Parameter:
      • 4 digit Norwegian municipality code, or
      • 2 digit county code for all municipalities within a county, or
      • "00" for all municipalities in Norway
    • Will produce OSM file with the name address import "code" "municipality".osm, ncluding copy of "surplus" address nodes + for including DELETE tag for easier verification
    • Optional parameter:
      • -upload for uploading directly to OSM - will ask for OSM user name and password
  2. Inspect the file in JOSM:

    • Searching:

      • Modified address nodes: Search -new modified
      • New address nodes: Search new
      • Duplicate address nodes, ways, relations: Search -new -modified
      • Deleted address nodes: Search DELETE in manual mode, else visible in upload window only
      • Nodes which are part of other ways and relations: Search modified -addr
    • The duplicate addresses may be modified, deleted etc before upload

      • In manual mode please also remember to delete all nodes with DELETE tag before upload
  3. Upload from JOSM to OSM

    • If no manual modifications have been done then OSM will be updated with the generated new, modified and deleted address nodes (only "pure" address nodes consisting of the 4 tags addr:street, addr:housenumber, addr:postcode and addr:city)

Notes

Changelog

2.1:

2.0:

Data sources used