This is the code work fully composed by Ting-Wei Wu to support and accelerate taipei city fire department information analysis
- month_fire_event_depart_time_analysis.txt: Calculate the average departure time for every fire divisions in Taipei City monthly.
- month_service.txt: Analysis of different public service such as snake, bee capturing etc monthly.
- week_fire_event_analysis.txt: Analysis of fire events and phone calls analysis.
- week_fire_post.txt: Analysis of public service associated with fire events weekly.
- Use
day.ipynb or daily-event-processing.ipynb
to do online scraping from fire department database every day. Record every event's time, divisions, and event contents. - Import
utils.py
for weekday processing; Importutils-weekend.py
for weekend processing.
- Automatically download excel files and file manipulation in os for excel vba work.
- Scrape the service event of fire divisions by cell phone call for the satisfaction survey purposes.
- Use
month.ipynb
to record monthly fire rescue events with dispatch, travel and arrival time for tracking and improvements.
- Manage daily event departure time calculation of each divisions for rescue events.
- Consecutive Checking with availability of url links on Taipei City Fire Department homepage and subpages.
- Automatically input all information of people with disability into the personnel database.
- Data processing to find relations between weather condition and personal refusal to hospital delivery when rescued.
- Automatic validation for vague city address collected in dispatch system by searching on website of Taipei City Department of Civil Affairs.