aggregation_engine

Aggregation engine used to combine (or not) catchments into a watershed.

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions
View JSON Schema on GitHub

JSON Schema

cip-service-aggregation-engine-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/cip-service-aggregation-engine-schema.json",
  "title": "aggregation_engine",
  "description": "Aggregation engine used to combine (or not) catchments into a watershed.",
  "type": "string",
  "enum": [
    "SPATIAL",
    "TOPO",
    "NONE"
  ],
  "examples": [
    "SPATIAL"
  ]
}