Cip Service Pointindexing Rb Structure

pointindexing_rb schema from CIP-service Indexing API

Type: object Properties: 13
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

point indexing_engine fcode_allow fcode_deny distance_max_distkm raindrop_snap_max_distkm raindrop_path_max_distkm limit_innetwork limit_navigable return_link_path known_region known_catchment_nhdplusid nhdplus_version

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-pointindexing-rb-structure.json",
  "name": "pointindexing_rb",
  "description": "pointindexing_rb schema from CIP-service Indexing API",
  "type": "object",
  "properties": {
    "point": {
      "oneOf": [
        {
          "$ref": "#/components/schemas/geojson_featurecollection"
        },
        {
          "$ref": "#/components/schemas/geojson_feature"
        },
        {
          "$ref": "#/components/schemas/geojson_geometry"
        }
      ],
      "example": "string"
    },
    "indexing_engine": {
      "oneOf": [
        {
          "$ref": "#/components/schemas/indexing_engine"
        },
        {
          "type": "string"
        }
      ],
      "example": "string"
    },
    "fcode_allow": {
      "oneOf": [
        {
          "$ref": "#/components/schemas/fcode_allow"
        },
        {
          "type": "string"
        }
      ],
      "example": "string"
    },
    "fcode_deny": {
      "oneOf": [
        {
          "$ref": "#/components/schemas/fcode_deny"
        },
        {
          "type": "string"
        }
      ],
      "example": "string"
    },
    "distance_max_distkm": {
      "description": "Maximum distance in kilometers the DISTANCE engine uses to find a reach measure candidate.",
      "oneOf": [
        {
          "type": "double"
        },
        {
          "type": "string"
        }
      ],
      "example": "string"
    },
    "raindrop_snap_max_distkm": {
      "description": "Maximum distance in kilometers the RAINDROP engine uses to snap to the final reach measure candidate.",
      "oneOf": [
        {
          "type": "double"
        },
        {
          "type": "string"
        }
      ],
      "example": "string"
    },
    "raindrop_path_max_distkm": {
      "description": "Maximum distance in kilometers the RAINDROP engine will travel towards a final candidate.",
      "oneOf": [
        {
          "type": "double"
        },
        {
          "type": "string"
        }
      ],
      "example": "string"
    },
    "limit_innetwork": {
      "description": "Flag to limit results to innetwork flowlines.",
      "oneOf": [
        {
          "type": "boolean"
        },
        {
          "type": "string"
        }
      ],
      "example": "string"
    },
    "limit_navigable": {
      "description": "Flag to limit results to navigable flowlines.",
      "oneOf": [
        {
          "type": "boolean"
        },
        {
          "type": "string"
        }
      ],
      "example": "string"
    },
    "return_link_path": {
      "description": "Flag whether to return a geometry representing the indexing path from start to candidate.",
      "oneOf": [
        {
          "type": "boolean"
        },
        {
          "type": "string"
        }
      ],
      "example": "string"
    },
    "known_region": {
      "oneOf": [
        {
          "$ref": "#/components/schemas/known_region"
        },
        {
          "type": "string"
        }
      ],
      "example": "string"
    },
    "known_catchment_nhdplusid": {
      "description": "In some scenarios users may know the catchment NHDPlusID in which they desire to index.  Providing the value bypasses the cost of determining the catchment via spatial intersection.",
      "oneOf": [
        {
          "type": "int32"
        },
        {
          "type": "string"
        }
      ],
      "example": "12345"
    },
    "nhdplus_version": {
      "$ref": "#/components/schemas/nhdplus_version",
      "default": "nhdplus_h"
    }
  }
}