Cam Streaming Quarterly Apportioned Emissions Dto Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Cam Streaming Quarterly Apportioned Emissions Dto Example is an example object payload from EPA — U.S. Environmental Protection Agency, with 28 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

stateCodefacilityNamefacilityIdunitIdunit_idunitTypeassociatedStacksprimaryFuelInfosecondaryFuelInfoso2ControlInfopmControlInfonoxControlInfohgControlInfoprogramCodeInfogrossLoadsteamLoadso2Massso2RatenoxMassnoxRateco2Massco2RateheatInputheatInputMeasureFlgyearquartersumOpTimecountOpTime

Example Payload

Raw ↑
{
  "stateCode": "AK",
  "facilityName": "Barry",
  "facilityId": 3,
  "unitId": 5,
  "unit_id": 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",
  "programCodeInfo": "ARP,CSNOX,CSSO2G2,MATS",
  "grossLoad": 900773,
  "steamLoad": 153647,
  "so2Mass": 91.2,
  "so2Rate": 0.011,
  "noxMass": 367.9,
  "noxRate": 0.376,
  "co2Mass": 150.8,
  "co2Rate": 0.103,
  "heatInput": 1470.2,
  "heatInputMeasureFlg": "string",
  "year": 2020,
  "quarter": 4,
  "sumOpTime": 1795.25,
  "countOpTime": 1797
}