I received an Excel file with data on previous 3 years fire and emergency response times. I was able to geocode 85% of the data, I have the following fields
ReceivedCallDateTime, DispDateTime, EnrDateTime, ArrDateTime, CLRDatetime,
I asked to to map the response times without the Network Analyst since we dont have well configured road network,
which to me looks more like a sort of heat map. They'd also like maps for each of five fire stations. They're sort of unclear on exactly what they want; they may not know. I think essentially what they want is a map for each station showing 3 and 6 minute response time zones based on their actual data. I could do a multiple ring buffer based on an average speed, but that doesn't take into account actual streets.
Or just if I can run the IDW spatial analyst tools and get the response head map.
All help appreciated, thanks.