Cip Service Delineate Rb Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Cip Service Delineate Rb Example is an example object payload from EPA — U.S. Environmental Protection Agency, with 20 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nhdplus_versionsearch_typestart_nhdplusidstart_permanent_identifierstart_reachcodestart_hydroseqstart_measurestop_nhdplusidstop_permanent_identifierstop_reachcodestop_hydroseqstop_measureaggregation_enginemax_distancekmmax_flowtimedaysplit_initial_catchmentfill_basin_holesreturn_delineation_geometryreturn_flowline_detailsreturn_flowline_geometry

Example Payload

Raw ↑
{
  "nhdplus_version": "nhdplus_h",
  "search_type": "example",
  "start_nhdplusid": "12345",
  "start_permanent_identifier": "12345",
  "start_reachcode": "string",
  "start_hydroseq": "string",
  "start_measure": "string",
  "stop_nhdplusid": "12345",
  "stop_permanent_identifier": "12345",
  "stop_reachcode": "string",
  "stop_hydroseq": "string",
  "stop_measure": "string",
  "aggregation_engine": "string",
  "max_distancekm": "string",
  "max_flowtimeday": "string",
  "split_initial_catchment": "string",
  "fill_basin_holes": "string",
  "return_delineation_geometry": "string",
  "return_flowline_details": "string",
  "return_flowline_geometry": "string"
}