Skip to content

citizenlabsgr/grparks

Repository files navigation

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.