This project generates maps to visualize the distribution of parks millage.
- Make:
- Python 3.6+: https://www.python.org/downloads
- pipenv: http://docs.pipenv.org
- GEOS: https://trac.osgeo.org/geos
- Node: https://nodejs.org
ParkFinder can be installed from the source code:
$ git clone https://github.com/citizenlabsgr/grparks.git citizenlabs-grparks
$ cd citizenlabs-grparks
$ make install
To generate new map data from OpenStreetMap:
$ make run
To run all checks after making code changes:
$ make ci