sfbrigade / datasci-firerisk

This project attempts to model and acquire data from SF OpenData - and other sources - to predict the relative risk of fire in San Francisco’s buildings and public spaces.
http://codeforsanfrancisco.org/projects/SF-Fire-Risk-Project
10 stars 9 forks source link

Create a "Distance From Fire Station" Feature Set #16

Closed ryangtanaka-org closed 6 years ago

andirs commented 6 years ago

The idea is, to get a complete list of all fire stations in San Francisco. This might be cool for visualization purposes as well and could be visualized on top of the model visualization. The next step is finding the closest fire department for each data point in the masterdf and storing the distance.

Tasks:

Happy about any comments, hints, questions.

andirs commented 6 years ago

Quick amend.

As suggested by Sam: OSRM could be used to compute driving distance.

In a live setting we could potentially set up an online instance of OSRM and perform any routing tasks 'on the go' as needed.