<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Closed Contour &#187; Uncategorized</title>
	<atom:link href="http://blog.closedcontour.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.closedcontour.com</link>
	<description>Modernizing the topographic map</description>
	<lastBuildDate>Sat, 09 Apr 2011 06:11:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Closed Contour Hillshading</title>
		<link>http://blog.closedcontour.com/2011/03/22/closed-contour-hillshading/</link>
		<comments>http://blog.closedcontour.com/2011/03/22/closed-contour-hillshading/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 23:59:11 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.closedcontour.com/?p=143</guid>
		<description><![CDATA[Back in the old days of using paper USGS topographic maps the only indication of topography were the contour lines themselves. It could be difficult to distinguish between a gully and a ridge. Digital representations of topographic maps have improved the situation by adding hillshading, a visual cue that allows your brain to think about [...]]]></description>
			<content:encoded><![CDATA[<p>Back in the old days of using paper USGS topographic maps the only indication of topography were the contour lines themselves. It could be difficult to distinguish between a gully and a ridge. Digital representations of topographic maps have improved the situation by adding hillshading, a visual cue that allows your brain to think about the topography in 3-D. In this post I&#8217;m going to present both my thought processes and technical details of how Closed Contour hillshading is done.</p>
<p>Let&#8217;s start with an example showing the USGS topo around Mt Morgan (S) unshaded (from <a title="USGS Topos for California" href="http://atlas.ca.gov/download.html#/casil/imageryBaseMapsLandCover/baseMaps/drg/7.5_minute_series_albers_nad83_trimmed/37118" target="_blank">State of California</a>):</p>
<div id="attachment_150" class="wp-caption alignnone" style="width: 607px"><a href="http://blog.closedcontour.com/wp-content/uploads/2011/03/usgs-plain-morgan.jpg"><img class="size-full wp-image-150" title="Unshaded USGS Topo" src="http://blog.closedcontour.com/wp-content/uploads/2011/03/usgs-plain-morgan.jpg" alt="Unshaded USGS Topo" width="597" height="398" /></a><p class="wp-caption-text">Unshaded USGS Topo</p></div>
<p>Now here&#8217;s the same spot shaded (from <a title="ArcGIS Map Viewer" href="http://www.arcgis.com/home/webmap/viewer.html?basemapUrl=http://server.arcgisonline.com/ArcGIS/rest/services/NGS_Topo_US_2D/MapServer&amp;center=-118.723,37.4123&amp;level=13" target="_blank">ArcGIS map viewer</a>):</p>
<div id="attachment_151" class="wp-caption alignnone" style="width: 607px"><a href="http://blog.closedcontour.com/wp-content/uploads/2011/03/usgs-shaded-morgan.jpg"><img class="size-full wp-image-151" title="Shaded USGS Topo" src="http://blog.closedcontour.com/wp-content/uploads/2011/03/usgs-shaded-morgan.jpg" alt="Shaded USGS Topo" width="597" height="398" /></a><p class="wp-caption-text">Shaded USGS Topo</p></div>
<p>It&#8217;s much easier to get a sense of the topography at a glance with the shaded version. This led to one of my first cartographic decisions, how was I going to treat hillshading? I started by taking a look around the web for different treatments and wasn&#8217;t very happy with any of them. The shading shown above is pretty decent except for two things, the overall look of the map is dull and muted and there is no fine detail in the shading. It looks as if the shading were done with much lower resolution data than the contours would suggest.</p>
<p>Next, I turned to <a title="Google Terrain Maps" href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=bishop,+ca&amp;aq=&amp;sll=37.0625,-95.677068&amp;sspn=61.711173,107.138672&amp;ie=UTF8&amp;hq=&amp;hnear=Bishop,+Inyo,+California&amp;ll=37.369202,-118.683586&amp;spn=0.123193,0.274658&amp;t=p&amp;z=13" target="_blank">Google&#8217;s Terrain maps</a> for the area around Mount Morgan (S) and Mount Tom:</p>
<div id="attachment_148" class="wp-caption alignnone" style="width: 618px"><a href="http://blog.closedcontour.com/wp-content/uploads/2011/03/google-morgan.jpg"><img class="size-full wp-image-148" title="Google Terrain Map" src="http://blog.closedcontour.com/wp-content/uploads/2011/03/google-morgan.jpg" alt="Google Terrain Map" width="608" height="390" /></a><p class="wp-caption-text">Google Terrain Map</p></div>
<p>Note how metallic and unnatural this looks. The contrast makes the mountains pop way too much for my taste.</p>
<p>Next up, I took a look at <a title="TopOSM" href="http://www.toposm.com/us/?zoom=13&amp;lat=37.40139&amp;lon=-118.6488&amp;layers=B0TT" target="_blank">TopOSM</a>, a remarkable effort by <a href="http://wiki.openstreetmap.org/wiki/User:Ahlzen">Lars Ahlzen</a> to provide topographic maps for the entire country (far more ambitious than me!) based on <a href="http://www.openstreetmap.org/">OpenStreetMap</a> data:</p>
<div id="attachment_149" class="wp-caption alignnone" style="width: 615px"><a href="http://blog.closedcontour.com/wp-content/uploads/2011/03/toposm-morgan.jpg"><img class="size-full wp-image-149" title="TopOSM" src="http://blog.closedcontour.com/wp-content/uploads/2011/03/toposm-morgan.jpg" alt="TopOSM" width="605" height="394" /></a><p class="wp-caption-text">TopOSM</p></div>
<p>I definitely appreciate the ability to turn off all map decorations besides the relief but, again, we get the metallic feel. With a bit more dynamic range it actually seems a little worse than the Google Terrain maps.</p>
<p>The real problem with this metallic looking shading is that it is no longer just a subtle visual cue, it&#8217;s become a first class element of the map. I&#8217;m after more of a light backdrop where I can overlay different layers of data.</p>
<p>One last example I found on the web was from <a title="ACME Mapper" href="http://mapper.acme.com/?ll=37.39812,-118.66024&amp;z=13&amp;t=T&amp;marker0=37.13716%2C-118.59761%2Cmount%20gilbert%5C%2C%20ca&amp;marker1=37.36354%2C-118.39511%2Cbishop%5C%2C%20ca" target="_blank">ACME Mapper</a>:</p>
<div id="attachment_144" class="wp-caption alignnone" style="width: 618px"><a href="http://blog.closedcontour.com/wp-content/uploads/2011/03/acme-shaded.jpg"><img class="size-full wp-image-144" title="ACME Mapper" src="http://blog.closedcontour.com/wp-content/uploads/2011/03/acme-shaded.jpg" alt="ACME Mapper" width="608" height="390" /></a><p class="wp-caption-text">ACME Mapper</p></div>
<p>This one is pretty similar to the first shaded example from above but not quite as dull although it shares the problem of not having a lot of fine detail in the shading. What&#8217;s strange about this one though is that the ridges are actually <em>casting shadows</em> onto the plains below. It has the same effect as traditional hillshading in that you can more easily visualize it in 3-D but I found that it is both confusing and needlessly darkens the valley floors.</p>
<h1>Creating the Hillshade</h1>
<p>After my survey of what was out there I had a pretty clear vision in my head of what I was looking for. The first step was to get the actual data. I&#8217;m using the <a href="http://seamless.usgs.gov/products/3arc.php">1/3 arc-second (roughly 10m) USGS Seamless National Elevation Dataset (NED)</a> which the state of California has conveniently cut into <a href="ftp://projects.atlas.ca.gov/pub/ned/">one-degree square blocks</a>. I used wget to grab the files:</p>
<pre class="brush: xml; gutter: false;">wget -r -np ftp://projects.atlas.ca.gov/pub/ned/38119/grid/grdn38w119_13/
... plus a bunch more</pre>
<p>At about 500MB per square degree this took a few hours. Next I used<a href="http://www.gdal.org/"> GDAL</a> to combine the files and generate the hillshading background image. The first step is to use GDAL to <a href="http://www.gdal.org/gdalbuildvrt.html">create</a> a <a href="http://www.gdal.org/gdal_vrttut.html">VRT</a> that will make all of the separate one degree block files appear as one large dataset:</p>
<pre class="brush: xml; gutter: false;">gdalbuildvrt dem.vrt grdn38w119_13/w001001.adf {more files}</pre>
<p>I need the final output to be in the Closed Contour projection so I used GDAL to <a href="http://www.gdal.org/gdalwarp.html">warp</a> the data:</p>
<pre class="brush: xml; gutter: false;">gdalwarp -t_srs &quot;+proj=tmerc +lon_0=120w +k=0.9996 +ellps=WGS84&quot; \
        -r cubic -tr 10 10 dem.vrt dem.tif</pre>
<p>At this point I have a single TIFF file that has elevations for the entire area of interest. This file is 36515 x 55915 32-bit (that&#8217;s 2000+ megapixels!) floats representing elevation, weighing in around 8GB.</p>
<p>Next I used GDAL to <a href="http://www.gdal.org/gdaldem.html">create a visual hillshading representation</a>:</p>
<pre class="brush: xml; gutter: false;">gdaldem hillshade -s 1 -z 0.7 dem.tif shade.tif</pre>
<p>I experimented with a variety of &#8216;-s&#8217; and &#8216;-z&#8217; arguments but couldn&#8217;t really get what I was looking for.  Here&#8217;s the output from the above:</p>
<div id="attachment_147" class="wp-caption alignnone" style="width: 637px"><a href="http://blog.closedcontour.com/wp-content/uploads/2011/03/gdal-morgan.jpg"><img class="size-full wp-image-147" title="Direct GDAL Output" src="http://blog.closedcontour.com/wp-content/uploads/2011/03/gdal-morgan.jpg" alt="Direct GDAL Output" width="627" height="431" /></a><p class="wp-caption-text">Direct GDAL Output</p></div>
<p>Uh-oh, we&#8217;re back to that metallic feel. I was a bit stumped at this point. I knew that I could take an image like this into Photoshop and tweak the curves to get the effect I was looking for but I wasn&#8217;t too excited about asking Photoshop to open up my 8Gb image (I was on a 32-bit machine at the time). Besides, I wanted this to be reproducible in a script.</p>
<p>I poked around with GDAL a bit more and noted that the output from the hillshade program was an 8-bit grayscale image. If I could just remap those bytes into my own palette then I&#8217;d be set. I thought this would be pretty straightforward but a bunch of googling later and I still didn&#8217;t have a solution. Further digging revealed that GDAL had all the answers. First, I created a VRT from the hillshade output:</p>
<pre class="brush: xml; gutter: false;">gdalbuildvrt remap.vrt shade.tif</pre>
<p>Open up remap.vrt in an editor and you&#8217;ll see this:</p>
<pre class="brush: xml; gutter: false;">...
   &lt;VRTRasterBand dataType=&quot;Byte&quot; band=&quot;1&quot;&gt;
   &lt;NoDataValue&gt;0.00000000000000E+000&lt;/NoDataValue&gt;
   &lt;ColorInterp&gt;Gray&lt;/ColorInterp&gt;
...</pre>
<p>It turns out you can manually create a custom color palette like so:</p>
<pre class="brush: xml; gutter: false;">...
   &lt;ColorInterp&gt;Palette&lt;/ColorInterp&gt;
   &lt;ColorTable&gt;
      &lt;Entry c1=&quot;128&quot; c2=&quot;128&quot; c3=&quot;128&quot; c4=&quot;255&quot;/&gt;
      ... 254 more color entries
   &lt;/ColorTable&gt;
...</pre>
<p>I wrote a small script (which I have unfortunately misplaced, although just ask if you&#8217;d like the generated color ramp that I used) that mapped the gray values in such a way that the darkest became 128 gray and rapidly curved up to white.  The last step was to convert the VRT to an actual TIFF, which was as simple as:</p>
<pre class="brush: xml; gutter: false;">gdalwarp remap.vrt final_hillshade.tif</pre>
<p>This what I ended up with:</p>
<div id="attachment_146" class="wp-caption alignnone" style="width: 637px"><a href="http://blog.closedcontour.com/wp-content/uploads/2011/03/closedcontour-morgan.jpg"><img class="size-full wp-image-146" title="Remapped GDAL Output" src="http://blog.closedcontour.com/wp-content/uploads/2011/03/closedcontour-morgan.jpg" alt="Remapped GDAL Output" width="627" height="431" /></a><p class="wp-caption-text">Remapped GDAL Output</p></div>
<p>Ah, this is much better. Still a bit metallic when viewed in isolation, but once you start overlaying data it recedes into the backdrop and becomes just that 3-D topographic visual cue I was looking for. Here&#8217;s what this area of the map looks like in the latest version of the map:</p>
<div id="attachment_145" class="wp-caption alignnone" style="width: 637px"><a href="http://blog.closedcontour.com/wp-content/uploads/2011/03/closedcontour-complete-morgan.jpg"><img class="size-full wp-image-145" title="Closed Contour Map" src="http://blog.closedcontour.com/wp-content/uploads/2011/03/closedcontour-complete-morgan.jpg" alt="Closed Contour Map" width="627" height="431" /></a><p class="wp-caption-text">Closed Contour Map</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.closedcontour.com/2011/03/22/closed-contour-hillshading/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Enjoy the Map</title>
		<link>http://blog.closedcontour.com/2011/03/17/enjoy-the-map/</link>
		<comments>http://blog.closedcontour.com/2011/03/17/enjoy-the-map/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 04:30:08 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.closedcontour.com/?p=132</guid>
		<description><![CDATA[There are so many things I&#8217;d like to do with the Closed Contour SPS map.  Cleaning up data problems, better labeling of important landmarks for climbers, features for overlaying personal data, making the map prettier &#8212; I really could work on it forever.
But Closed Contour is just a hobby for me and it&#8217;s unclear when [...]]]></description>
			<content:encoded><![CDATA[<p>There are so many things I&#8217;d like to do with the Closed Contour SPS map.  Cleaning up data problems, better labeling of important landmarks for climbers, features for overlaying personal data, making the map prettier &#8212; I really could work on it forever.</p>
<p>But Closed Contour is just a hobby for me and it&#8217;s unclear when I&#8217;ll ever have time to do these things. But I don&#8217;t want to let my desire for a cleaner, prettier, more featureful map stand in the way of releasing what I think is a pretty cool map.</p>
<p>So I&#8217;ve decided that it&#8217;s time I start telling people about the Closed Contour SPS map. Hopefully visitors will find it to be both useful and aesthetically pleasing. I&#8217;ve certainly enjoyed making it and look forward to continuing work on it in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.closedcontour.com/2011/03/17/enjoy-the-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lessons from the Weekend</title>
		<link>http://blog.closedcontour.com/2010/06/09/lessons-from-the-weekend/</link>
		<comments>http://blog.closedcontour.com/2010/06/09/lessons-from-the-weekend/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 15:34:13 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.closedcontour.com/?p=88</guid>
		<description><![CDATA[Last weekend I climbed Liberty Cap and Mount Watkins in Yosemite National Park with my brother and his wife.  It was a great trip, the waterfalls were going crazy, the weather was sunny and not too hot, and the nights not too cold.  A good (late) start to the season.
While we were making our way [...]]]></description>
			<content:encoded><![CDATA[<p>Last weekend I climbed Liberty Cap and Mount Watkins in Yosemite National Park with my brother and his wife.  It was a great trip, the waterfalls were going crazy, the weather was sunny and not too hot, and the nights not too cold.  A good (late) start to the season.</p>
<div id="attachment_92" class="wp-caption alignnone" style="width: 410px"><a href="http://blog.closedcontour.com/wp-content/uploads/2010/06/starr_king_from_liberty_cap.jpg"><img class="size-full wp-image-92" title="starr_king_from_liberty_cap" src="http://blog.closedcontour.com/wp-content/uploads/2010/06/starr_king_from_liberty_cap.jpg" alt="" width="400" height="598" /></a><p class="wp-caption-text">Mount Starr King from Liberty Cap</p></div>
<p>While we were making our way up Liberty Cap I realized that the coloring of the my map was too simple and somewhat misleading.  Here&#8217;s a snap of the Liberty Cap area from the v1 tiles (which are the published ones as I write this):</p>
<div id="attachment_93" class="wp-caption alignnone" style="width: 423px"><a href="http://blog.closedcontour.com/wp-content/uploads/2010/06/liberty_cap_v1.jpg"><img class="size-full wp-image-93" title="liberty_cap_v1" src="http://blog.closedcontour.com/wp-content/uploads/2010/06/liberty_cap_v1.jpg" alt="" width="413" height="350" /></a><p class="wp-caption-text">Liberty Cap (Closed Contour v1)</p></div>
<p>We left the trail around the &#8216;6000&#8242; contour label and headed up the gully between Mount Broderick and Liberty Cap.  We then curled around and went up the broad gully on the north side of the dome.  So what&#8217;s the problem with the map?  It shows most of the route up the north side as being in the forest when in fact it was easy traveling over mostly rock.  In coloring the land-cover I was ignoring the density of the vegetation.  I spent some time last night working on some styling for this data and ended up with this:</p>
<div id="attachment_94" class="wp-caption alignnone" style="width: 424px"><a href="http://blog.closedcontour.com/wp-content/uploads/2010/06/liberty_cap_v2_prototype.jpg"><img class="size-full wp-image-94" title="liberty_cap_v2_prototype" src="http://blog.closedcontour.com/wp-content/uploads/2010/06/liberty_cap_v2_prototype.jpg" alt="" width="414" height="350" /></a><p class="wp-caption-text">Liberty Cap (Prototype v2)</p></div>
<p>This is a better representation of reality and is superior for trip planning (i.e. not going through dense forest if possible).  As you can see there are other styling elements added as well.</p>
<p>The same problem arose on the Mount Watkins hike.  Here&#8217;s the current map:</p>
<div id="attachment_96" class="wp-caption alignnone" style="width: 510px"><a href="http://blog.closedcontour.com/wp-content/uploads/2010/06/watkins_v1.jpg"><img class="size-full wp-image-96" title="watkins_v1" src="http://blog.closedcontour.com/wp-content/uploads/2010/06/watkins_v1.jpg" alt="" width="500" height="490" /></a><p class="wp-caption-text">Mount Watkins (Closed Contour v1)</p></div>
<p>It shows the Snow Creek Trail (the steepest trail out of the valley) climbing through green, which could indicate shade while in reality this route is mostly exposed to the sun.  Also, the cross country travel is pretty straightforward once leaving the trail on the east side of Snow Creek.  Take a look at the v2 prototype map:</p>
<div id="attachment_95" class="wp-caption alignnone" style="width: 510px"><a href="http://blog.closedcontour.com/wp-content/uploads/2010/06/watkins_v2.jpg"><img class="size-full wp-image-95" title="watkins_v2" src="http://blog.closedcontour.com/wp-content/uploads/2010/06/watkins_v2.jpg" alt="" width="500" height="490" /></a><p class="wp-caption-text">Mount Watkins (Prototype v2)</p></div>
<p>Unfortunately I&#8217;ve only applied these changes to the Yosemite land cover data at this time.  It&#8217;ll take a little bit of work and a re-import of the vegetation data to do it across the whole Sierra Nevada, but I feel like it&#8217;s a big improvement in the usability of the map.</p>
<p>I&#8217;ll close this post with a few other photos from the weekend.  First, the top of Nevada Falls:</p>
<div id="attachment_89" class="wp-caption alignnone" style="width: 410px"><a href="http://blog.closedcontour.com/wp-content/uploads/2010/06/top_of_nevada_falls.jpg"><img class="size-full wp-image-89" title="top_of_nevada_falls" src="http://blog.closedcontour.com/wp-content/uploads/2010/06/top_of_nevada_falls.jpg" alt="" width="400" height="598" /></a><p class="wp-caption-text">Top of Nevada Falls</p></div>
<p>Because of the late spring snow and cool temperatures the rivers are just now reaching their peak flow.  Next, a couple from the Mount Watkins hike:</p>
<div id="attachment_91" class="wp-caption alignnone" style="width: 450px"><a href="http://blog.closedcontour.com/wp-content/uploads/2010/06/half_dome_from_watkins.jpg"><img class="size-full wp-image-91" title="half_dome_from_watkins" src="http://blog.closedcontour.com/wp-content/uploads/2010/06/half_dome_from_watkins.jpg" alt="" width="440" height="268" /></a><p class="wp-caption-text">Half Dome from Mount Watkins</p></div>
<div id="attachment_90" class="wp-caption alignnone" style="width: 450px"><a href="http://blog.closedcontour.com/wp-content/uploads/2010/06/clouds_rest_from_watkins.jpg"><img class="size-full wp-image-90" title="clouds_rest_from_watkins" src="http://blog.closedcontour.com/wp-content/uploads/2010/06/clouds_rest_from_watkins.jpg" alt="" width="440" height="295" /></a><p class="wp-caption-text">Clouds Rest from Mount Watkins</p></div>
<p>I think the Snow Creek Trail has the best views of Half Dome in the valley.  And the summit of Mount Watkins has the best views of Clouds Rest.  Two highly recommended hikes.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.closedcontour.com/2010/06/09/lessons-from-the-weekend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://blog.closedcontour.com/2010/05/29/welcome/</link>
		<comments>http://blog.closedcontour.com/2010/05/29/welcome/#comments</comments>
		<pubDate>Sat, 29 May 2010 20:42:01 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.closedcontour.com/?p=16</guid>
		<description><![CDATA[So, my friend Jeff tweeted about my site so I guess in some sense it&#8217;s now public.  There were a few things I wanted to clean up before I went public but nothing too major:

Tiles for the outer zoom levels look like crap right now.  I&#8217;ve got a somewhat cleaner look and feel for those [...]]]></description>
			<content:encoded><![CDATA[<p>So, my friend Jeff tweeted about my site so I guess in some sense it&#8217;s now public.  There were a few things I wanted to clean up before I went public but nothing too major:</p>
<ul>
<li>Tiles for the outer zoom levels look like crap right now.  I&#8217;ve got a somewhat cleaner look and feel for those now, just need to generate.</li>
<li>I&#8217;ve cleaned up my trails data a little bit and got Yosemite and Sequoia/Kings Canyon data in there.</li>
<li>I&#8217;ve added some populated places to the map.</li>
<li>Added more data to the DEM so hillshading will be better, especially zoomed out.</li>
</ul>
<p>Anyway, I hope to have my new tileset up and published by the end of the long weekend.  <strong>Update: new tiles are up.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.closedcontour.com/2010/05/29/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

