osm-pl / osm-addr-tools

Address conflation tools, expanded version of https://gist.github.com/balrog-kun/4241509 and friends
3 stars 3 forks source link
openstreetmap

== Requirements ==

  1. Python 3.5
  2. Python development files
  3. gcc / clang
  4. libspatialindex-c4v5

== Installation ==

On Ubuntu (17.10):

$ apt-get install libspatialindex4v5 libspatialindex-c4v5 libxml2
$ python3 -m venv venv
$ venv/bin/pip install -r requirements.txt
$ git submodule init
$ git submodule update

Now you can run:

$ venv/bin/python merger.py --gugik --terc 0601032

To update code:

$ git pull
$ git submodule update --remote