Overview

OSMerge combines custom data sets with OpenStreetMap polygons.

Setup

Requirements

  • Python 3.5+

Installation

Install OSMerge with pip:

$ pip install OSMerge

or directly from the source code:

$ git clone https://github.com/citizenlabsgr/osmerge.git
$ cd osmerge
$ python setup.py install

Usage

After installation, the package can imported:

$ python
>>> import osmerge
>>> osmerge.__version__