Cam Emissions Hourly Mats Apportioned Emissions Dto Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Cam Emissions Hourly Mats Apportioned Emissions Dto 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

stateCodefacilityNamefacilityIdunitIdunitTypeassociatedStacksprimaryFuelInfosecondaryFuelInfoso2ControlInfopmControlInfonoxControlInfohgControlInfodatehouropTimematsGrossLoadmatsHeatInputhgOutputRatehgInputRatehgMasshgMassMeasureFlghclOutputRatehclInputRatehclMasshclMassMeasureFlghfOutputRatehfInputRatehfMasshfMassMeasureFlgsteamLoad

Example Payload

Raw ↑
{
  "stateCode": "AK",
  "facilityName": "Barry",
  "facilityId": 3,
  "unitId": 5,
  "unitType": "Tangentially-fired",
  "associatedStacks": "CS001",
  "primaryFuelInfo": "Coal",
  "secondaryFuelInfo": "Diesel Oil",
  "so2ControlInfo": "Wet Limestone",
  "pmControlInfo": "Electrostatic Precipitator",
  "noxControlInfo": "Selective Catalytic Reduction, Low NOx Burner Technology w/ Separated OFA",
  "hgControlInfo": "Catalyst (gold, palladium, or other) used to oxidize mercury",
  "date": "2019-01-01",
  "hour": 23,
  "opTime": 0.95,
  "matsGrossLoad": 146,
  "matsHeatInput": 1470.2,
  "hgOutputRate": 0.0102,
  "hgInputRate": 0.9236604702,
  "hgMass": 0.002703,
  "hgMassMeasureFlg": "Measured",
  "hclOutputRate": 0.00452,
  "hclInputRate": 407.5244879786,
  "hclMass": 0.36612,
  "hclMassMeasureFlg": "Measured",
  "hfOutputRate": 0.0,
  "hfInputRate": 0.0,
  "hfMass": 0.0,
  "hfMassMeasureFlg": "string",
  "steamLoad": 387
}