Skip to content

osm-pl/osm-addr-tools

 
 

Repository files navigation

== 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

About

Address conflation tools, expanded version of https://gist.github.com/balrog-kun/4241509 and friends

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Other 0.1%