T-reX.config_backup.queries_materials
This module contains the list of materials that will be used to create demand methods in the T-reX tool. The materials are specifically chosen to match with the activities in the ecoinvent v3.9.1 database (and the future databases made with premise) and to align with the EU CRM list 2023. Additional strategic materials are also included, as well as other materials of interest.
Note:
The search function in SearchMaterial.py uses ‘startswith’, so it will catch all activities that start with the material name.
The comma in material names is important for filtering specific activities in the database.
queries_materials
List of tuples where each tuple contains the activity name (as appears in the database) and its corresponding material category. This list is used for creating demand methods in the T-reX tool.
Attributes
Functions
|
Just a wrapper to return the list of materials |
Module Contents
- T-reX.config_backup.queries_materials.list_materials = [('market for aluminium', 'aluminium'), ('market for antimony', 'antimony'), ('market for...
- T-reX.config_backup.queries_materials.get_queries_materials(list_materials)[source]
Just a wrapper to return the list of materials
args: list_materials returns: list queries_materials
- T-reX.config_backup.queries_materials.queries_materials = [('market for aluminium', 'aluminium'), ('market for antimony', 'antimony'), ('market for...