sfbrigade / bats-server

Routed is an app to help ambulances direct non-critical patients to hospital emergency rooms with the most availability.
https://routedapp.org/
GNU Affero General Public License v3.0
18 stars 11 forks source link

Explore Public SF Data about existing ambulance response/delivery times #305

Open ap247 opened 1 year ago

ap247 commented 1 year ago

Try to create some metrics/visualizations around how the existing system works to get a baseline before trying out Routed in the field

https://data.sfgov.org/Public-Safety/Fire-Department-Calls-for-Service/nuek-vuh3

t-flora commented 12 months ago

Hi @ap247! I've done some exploratory analysis on this dataset on Jupyter, thinking of making it a Plot.ly dashboard. I'm new to this project, so if you or anybody has suggestions for a better means to visualize/share this dataset, just let me know.

Dash can be integrated into other web apps, so there's an opportunity to extend this into a feature in the future - couldn't find any references to this in the repo, but if there are any, links are appreciated!

ap247 commented 11 months ago

Hey @t-flora thanks for getting started on this. I've created a Python script that displays a histogram regarding the data so far. I think a dashboard could be promising.

How about we share what we've made so far through our repos and we can see if there's a way to work together on this?