Cip Service Navigated Flowline Properties Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Cip Service Navigated Flowline Properties 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

nhdplusidhydroseqfmeasuretmeasurelevelpathiterminalpauphydroseqdnhydroseqlengthkmflowtimedaynetwork_distancekmnetwork_flowtimedaypermanent_identifierreachcodefcodegnis_idgnis_namewbarea_permanent_identifiernavtermination_flagnav_order

Example Payload

Raw ↑
{
  "nhdplusid": "12345",
  "hydroseq": "example",
  "fmeasure": "example",
  "tmeasure": "example",
  "levelpathi": 0,
  "terminalpa": 0,
  "uphydroseq": 0,
  "dnhydroseq": 0,
  "lengthkm": 0.0,
  "flowtimeday": 0.0,
  "network_distancekm": 0.0,
  "network_flowtimeday": 0.0,
  "permanent_identifier": "12345",
  "reachcode": "example",
  "fcode": 0,
  "gnis_id": "12345",
  "gnis_name": "EPA Facility",
  "wbarea_permanent_identifier": "12345",
  "navtermination_flag": 0,
  "nav_order": 0
}