Cam Monitor Plan Monitor Span Dto Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Top-level fields

componentTypeCodespanScaleCodespanMethodCodemecValuempcValuempfValuespanValuefullScaleRangespanUnitsOfMeasureCodescaleTransitionPointdefaultHighRangeflowSpanValueflowFullScaleRangebeginDatebeginHourendDateendHouridlocationIduseridaddDateupdateDateactive

Example Payload

Raw ↑
{
  "componentTypeCode": "SO2",
  "spanScaleCode": "H",
  "spanMethodCode": "HD",
  "mecValue": 156.9,
  "mpcValue": 177.2,
  "mpfValue": 8563000,
  "spanValue": 200,
  "fullScaleRange": 200,
  "spanUnitsOfMeasureCode": "PPM",
  "scaleTransitionPoint": 200,
  "defaultHighRange": null,
  "flowSpanValue": null,
  "flowFullScaleRange": null,
  "beginDate": "2018-05-17",
  "beginHour": 14,
  "endDate": null,
  "endHour": null,
  "id": "MRHODES16-A5DBB8DF4F1D4D3A95AD2553008EB554",
  "locationId": "5770",
  "userid": "abcde",
  "addDate": "2009-02-20",
  "updateDate": "2009-02-20",
  "active": true
}