OSMerge

Merges custom data sets with OpenStreetMap polygons.


License
MIT
Install
pip install OSMerge==0.0.0

Documentation

Unix: Unix Build Status Windows: Windows Build Status
Metrics: Coverage Status Scrutinizer Code Quality
Usage: PyPI Version PyPI Downloads

Overview

Merges 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__