<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: River Levels Widget v1.2.1</title>
	<atom:link href="http://www.adamfranco.com/archives/69/feed" rel="self" type="application/rss+xml" />
	<link>http://www.adamfranco.com/archives/69</link>
	<description>Musings, projects, and photography.</description>
	<pubDate>Thu, 20 Nov 2008 15:42:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Adam Franco</title>
		<link>http://www.adamfranco.com/archives/69#comment-1718</link>
		<dc:creator>Adam Franco</dc:creator>
		<pubDate>Wed, 11 Jun 2008 11:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamfranco.com/?p=69#comment-1718</guid>
		<description>Todd, the station list is built dynamically from the USGS site with a URL similar to the following (with 'ny' being the abbreviation for New York:

&lt;a href='http://waterdata.usgs.gov/ny/nwis/current?index_pmcode_STATION_NM=1&#038;index_pmcode_DATETIME=2&#038;index_pmcode_00065=3&#038;index_pmcode_00060=4&#038;column_name=station_nm&#038;column_name=site_no&#038;sort_key=station_nm&#038;sort_key_2=station_nm&#038;format=sitefile_output&#038;sitefile_output_format=xml&#038;rdb_compression=file&#038;list_of_search_criteria=realtime_parameter_selection' rel="nofollow"&gt;http://waterdata.usgs.gov/ny/nwis/current?index_pmcode_STATION_NM=1&#038;index_pmcode_DATETIME=2&#038;index_pmcode_00065=3&#038;index_pmcode_00060=4&#038;column_name=station_nm&#038;column_name=site_no&#038;sort_key=station_nm&#038;sort_key_2=station_nm&#038;format=sitefile_output&#038;sitefile_output_format=xml&#038;rdb_compression=file&#038;list_of_search_criteria=realtime_parameter_selection&lt;/a&gt;

The same page in HTML format instead of XML: 

&lt;a href='http://waterdata.usgs.gov/ny/nwis/current?index_pmcode_STATION_NM=1&#038;index_pmcode_DATETIME=2&#038;index_pmcode_00065=3&#038;index_pmcode_00060=4&#038;column_name=station_nm&#038;column_name=site_no&#038;sort_key=station_nm&#038;sort_key_2=station_nm&#038;rdb_compression=file&#038;list_of_search_criteria=realtime_parameter_selection' rel="nofollow"&gt;http://waterdata.usgs.gov/ny/nwis/current?index_pmcode_STATION_NM=1&#038;index_pmcode_DATETIME=2&#038;index_pmcode_00065=3&#038;index_pmcode_00060=4&#038;column_name=station_nm&#038;column_name=site_no&#038;sort_key=station_nm&#038;sort_key_2=station_nm&#038;rdb_compression=file&#038;list_of_search_criteria=realtime_parameter_selection&lt;/a&gt;

These are urls are built from the real-time water data &lt;a href='http://waterdata.usgs.gov/ny/nwis/current?search_criteria=station_type_cd&#038;submitted_form=introduction' rel="nofollow"&gt;search  form&lt;/a&gt;. If the station doesn't show up there, then it won't appear in the list. 

The graphs displayed in the widget are pulled directly from the USGS site and not generated in the widget. Therefore, the station page will need to have graphs on it for which I can get the URL. If you give me a url to the station page I might be able to figure out why it isn't showing up in the list and if it will be possible to add support for it and similar stations.</description>
		<content:encoded><![CDATA[<p>Todd, the station list is built dynamically from the USGS site with a URL similar to the following (with &#8216;ny&#8217; being the abbreviation for New York:</p>
<p><a href='http://waterdata.usgs.gov/ny/nwis/current?index_pmcode_STATION_NM=1&#038;index_pmcode_DATETIME=2&#038;index_pmcode_00065=3&#038;index_pmcode_00060=4&#038;column_name=station_nm&#038;column_name=site_no&#038;sort_key=station_nm&#038;sort_key_2=station_nm&#038;format=sitefile_output&#038;sitefile_output_format=xml&#038;rdb_compression=file&#038;list_of_search_criteria=realtime_parameter_selection' rel="nofollow">http://waterdata.usgs.gov/ny/nwis/current?index_pmcode_STATION_NM=1&#038;index_pmcode_DATETIME=2&#038;index_pmcode_00065=3&#038;index_pmcode_00060=4&#038;column_name=station_nm&#038;column_name=site_no&#038;sort_key=station_nm&#038;sort_key_2=station_nm&#038;format=sitefile_output&#038;sitefile_output_format=xml&#038;rdb_compression=file&#038;list_of_search_criteria=realtime_parameter_selection</a></p>
<p>The same page in HTML format instead of XML: </p>
<p><a href='http://waterdata.usgs.gov/ny/nwis/current?index_pmcode_STATION_NM=1&#038;index_pmcode_DATETIME=2&#038;index_pmcode_00065=3&#038;index_pmcode_00060=4&#038;column_name=station_nm&#038;column_name=site_no&#038;sort_key=station_nm&#038;sort_key_2=station_nm&#038;rdb_compression=file&#038;list_of_search_criteria=realtime_parameter_selection' rel="nofollow">http://waterdata.usgs.gov/ny/nwis/current?index_pmcode_STATION_NM=1&#038;index_pmcode_DATETIME=2&#038;index_pmcode_00065=3&#038;index_pmcode_00060=4&#038;column_name=station_nm&#038;column_name=site_no&#038;sort_key=station_nm&#038;sort_key_2=station_nm&#038;rdb_compression=file&#038;list_of_search_criteria=realtime_parameter_selection</a></p>
<p>These are urls are built from the real-time water data <a href='http://waterdata.usgs.gov/ny/nwis/current?search_criteria=station_type_cd&#038;submitted_form=introduction' rel="nofollow">search  form</a>. If the station doesn&#8217;t show up there, then it won&#8217;t appear in the list. </p>
<p>The graphs displayed in the widget are pulled directly from the USGS site and not generated in the widget. Therefore, the station page will need to have graphs on it for which I can get the URL. If you give me a url to the station page I might be able to figure out why it isn&#8217;t showing up in the list and if it will be possible to add support for it and similar stations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Measure River Levels on Your Desktop &#171; UnEarthedTees&#8217; Geology News</title>
		<link>http://www.adamfranco.com/archives/69#comment-1708</link>
		<dc:creator>Measure River Levels on Your Desktop &#171; UnEarthedTees&#8217; Geology News</dc:creator>
		<pubDate>Wed, 11 Jun 2008 02:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamfranco.com/?p=69#comment-1708</guid>
		<description>[...] the storms and floods so much of the central U.S. is going through, I thought I&#8217;d offer up a little widget I just came [...]</description>
		<content:encoded><![CDATA[<p>[...] the storms and floods so much of the central U.S. is going through, I thought I&#8217;d offer up a little widget I just came [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://www.adamfranco.com/archives/69#comment-1428</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Tue, 13 May 2008 13:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamfranco.com/?p=69#comment-1428</guid>
		<description>Adam,

Great widget.  Is there any way to add USGS stations?  I'd like to have the South Platte above Lake George (PLAGECO).</description>
		<content:encoded><![CDATA[<p>Adam,</p>
<p>Great widget.  Is there any way to add USGS stations?  I&#8217;d like to have the South Platte above Lake George (PLAGECO).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chase Southard</title>
		<link>http://www.adamfranco.com/archives/69#comment-1371</link>
		<dc:creator>Chase Southard</dc:creator>
		<pubDate>Wed, 02 Apr 2008 17:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamfranco.com/?p=69#comment-1371</guid>
		<description>Hi Adam,

Thanks for the River Levels widget. Being both a mac addict and the son of a fly fishing shop proprietor (http://forwardcast.net), I quickly saw how useful this could be for the shop. However, I thought that your widget could be extended to mobile devices too (e.g. iPhone). Therefore, I'm currently working on Ruby on Rails implementation of your widget only less graphical and more text based. Although, now that the iPhone SDK is available, your widget might make a good iPhone/iPod Touch application too.

Chase</description>
		<content:encoded><![CDATA[<p>Hi Adam,</p>
<p>Thanks for the River Levels widget. Being both a mac addict and the son of a fly fishing shop proprietor (http://forwardcast.net), I quickly saw how useful this could be for the shop. However, I thought that your widget could be extended to mobile devices too (e.g. iPhone). Therefore, I&#8217;m currently working on Ruby on Rails implementation of your widget only less graphical and more text based. Although, now that the iPhone SDK is available, your widget might make a good iPhone/iPod Touch application too.</p>
<p>Chase</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.adamfranco.com/archives/69#comment-1357</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 11 Feb 2008 06:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamfranco.com/?p=69#comment-1357</guid>
		<description>This fixed my 10.5.1 issue that I logged on the 1.2 page, obviously a package problem.  Thanks for the quick update.</description>
		<content:encoded><![CDATA[<p>This fixed my 10.5.1 issue that I logged on the 1.2 page, obviously a package problem.  Thanks for the quick update.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
