WaterWatch ========== The WaterWatch Service provides access to real-time water data. For more information, check out https://waterservices.usgs.gov/ .. toctree:: :maxdepth: 2 :titlesonly: :caption: RPC Categories RPCS ---- .. function:: 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 .. function:: WaterWatch.stop() Stop sending messages from this service. **Returns:** ``Integer`` (`Integer `__) - Number of messages stopped. .. function:: 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 .. function:: 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