Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 505 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 505 Bytes

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