Cip Service Flow Accumulation Rb Structure

flow_accumulation_rb schema from CIP-service Indexing API

Type: object Properties: 6
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

flow_accumulation_rb is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

area_of_interest default_weight known_region nhdplus_version image_format output_srid

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cip-service-flow-accumulation-rb-structure.json",
  "name": "flow_accumulation_rb",
  "description": "flow_accumulation_rb schema from CIP-service Indexing API",
  "type": "object",
  "properties": {
    "area_of_interest": {
      "$ref": "#/components/schemas/geojson_feature"
    },
    "default_weight": {
      "type": "double",
      "example": 0.0
    },
    "known_region": {
      "$ref": "#/components/schemas/known_region"
    },
    "nhdplus_version": {
      "$ref": "#/components/schemas/nhdplus_version",
      "default": "nhdplus_h"
    },
    "image_format": {
      "$ref": "#/components/schemas/image_format",
      "default": "PNG"
    },
    "output_srid": {
      "type": "int32",
      "example": 0
    }
  }
}