Open erikmoh opened 1 year ago
simple method:
count incidents per grid, and then sum area of grids nearby ambulance
divide into base station responsibility district
count number of incidents for each district for each hour only
create a dict with district1: {00h: 5, 01h: 9, ...}
dispatch penalty based on how many incidents in district that hour
potential to expand into district1: {month1: {day1: {00h, 01h}, day2: {00h, 01h}, month2: {day1: {00h, 01h}, day2: {00h, 01h}}
advanced method:
simple method:
count incidents per grid, and then sum area of grids nearby ambulance
divide into base station responsibility district
count number of incidents for each district for each hour only
create a dict with district1: {00h: 5, 01h: 9, ...}
dispatch penalty based on how many incidents in district that hour
potential to expand into district1: {month1: {day1: {00h, 01h}, day2: {00h, 01h}, month2: {day1: {00h, 01h}, day2: {00h, 01h}}
advanced method: