Title: USGS Steam Flow Data
Author: Chris Kindred
Published: <strong>29 novembro, 2013</strong>
Last modified: 28 março, 2023

---

Pesquisar plugins

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

Este plugin **não foi testado com os 3 lançamentos principais mais recentes do WordPress**.
Ele pode não ser mais mantido ou suportado e pode ter problemas de compatibilidade
quando usado com versões mais recentes do WordPress.

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

# USGS Steam Flow Data

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

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

 * [Detalhes](https://br.wordpress.org/plugins/usgs-stream-flow-data/#description)
 * [Avaliações](https://br.wordpress.org/plugins/usgs-stream-flow-data/#reviews)
 *  [Instalação](https://br.wordpress.org/plugins/usgs-stream-flow-data/#installation)
 * [Desenvolvimento](https://br.wordpress.org/plugins/usgs-stream-flow-data/#developers)

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

## Descrição

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’]

## Capturas de tela

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

## Instalação

#### 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

## Perguntas frequentes

### 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.

## Avaliações

![](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 julho, 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 outubro, 2018 1 resposta

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 abril, 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

 [ Leia todas as 6 avaliações ](https://wordpress.org/support/plugin/usgs-stream-flow-data/reviews/)

## Colaboradores e desenvolvedores

“USGS Steam Flow Data” é um programa de código aberto. As seguintes pessoas contribuíram
para este plugin.

Colaboradores

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

[Traduzir o “USGS Steam Flow Data” para seu idioma.](https://translate.wordpress.org/projects/wp-plugins/usgs-stream-flow-data)

### Interessado no desenvolvimento?

[Navegue pelo código](https://plugins.trac.wordpress.org/browser/usgs-stream-flow-data/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/usgs-stream-flow-data/)
ou assine o [registro de desenvolvimento](https://plugins.trac.wordpress.org/log/usgs-stream-flow-data/)
por [RSS](https://plugins.trac.wordpress.org/log/usgs-stream-flow-data/?limit=100&mode=stop_on_copy&format=rss).

## Registro de alterações

#### 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

 *  Versão **23.03.01**
 *  Última atualização **3 anos atrás**
 *  Instalações ativas **100+**
 *  Versão do WordPress ** 5.5 ou superior **
 *  Testado até **6.2.9**
 *  Versão do PHP ** 7.0 ou superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/usgs-stream-flow-data/)
 * Tags
 * [USGS](https://br.wordpress.org/plugins/tags/usgs/)[water level](https://br.wordpress.org/plugins/tags/water-level/)
 *  [Visualização avançada](https://br.wordpress.org/plugins/usgs-stream-flow-data/advanced/)

## Classificações

 5 de 5 estrelas.

 *  [  6 avaliações com 5 estrelas     ](https://wordpress.org/support/plugin/usgs-stream-flow-data/reviews/?filter=5)
 *  [  0 avaliação com 4 estrela     ](https://wordpress.org/support/plugin/usgs-stream-flow-data/reviews/?filter=4)
 *  [  0 avaliação com 3 estrela     ](https://wordpress.org/support/plugin/usgs-stream-flow-data/reviews/?filter=3)
 *  [  0 avaliação com 2 estrela     ](https://wordpress.org/support/plugin/usgs-stream-flow-data/reviews/?filter=2)
 *  [  0 avaliação com 1 estrela     ](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)

[Ver todas avaliações](https://wordpress.org/support/plugin/usgs-stream-flow-data/reviews/)

## Colaboradores

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

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/usgs-stream-flow-data/)

## Doar

Gostaria de contribuir para o desenvolvimento deste plugin?

  Doe para este plugin