HourUnitDataView

HourUnitDataView schema from Emissions Management OpenAPI Specification

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
stateCode string
facilityName string
facilityId number
unit_id string
unitId string
associatedStacks string
year number
date string
hour number
opTime number
grossLoad number
steamLoad number
so2Mass number
so2MassMeasureFlg string
so2Rate number
so2RateMeasureFlg string
co2Mass number
co2MassMeasureFlg string
co2Rate number
co2RateMeasureFlg string
noxMass number
noxMassMeasureFlg string
noxRate number
noxRateMeasureFlg string
heatInput number
heatInputMeasureFlg string
primaryFuelInfo string
secondaryFuelInfo string
unitType string
so2ControlInfo string
noxControlInfo string
pmControlInfo string
hgControlInfo string
programCodeInfo string
View JSON Schema on GitHub

JSON Schema

cam-emissions-hour-unit-data-view-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cam-emissions-hour-unit-data-view-schema.json",
  "title": "HourUnitDataView",
  "description": "HourUnitDataView schema from Emissions Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "stateCode": {
      "type": "string",
      "example": "NC"
    },
    "facilityName": {
      "type": "string",
      "example": "EPA Facility"
    },
    "facilityId": {
      "type": "number",
      "example": 0.0
    },
    "unit_id": {
      "type": "string",
      "example": "12345"
    },
    "unitId": {
      "type": "string",
      "example": "12345"
    },
    "associatedStacks": {
      "type": "string",
      "example": "string"
    },
    "year": {
      "type": "number",
      "example": 2024
    },
    "date": {
      "format": "date-time",
      "type": "string",
      "example": "2024-01-15T12:00:00Z"
    },
    "hour": {
      "type": "number",
      "example": 0.0
    },
    "opTime": {
      "type": "number",
      "example": 0.0
    },
    "grossLoad": {
      "type": "number",
      "example": 0.0
    },
    "steamLoad": {
      "type": "number",
      "example": 0.0
    },
    "so2Mass": {
      "type": "number",
      "example": 0.0
    },
    "so2MassMeasureFlg": {
      "type": "string",
      "example": "string"
    },
    "so2Rate": {
      "type": "number",
      "example": 0.0
    },
    "so2RateMeasureFlg": {
      "type": "string",
      "example": "string"
    },
    "co2Mass": {
      "type": "number",
      "example": 0.0
    },
    "co2MassMeasureFlg": {
      "type": "string",
      "example": "string"
    },
    "co2Rate": {
      "type": "number",
      "example": 0.0
    },
    "co2RateMeasureFlg": {
      "type": "string",
      "example": "string"
    },
    "noxMass": {
      "type": "number",
      "example": 0.0
    },
    "noxMassMeasureFlg": {
      "type": "string",
      "example": "string"
    },
    "noxRate": {
      "type": "number",
      "example": 0.0
    },
    "noxRateMeasureFlg": {
      "type": "string",
      "example": "string"
    },
    "heatInput": {
      "type": "number",
      "example": 0.0
    },
    "heatInputMeasureFlg": {
      "type": "string",
      "example": "string"
    },
    "primaryFuelInfo": {
      "type": "string",
      "example": "string"
    },
    "secondaryFuelInfo": {
      "type": "string",
      "example": "string"
    },
    "unitType": {
      "type": "string",
      "example": "string"
    },
    "so2ControlInfo": {
      "type": "string",
      "example": "string"
    },
    "noxControlInfo": {
      "type": "string",
      "example": "string"
    },
    "pmControlInfo": {
      "type": "string",
      "example": "string"
    },
    "hgControlInfo": {
      "type": "string",
      "example": "string"
    },
    "programCodeInfo": {
      "type": "string",
      "example": "string"
    }
  },
  "required": [
    "stateCode",
    "facilityName",
    "facilityId",
    "unit_id",
    "unitId",
    "associatedStacks",
    "year",
    "date",
    "hour",
    "opTime",
    "grossLoad",
    "steamLoad",
    "so2Mass",
    "so2MassMeasureFlg",
    "so2Rate",
    "so2RateMeasureFlg",
    "co2Mass",
    "co2MassMeasureFlg",
    "co2Rate",
    "co2RateMeasureFlg",
    "noxMass",
    "noxMassMeasureFlg",
    "noxRate",
    "noxRateMeasureFlg",
    "heatInput",
    "heatInputMeasureFlg",
    "primaryFuelInfo",
    "secondaryFuelInfo",
    "unitType",
    "so2ControlInfo",
    "noxControlInfo",
    "pmControlInfo",
    "hgControlInfo",
    "programCodeInfo"
  ]
}