Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mapsme/osm_conflate
OSM Conflator
https://github.com/mapsme/osm_conflate
Last synced: about 2 months ago
JSON representation
OSM Conflator
- Host: GitHub
- URL: https://github.com/mapsme/osm_conflate
- Owner: mapsme
- License: apache-2.0
- Created: 2017-02-15T17:21:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T20:07:41.000Z (almost 4 years ago)
- Last Synced: 2024-09-18T03:31:20.202Z (4 months ago)
- Language: Python
- Homepage: https://wiki.openstreetmap.org/wiki/OSM_Conflator
- Size: 5.88 MB
- Stars: 47
- Watchers: 29
- Forks: 15
- Open Issues: 9
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
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 -o result.osm
You might want to add other arguments,
to pass a dataset file or prepare a preview GeoJSON. 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... _the OSM wiki page: https://wiki.openstreetmap.org/wiki/OSM_Conflator
.. _bulk\_upload.py: https://wiki.openstreetmap.org/wiki/Bulk_upload.py
.. _Import Guidelines: https://wiki.openstreetmap.org/wiki/Import/Guidelines