Waste Water Treatment Tools
Query waste water treatment (WWT) records — treatment types, discharge parameters, flow volumes, and associated CO2e emissions. Covers Scope 1 emissions from wastewater processing.Waste water treatment tools require a facility_id. Call
list_facilities first to get one. Records are scoped to a single facility.list_waste_water_treatments
List waste water treatment records for a facility with enriched data (co2e, user, linked projects). Paginated.
Parameters:
Example response:
Example prompts:
get_waste_water_treatment
Get full detail for a waste water treatment record — treatment type, flow volumes, discharge parameters, co2e breakdown, user info, and linked projects.
Parameters:
Example response:
Example prompts:
Workflow
A typical workflow for analyzing waste water treatment data:list_facilities— find the facility with wastewater operationslist_waste_water_treatments— list WWT records for that facility, filtering by date or statusget_waste_water_treatment— inspect a specific record’s co2e breakdownget_greenhouse_gas_emissionswithcategory="waste_water_treatment_*"— see validated emissions across all WWT sub-categories
Waste water treatment emissions are split into four GHG categories:
waste_water_treatment_discharge, waste_water_treatment_population, waste_water_treatment_sludge, and waste_water_treatment_water. Use get_greenhouse_gas_emissions with a specific category to query validated totals.Related
Emissions Tools
Query validated GHG emissions across all categories
Facilities Tools
List and manage facilities