-
Notifications
You must be signed in to change notification settings - Fork 13
Tool architecture
Tool architecture includes the process of:
- identifying tool modules, sub-modules and various structural elements
- define their relationships
- visually (Master flow chart)
- by describing their inputs, functions, and outputs
- by defining processed data in detail (codebooks, variables, attributes)
- defining and harmonizing a nomenclature by which structural elements are referred to.
- maintaining an overview of code files and other documents
Project Modules:
Below modules define the ITHIM-R project structure. They may or may not have equivalents in the tool interface structure.
The first set of modules roughly follows the tool work flow (workflow here refers to the main, linear flow from inputs to outputs. Think of it as a highly simplified architecture. Also see master flow chart).
At the bottom, overarching modules are listed. These affect multiple of the workflow modules.
The module names will be a key part of project and tool nomenclature (i.e. the bold names will referred to in GitHub projects, GitHub issue labels, Wiki pages, Call topics, etc.
-
Data Sources (Everything related to external data, i.e. user input data, generic data used by the tool, and their various formats, implications, metadata)
-
Data Localization (The process of adjustments, calibration of international, national data to local settings of a specific ITHIM application. This may include spatial scaling, temporal extrapolation, adjustment for population attributes, etc.)
-
Data Harmonization (The process of conversion or matching of various data formats and variable definitions of external data to the generic data formats used in ITHIM (e.g. mode categories))
-
Synthetic "baseline" population
- The process of creating a synthetic sample of 10k individuals, through probabilistic matching of separate input data from population, travel, and health surveys)
- The creation of a baseline vehicle distance dataset based on travel behaviour, occupancy factors, and transport statistics
- The creation of 'Who hit Whom' matrices for baseline
- Visualization and Checking of Baseline Data (review and validation of entered data vs. synthetic population produced)
-
Scenario Definition (Creation of Synthetic "Scenario population") (2 options:)
- Manipulation of baseline population through a scenario definition module (interface or code).
- creation of a synthetic "scenario" population, based on local data sources, analogous to steps for baseline population. Further: use case definitions, criteria, methodologica parameters, etc.)
- Visualization and Checking of Scenario Population Data (review and validation of entered data vs. synthetic population produced)
-
Environmental Impacts Calculations
- Carbon emissions
- Air pollution background concentration
-
Exposure calculations for each scenario (for baseline see 4 above)
- PA (calculation of total METhrs/week or similar)
- AP (calculation of long term exposure equivalents, PM2.5,..)
-
Health Impact Calculations (stage 1) This module requires detailed sub-structures based on:
- Population Impact Fraction: PA, AP
- Events Calculation: Injury event calculation
-
Health Impact Calculations (stage 2) This module requires detailed sub-structures based on:
- PIF-PAF applied-directly-to-GBD-data-or-via-PMSLT
- Conversion of injury events into disease burdens (e.g. % life long)
- Outcome definitions: deaths, dalys, injuries, etc.
-
Impacts presentations (outcome definitions, level of detail, visualization)
- combined pathway results
- pathway specific
-
Overarching modules
- User interface
- Website contents/documentation
- Tool Parameters ("is the math being done in miles or km?" A central place for default values, units, constants, assumptions to be called by various tool elements)
- Comparison approaches (Impact calculation methods, CRA, lifetables, etc.)
-
Overarching domains
- Coding guidelines
- Documentation
- Scientific publications
- Dissemenination
- Case studies/applications
-
Overarching modules
-
Overarching project domains
- Coding guidelines
- Documentation
- Scientific publications
- Dissemination
- Case studies/applications