Ghg Facility Emissions
ghg_facility_emissionsThe biggest greenhouse-gas-emitting facilities in a US state (EPA GHGRP), ranked by total CO2-equivalent emissions. Returns each facility's name, location, industry sector(s), and total metric tons CO2e. State-scoped (pass a state). Data lags ~1.5 years — latest full year is auto-selected (currently 2023) unless a year is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Reporting year (default: latest available, ~2023). | |
| limit | No | Max facilities to return, ranked by emissions (default 20, max 200). | |
| state | Yes | US state — 2-letter code ("TX", "CA") or full name ("Texas"). Required (this is state-scoped, not national). | |
| facility_name | No | Optional — filter to facilities whose name contains this text. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of facilities returned | |
| state | Yes | State name searched | |
| facilities | Yes | Array of facility records with emissions data |