Title: USGS Steam Flow Data
Author: Chris Kindred
Published: <strong>29 An t-Samhain 2013</strong>
Last modified: 28 Am Màrt 2023

---

Search plugins

![](https://ps.w.org/usgs-stream-flow-data/assets/banner-772x250.jpg?rev=2622546)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/usgs-stream-flow-data/assets/icon-256x256.jpg?rev=2622546)

# USGS Steam Flow Data

 By [Chris Kindred](https://profiles.wordpress.org/chrismkindred/)

[Download](https://downloads.wordpress.org/plugin/usgs-stream-flow-data.23.03.01.zip)

 * [Details](https://gd.wordpress.org/plugins/usgs-stream-flow-data/#description)
 * [Reviews](https://gd.wordpress.org/plugins/usgs-stream-flow-data/#reviews)
 *  [Installation](https://gd.wordpress.org/plugins/usgs-stream-flow-data/#installation)
 * [Development](https://gd.wordpress.org/plugins/usgs-stream-flow-data/#developers)

 [Support](https://wordpress.org/support/plugin/usgs-stream-flow-data/)

## Description

This plugin allows you to use a shortcode to display the USGS River Data for a site
location. The shortcode can be included in Posts, Pages and Text Widgets.

The shortcode allows you to set your own title and whether or not to show a graph
with it.

Example Shortcode:
 [USGS location=’09080400′ title=’Great Place To Fish’ graph=’
show’]

## Screenshots

 * [[
 * Site Code Search By State
 * [[
 * Admin Page
 * [[
 * Showing USGS Data as a Widget
 * [[
 * Showing USGS Without Graphs in a Post

## Installation

#### Using The WordPress Dashboard

 1. Navigate to the ‘Add New’ in the plugins dashboard
 2. Search for ‘USGS Steam Flow Data’
 3. Click ‘Install Now’
 4. Activate the plugin on the Plugin dashboard

#### Uploading in WordPress Dashboard

 1. Navigate to the ‘Add New’ in the plugins dashboard
 2. Navigate to the ‘Upload’ area
 3. Select `usgs-stream-flow-data.zip` from your computer
 4. Click ‘Install Now’
 5. Activate the plugin in the Plugin dashboard

#### Using FTP

 1. Download `usgs-stream-flow-data.zip`
 2. Extract the `usgs-stream-flow-data.zip` directory to your computer
 3. Upload the `usgs-stream-flow-data.zip` directory to the `/wp-content/plugins/` 
    directory
 4. Activate the plugin in the Plugin dashboard

## FAQ

### How do I use the short code?

Enter [USGS location=’09080400′ graph=’show’ title=’The Title’]. The location is
the Site Code for the station, graph is set to ’show’ to show the graphs, the title
is what you want to display as a title. If this is blank it will display the location
name.

### How do I find the Site Code?

You can find the Site Code quickly and easily by searching for it based on state
in the easy to use Site Code Search tab on the plugin settings page.

### Why is the data not updating?

There is a built in cache for the data. The data will update every 15 minutes in
order to help with site speed and limit the calls to USGS.

## Reviews

![](https://secure.gravatar.com/avatar/ca22fb307b235fe107b9962e6307837175445b28364916b21b9285d74b971061?
s=60&d=retro&r=g)

### 󠀁[Great Plugin](https://wordpress.org/support/topic/great-plugin-31413/)󠁿

 [Kevin](https://profiles.wordpress.org/torahboy/) 4 An t-Iuchar 2021

Thanks for the dedication. It works great! We fly fish the Mighty Mo in Montana!

![](https://secure.gravatar.com/avatar/bb2b757c134aa3a4e2cfb28b6716fd2cbfcd57c7bd663a89e0a79a2a5767d4ac?
s=60&d=retro&r=g)

### 󠀁[Great Plugin](https://wordpress.org/support/topic/great-plugin-19643/)󠁿

 [ahinerfeld](https://profiles.wordpress.org/ahinerfeld/) 30 An Dàmhair 2018 1 reply

I am supporting a web site for a National River Trail and I have been looking for
an easy way to incorporate USGS Stream Flow data in to the site. This very simple
plugin does exactly what I need. Well done sir.

![](https://secure.gravatar.com/avatar/579b4f326181ad14f11943ff9f08a9eeb3503e192ed11fc35ca70ad7ce7dcb04?
s=60&d=retro&r=g)

### 󠀁[It’s great!](https://wordpress.org/support/topic/its-great-130/)󠁿

 [ascii122](https://profiles.wordpress.org/ascii122/) 1 An Giblean 2017

Very handy and easy to look up codes. I wish there were more sensors in our area
but we have the big rivers. Thanks a lot

 [ Read all 6 reviews ](https://wordpress.org/support/plugin/usgs-stream-flow-data/reviews/)

## Contributors & Developers

“USGS Steam Flow Data” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Chris Kindred ](https://profiles.wordpress.org/chrismkindred/)

[Translate “USGS Steam Flow Data” into your language.](https://translate.wordpress.org/projects/wp-plugins/usgs-stream-flow-data)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/usgs-stream-flow-data/),
check out the [SVN repository](https://plugins.svn.wordpress.org/usgs-stream-flow-data/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/usgs-stream-flow-data/)
by [RSS](https://plugins.trac.wordpress.org/log/usgs-stream-flow-data/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 22.05.01

 * Added `kwc_usgs_before_sitevalues_list` action before sitevalues list.
 * Added `kwc_usgs_after_sitevalues_list` action after sitevalues list.
 * Added `kwc_usgs_water_temp`, `kwc_usgs_flow`, `kwc_usgs_gageheight` filters.
 * Tested up to WP Core 6.0.

#### 22.04.01

adds:
 – Tested with 5.9.2 – Code Analysis testing for cleaner code and less potential
errors.

fixes:
 – An error in the shortcode when a location is not found.

#### 21.11.04

fixes: Error where you couldn’t have multiple shortcodes on a page.

#### 21.11.03

adds: version bump.

#### 21.11.02

removes: .wordpress-org from deployment

#### 21.11.01

adds: refactor the majority of the plugin to allow for easier changes in the future.

adds: The ability to change the template for the shortcode by includeing a usgs.
php file in your theme or plugin. adds: tested up to 5.8.1. removes: WP Support 
is now 5.5 and up. removes: PHP compatibility is now 7.0 and up.

#### 21.05.01

Tested up to 5.7.2.
 Update transient to limit key length.

#### 20.08.02

Update admin remote call to allow for 45 seconds before timeout.

#### 20.08.01

Tested plugin up to 5.5.
 Updated versioning system to CalVer (https://calver.org/).

#### 2.8

Tested plugin up to 5.3.

#### 2.7.1

Adds additional tests and allows for more trusted call to API Url.

#### 2.7

Tested with WordPress 4.9.8

#### 2.6

Update to build process to allow for Travis-ci.org integration and unit testing

#### 2.5.1

Fixes error with Graph Loading

#### 2.5

Updated URL Fetch to use the `wp_remote_get()` function
 Tested up to 4.9.4

#### 2.4.2

Updated url for location search

#### 2.4.1

SSL Fix for Graphs

#### 2.4

Tested up to 4.5

#### 2.3

Tested up to 4.3

#### 2.2.1

Tested Up To 4.2.3

#### 2.2

Tested Up To 4.2

#### 2.1

Fixed issue with graphs showing up if there is no data

#### 2.0.1

Fixed issue with Temp Conversion
 Tested with WP 4.1.1 Updated KWC Logo

#### 2.0.0

Tested with 4.0
 Removed old MP5 references Setup cache busting for images Limited
calls to USGS to every 15 minutes

#### 1.0.7

Tested with 3.9
 Updated plugin Description to fit on WordPress.org Updated ScreenShots
to match 3.9

#### 1.0.4

Updated Plugin Description

#### 1.0.3

Tested with 3.9

#### 1.0.2

Updated icons to match new admin UI
 Tested plugin with 3.8

#### 1.0.1

Updated the zip file name to match WordPress created zip file.

#### 1.0.0

Starting Version

## Meta

 *  Version **23.03.01**
 *  Last updated **3 bliadhnaichean ago**
 *  Active installations **100+**
 *  WordPress version ** 5.5 or higher **
 *  Tested up to **6.2.9**
 *  PHP version ** 7.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/usgs-stream-flow-data/)
 * Tags
 * [USGS](https://gd.wordpress.org/plugins/tags/usgs/)[water level](https://gd.wordpress.org/plugins/tags/water-level/)
 *  [Advanced View](https://gd.wordpress.org/plugins/usgs-stream-flow-data/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  6 5-star reviews     ](https://wordpress.org/support/plugin/usgs-stream-flow-data/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/usgs-stream-flow-data/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/usgs-stream-flow-data/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/usgs-stream-flow-data/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/usgs-stream-flow-data/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/usgs-stream-flow-data/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/usgs-stream-flow-data/reviews/)

## Contributors

 *   [ Chris Kindred ](https://profiles.wordpress.org/chrismkindred/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/usgs-stream-flow-data/)

## Donate

Would you like to support the advancement of this plugin?

  Donate to this plugin