This branch corrects variables (column names and values) of 2020 and 2021 new data.
Changes
The changes made in this PR are:
Change the "SSPO" value in the district column of 2020 and 2021 data to "SSP". This keeps the district abbr in line with the original one.
Treat observations with easting and northing values of 800000 as NA values instead of valid spatial location. In raw data, 800000 refers to missing values.
Change the "collision_type" column variable in the pedestrian district dashboard to "collision_type_with_cycle". This replacement is missed in #113.
Check
[x] (If UI & data are updated) The UI & data includes Traditional Chinese translation, with translation terms wrapped in i18n$t() and terms added to translation_zh.csv
[x] The GitHub Actions workflows pass.
Note
Sequel for the leftover steps that should be completed in #113
Summary
This branch corrects variables (column names and values) of 2020 and 2021 new data.
Changes
The changes made in this PR are:
Check
i18n$t()
and terms added totranslation_zh.csv
Note
Sequel for the leftover steps that should be completed in #113