Hong-Kong-Districts-Info / hktrafficcollisions

Shiny app dashboard of HK traffic collisions that result in injury. | 香港車禍傷亡資料庫:利用互動地圖和儀表版,將香港車禍位置和相關數據可視化。
Other
8 stars 2 forks source link

Fix: Correct injury location data in casualty dataset #125

Closed KHwong12 closed 3 weeks ago

KHwong12 commented 3 weeks ago

Summary

This branch fixes issues in the hk_casualties raw data. Previously, the injury location data of casualties data from 2014 to 2019 were all incorrectly labelled asFALSE.

Changes

The changes made in this PR are:

  1. For all casualty data from 2014 to 2019, correct the "head_injuried", "upper_trunk_injuried", "lower_trunk_injuried", "arms_injuried", "legs_injuried" columns to match with the original data provided by the Transport Department.

Check