Title: USGS River Conditions
Author: manifestcreative
Published: <strong>24.01.2012</strong>
Last modified: 24.01.2012

---

Поиск плагинов

Этот плагин **не тестировался с последними 3 основными выпусками WordPress**. Скорее
всего, он уже не поддерживается и может быть несовместим с текущими версиями 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://ru.wordpress.org/plugins/usgs-streamflow-data/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/usgs-streamflow-data/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/usgs-streamflow-data/#installation)
 * [Разработка](https://ru.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); ?>`

## Часто задаваемые вопросы

#### 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://ru.wordpress.org/plugins/tags/fishing/)[USGS](https://ru.wordpress.org/plugins/tags/usgs/)
 *  [Дополнительно](https://ru.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/)