T-reX.config.queries_waste ========================== .. py:module:: T-reX.config.queries_waste .. autoapi-nested-parse:: queries_waste Module ==================== This module defines the search parameters for each waste and material flow category. It is used in conjunction with `SearchWaste.py` and requires a .pickle file generated by `ExplodeDatabase.py`. The queries are set up for different waste flow categories like digestion, composting, incineration, recycling, and landfill, among others. Each query is a dictionary containing search terms for the respective category. The module creates two sets of queries: 1. `queries_kg` for waste flows measured in kilograms. 2. `queries_m3` for waste flows measured in cubic meters. These queries are combined into the `queries_waste` list, which is then used by `SearchWaste.py` for filtering and extracting relevant data from the database. Attributes ---------- .. autoapisummary:: T-reX.config.queries_waste.queries_waste Functions --------- .. autoapisummary:: T-reX.config.queries_waste.make_queries_waste Module Contents --------------- .. py:function:: make_queries_waste() This function creates the queries_waste list, which is used by SearchWaste.py for filtering and extracting relevant data from the database. The queries are set up for different waste flow categories like digestion, composting, incineration, recycling, and landfill, among others. Each query is a dictionary containing search terms for the respective category. args: None returns: list queries_waste .. py:data:: queries_waste :value: []