WaterWatch

The WaterWatch Service provides access to real-time water data. For more information, check out https://waterservices.usgs.gov/

RPCS

WaterWatch.gageHeight(minLatitude: Latitude, maxLatitude: Latitude, minLongitude: Longitude, maxLongitude: Longitude)

Get the water data for sites within a bounding box. For help interpreting this data, see https://help.waterdata.usgs.gov/tutorials/surface-water-data/how-do-i-interpret-gage-height-and-streamflow-values

Arguments:

  • minLatitude: Latitude (Latitude) - Minimum latitude of bounding box

  • maxLatitude: Latitude (Latitude) - Maximum latitude of bounding box

  • minLongitude: Longitude (Longitude) - Minimum longitude of bounding box

  • maxLongitude: Longitude (Longitude) - Maximum longitude of bounding box

WaterWatch.stop()

Stop sending messages from this service.

Returns: Integer (Integer) - Number of messages stopped.

WaterWatch.streamFlow(minLatitude: Latitude, maxLatitude: Latitude, minLongitude: Longitude, maxLongitude: Longitude)

Get stream flow data for sites within a bounding box. For help interpreting this data, see https://help.waterdata.usgs.gov/tutorials/surface-water-data/how-do-i-interpret-gage-height-and-streamflow-values

Arguments:

  • minLatitude: Latitude (Latitude) - Minimum latitude of bounding box

  • maxLatitude: Latitude (Latitude) - Maximum latitude of bounding box

  • minLongitude: Longitude (Longitude) - Minimum longitude of bounding box

  • maxLongitude: Longitude (Longitude) - Maximum longitude of bounding box

WaterWatch.waterTemp(minLatitude: Latitude, maxLatitude: Latitude, minLongitude: Longitude, maxLongitude: Longitude)

Get the water temperature data for sites within a bounding box.

Arguments:

  • minLatitude: Latitude (Latitude) - Minimum latitude of bounding box

  • maxLatitude: Latitude (Latitude) - Maximum latitude of bounding box

  • minLongitude: Longitude (Longitude) - Minimum longitude of bounding box

  • maxLongitude: Longitude (Longitude) - Maximum longitude of bounding box