Skip to content

wiktorn/osm-addr-tools

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 2 commits ahead of osm-pl:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Other 0.1%