Skip to content

RobJN/osm_conflate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSM Conflator

This is a script for merging points from some third-party source with OpenStreetMap data. Please make sure the license allows that. After merging and uploading, the data can be updated.

See the OSM wiki page for detailed description and instructions.

Installation

Run pip install osm_conflate.

Profiles

Each source should have a profile. It is a python script with variables configuring names, tags and processing. See heavily commented examples in the profiles directory.

Usage

For a simplest case, run:

conflate <profile.py> -o result.osm

You might want to add -v to get status messages, and other arguments to pass a dataset file or write the resulting osmChange somewhere. Run conflate -h to see a list of arguments.

Uploading to OpenStreetMap

It is recommended to open the resulting file in the JOSM editor and manually check the changes. Alternatively, you can use bulk_upload.py to upload a change file from the command line.

Please mind the Import Guidelines, or your work may be reverted.

License

Written by Ilya Zverev for MAPS.ME. Published under the Apache 2.0 license.

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%