Skip to content
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

Create A4 (Transportation Emissions) Engine Method #306

Open
shivanierambaran opened this issue Feb 22, 2023 · 3 comments
Open

Create A4 (Transportation Emissions) Engine Method #306

shivanierambaran opened this issue Feb 22, 2023 · 3 comments
Assignees
Labels
type:feature New capability or enhancement

Comments

@shivanierambaran
Copy link

Add engine method for evaluating transportation impacts (A4) for materials

Transportation impact per unit weight of material (per leg of travel) = transport_distance * transport_emissions_factor
Default values from available datasets can be used early in design or when project data is unavailable.

Steps may include:

  • Create Mode of Transport enum
  • Create dataset with transport_emissions_factor per Mode of Transport (US Source: EPA)
  • Create/ define Material Category (coordinate definition with other life cycle phases to incorporate considerations for default service life, construction waste factors, disposal modes, etc)
  • Create dataset with default Mode of Transport and transport_distance per Material Category
  • Add Material Category to Material Mapping workflow
  • Define method that results in A4 emissions per unit weight of material (example sketch below)

image

@kayleighhoude
Copy link
Member

image

Potential method for including MaterialCategory and "Aspirational OriginSource" in the Material Template to allow for easier adoption of the method above - diagram created during working session between @shivanierambaran and @kayleighhoude on June 10 2024

@shivanierambaran
Copy link
Author

shivanierambaran commented Aug 7, 2024

@desaiwangBH to support in creation of transport scenario datasets
image

@shivanierambaran
Copy link
Author

shivanierambaran commented Oct 4, 2024

@IsakNaslundBh @kayleighhoude
Agreed-upon EPD name: Calculated Material Life Cycle Environmental Impact Factors
Definition: Resultant calculated (e.g. Climate Change Total, Acidification) environmental impact emissions factors for all life cycle stages. This differs from the Environmental Product Declaration object as impacts reflected do not need to come from an explicit Environmental Product Declaration (EPD) document. Separate methods can be used to fill in gaps where EPD factors do not exist, such as for calculating transportation impacts (ex: A4 - Transport Emissions Factor by Distance), or in areas where EPD factors should be overridden.

Also change Environmental Impact object (ex: ClimateChangeTotalMetric, AcidificationMetric etc) definitions (only first sentence) ~ "Creates a ClimateChangeTotalMetric" to be applied as part of an EnvironmentalProductDeclaration or a CalculatedMaterialLifeCycleEnvironmentalImpactFactors object.

Datasets (3) are ready to be created: Reference BHoM A4 Factors Dataset tab

Workflow Diagram:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New capability or enhancement
Projects
None yet
Development

No branches or pull requests

4 participants