Cam Emissions Hour Unit Mats Data View Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Cam Emissions Hour Unit Mats Data View Example is an example object payload from EPA — U.S. Environmental Protection Agency, with 30 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

stateCodefacilityNamefacilityIdunitIddatehouropTimematsGrossLoadmatsHeatInputhgOutputRatehgInputRatehgMasshgMassMeasureFlghclOutputRatehclInputRatehclMasshclMassMeasureFlghfOutputRatehfInputRatehfMasshfMassMeasureFlgassociatedStackssteamLoadprimaryFuelInfosecondaryFuelInfounitTypeso2ControlInfonoxControlInfopmControlInfohgControlInfo

Example Payload

Raw ↑
{
  "stateCode": "NC",
  "facilityName": "EPA Facility",
  "facilityId": 0.0,
  "unitId": "12345",
  "date": "2024-01-15T12:00:00Z",
  "hour": 0.0,
  "opTime": 0.0,
  "matsGrossLoad": 0.0,
  "matsHeatInput": 0.0,
  "hgOutputRate": 0.0,
  "hgInputRate": 0.0,
  "hgMass": 0.0,
  "hgMassMeasureFlg": "string",
  "hclOutputRate": 0.0,
  "hclInputRate": 0.0,
  "hclMass": 0.0,
  "hclMassMeasureFlg": "string",
  "hfOutputRate": 0.0,
  "hfInputRate": 0.0,
  "hfMass": 0.0,
  "hfMassMeasureFlg": "string",
  "associatedStacks": "string",
  "steamLoad": 0.0,
  "primaryFuelInfo": "string",
  "secondaryFuelInfo": "string",
  "unitType": "string",
  "so2ControlInfo": "string",
  "noxControlInfo": "string",
  "pmControlInfo": "string",
  "hgControlInfo": "string"
}