We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An ems.csv file is available for loading into FireCARES. This file contains a count of predicted ems incidents that will occur per fire department.
ems.csv
We need to add a predicted number of ems incidents to the list of other predicted items in FireCARES: https://cl.ly/2cb3883b563f
See https://github.com/FireCARES/firecares/blob/master/firecares/firestation/management/commands/import-predictions.py for the current loading procedure for predictions. Note that EMS incident predictions are not specific to a particular structure hazard level so will need to be displayed across all hazard levels.
The text was updated successfully, but these errors were encountered:
EMS predictions are only valid for "All hazard levels" as we don't se…
a79a9f5
…parate by low/medium/high hazard structures see #515
josellausas
No branches or pull requests
An
ems.csv
file is available for loading into FireCARES. This file contains a count of predicted ems incidents that will occur per fire department.We need to add a predicted number of ems incidents to the list of other predicted items in FireCARES: https://cl.ly/2cb3883b563f
See https://github.com/FireCARES/firecares/blob/master/firecares/firestation/management/commands/import-predictions.py for the current loading procedure for predictions. Note that EMS incident predictions are not specific to a particular structure hazard level so will need to be displayed across all hazard levels.
The text was updated successfully, but these errors were encountered: