The purpose of this project is to generate a map which displays how easy it is to get from any location to the nearest public transportation stop by foot. The color of each point corresponds to the walking distance (not straight-line distance) to the nearest stop.
- Generate the data underlying the heatmap
- Use the generated data to build an appropriate heatmap layer
- Build the map which displays the heatmap and RTA stops
To contribute to this project:
- Fork this repo
- Make a feature branch for your addition
- Commit your changes to that branch
- Push the change to your fork
- Make a pull Request to this Repo and we'll merge your changes in