ParkFinder

Find and validate park data on OpenStreetMap.


Keywords
grand-rapids, openstreetmap, parks-millage, python
License
MIT
Install
pip install ParkFinder==0.0.0

Documentation

Build Status Coverage Status Scrutinizer Code Quality

Overview

This project generates maps to visualize the distribution of parks millage.

Setup

Requirements

Installation

ParkFinder can be installed from the source code:

$ git clone https://github.com/citizenlabsgr/grparks.git citizenlabs-grparks
$ cd citizenlabs-grparks
$ make install

Development

To generate new map data from OpenStreetMap:

$ make run

To run all checks after making code changes:

$ make ci

Deployment

Each Travis CI build deploys to the gh-pages branch.