fill_basin_holes

Switch whether remove all holes from the returned watershed polygon. This will remove isolated networks and sinks and may not be hydrologically correct.

GovernmentEnvironmentalOpen DataAir QualityWater QualityHazardous WasteComplianceEmissions
View JSON Schema on GitHub

JSON Schema

cip-service-fill-basin-holes-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-fill-basin-holes-schema.json",
  "title": "fill_basin_holes",
  "description": "Switch whether remove all holes from the returned watershed polygon.  This will remove isolated networks and sinks and may not be hydrologically correct.",
  "type": "boolean",
  "default": false,
  "examples": [
    false
  ]
}