-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travel mode definitions #14
Comments
Examples Mode definitions in Source (Swiss travel survey):
Mode definitions in HEAT tool: Active modesWalking Motorized modesNo data
|
Should include ICD-10 injury codes, and generally used definitions in crash data registries. |
UK national travel survey, for main mode of trip:
|
ICD-10 code have two classifications of modes, long and short. Long is used for victim, and short for cause of the injury (striking vehicle in ITHIM terminology). Long version (ICD have fatalities for these categories):
More details on these groups in this file (Google drive): The short version is the striking vehicle side. For example, for Pedestrian these are:
Aggregating long one to short ones should be doable. Main challenge is railway vehicle (short version), which isn't included in long version as own category. This will likely include e.g. metro and trams. More info on ICD codes: Details on classification: |
In Global Burden of Disease 2016 data transport injuries are provided for following modes: |
ICD codes used in GBD classification are following:
|
The complete list for the injuries module, following the ICD10 codes, is: pedestrian A good list is: pedestrian Where we are not interested in details of the striking vehicle, and we use vehicle data to define striker exposure, we need only: pedestrian |
For Accra, we define minimum five modes from the travel survey: And can include in addition: We map them onto other types where necessary, mostly by pre-processing in order that the naming convention is consistent across modules. In fact, all these words have been hard-coded into ITHIM-R somewhere*, so perhaps it is a list we can build on, adaptively mapping modes if necessary further down the line. *E.g.: (1) Each mode has a specified speed, emission factor, and distance relative to car. (2) Some modes have a ventilation rate and/or pollution exposure. (3) Currently 'walking' maps directly onto 'pedestrian' in the injury module. |
Travel modes are defined on a per-city basis. For the modules to work together, the speeds, emission inventory, trips, and injuries should match in terms of the words (inc spelling) used to describe the modes. There are a few requirements, e.g. 'walking' mapping to 'pedestrian'. There are a few harmonisation steps where e.g. 'cycle' becomes 'bicycle'. This could be extended with a dictionary. Modes are grouped in prespecified ways for injury distances, based on the cities we have worked with so far (and the ICD10 codes). See https://github.com/ITHIM/ITHIM-R/blob/master/R/add_distance_columns.R and https://github.com/ITHIM/ITHIM-R/blob/master/R/distances_for_injury_function.R. |
Relates to all aspects of
I assign to folks with good sense for local travel surveys. For starters I suggest to paste mode definitions below.
The text was updated successfully, but these errors were encountered: