Title: USGS River Conditions
Author: manifestcreative
Published: <strong>2012年1月24日</strong>
Last modified: 2012年1月24日

---

プラグインを検索

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

![](https://s.w.org/plugins/geopattern-icon/usgs-streamflow-data.svg)

# USGS River Conditions

 作者: [manifestcreative](https://profiles.wordpress.org/manifestcreative/)

[ダウンロード](https://downloads.wordpress.org/plugin/usgs-streamflow-data.zip)

 * [詳細](https://ja.wordpress.org/plugins/usgs-streamflow-data/#description)
 * [レビュー](https://ja.wordpress.org/plugins/usgs-streamflow-data/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/usgs-streamflow-data/#installation)
 * [開発](https://ja.wordpress.org/plugins/usgs-streamflow-data/#developers)

 [サポート](https://wordpress.org/support/plugin/usgs-streamflow-data/)

## 説明

This is a WordPress plugin that fetches streamflow and river data from the USGS.
It’s intended use is for river guides and fishing outfitters to report conditions.
It may also be useful for rafting companies and others who offer services related
to rivers and streams.

 * [Documentation on USGS API](http://waterservices.usgs.gov/rest/IV-Service.html)
 * [Data Source](http://waterservices.usgs.gov/nwis/iv?format=json,1.1&stateCd=mt&parameterCd=00060,00065,00010&siteType=ST)
 * [How to Locate USGS sites](http://wdr.water.usgs.gov/nwisgmap/index.html)

## インストール

 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Begin by specifying the rivers you’d like to display. Identified as an array within
    the function. `<?php $rivers = usgs_fetch_sites(array('jefferson','madison','bighole','
    beaverhead','ruby'));` ?>
 4. Choose which data parameters to include (stream discharge, temperature, etc), or
    leave blank to include all. `<?php $data_params = usgs_fetch_dataParameters();`?
    >
 5. Place a call to fetch the JSON from USGS `<?php $riverData = usgs_fetch_riverData(
    $rivers,$data_params); ?>`
 6. Display the river data as an unordered list `<?php usgs_display_RiverData($riverData,
    $showMap=false); ?>`
 7. Show a static Google map identifying the locations `<?php usgs_display_map($riverData,'
    riverDataMap','riverMap',650,450,$maptype='terrain',$echo=true); ?>`

## FAQ

#### Will I be able to use this plugin without modifying my theme?

No. You’ll need to have basic familiarity with PHP, HTML and CSS for this plugin
to work as intended. Future releases will attempt to address this and make it more
user friendly.

#### Do you offer support

Generally no. If you wish to request support you may do it [through my personal site](http://philipdowner.com/2012/01/usgs-streamflow-data/).
Since this is my first publicly release plugin, if support requests become overwhelming,
I’ll likely disable support all together.

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

USGS River Conditions はオープンソースソフトウェアです。以下の人々がこのプラグイン
に貢献しています。

貢献者

 *   [ manifestcreative ](https://profiles.wordpress.org/manifestcreative/)

[“USGS River Conditions” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/usgs-streamflow-data)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/usgs-streamflow-data/)
するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/usgs-streamflow-data/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/usgs-streamflow-data/)
を [RSS](https://plugins.trac.wordpress.org/log/usgs-streamflow-data/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 1.0

 * Public release

## メタ

 *  バージョン **1.01**
 *  最終更新日 **14年前**
 *  有効インストール数 **10+**
 *  WordPress バージョン ** 2.9またはそれ以降 **
 *  検証済み最新バージョン: **3.3.2**
 *  言語
 * [English (US)](https://wordpress.org/plugins/usgs-streamflow-data/)
 * タグ
 * [fishing](https://ja.wordpress.org/plugins/tags/fishing/)[USGS](https://ja.wordpress.org/plugins/tags/usgs/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/usgs-streamflow-data/advanced/)

## 評価

レビューはまだ送信されていません。

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

[すべてのレビューを見る](https://wordpress.org/support/plugin/usgs-streamflow-data/reviews/)

## 貢献者

 *   [ manifestcreative ](https://profiles.wordpress.org/manifestcreative/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/usgs-streamflow-data/)

## 寄付

このプラグインが今後も改善できるよう応援しませんか ?

 [ このプラグインに寄付 ](http://philipdowner.com/)