<?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>EGB13 &#187; Maps</title>
	<atom:link href="http://egb13.net/category/maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://egb13.net</link>
	<description>Time-lapse, weather, maps, and more</description>
	<lastBuildDate>Sun, 30 May 2010 01:36:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Road trip!</title>
		<link>http://egb13.net/2009/11/road-trip/</link>
		<comments>http://egb13.net/2009/11/road-trip/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 06:12:04 +0000</pubDate>
		<dc:creator>egb13</dc:creator>
				<category><![CDATA[Maps]]></category>
		<category><![CDATA[Time-lapse]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[weather]]></category>
		<category><![CDATA[radar]]></category>

		<guid isPermaLink="false">http://egb13.net/?p=412</guid>
		<description><![CDATA[It was a bright but rainy day at the height of the fall colors, so we took a Sunday drive out to the boonies.  I took the camera, but didn&#8217;t use it, though the trees were very colorful.  Fortunately, I did take the GPS!  This video shows the location of our car on a map [...]]]></description>
		<wfw:commentRss>http://egb13.net/2009/11/road-trip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shapefile to SVG translator project</title>
		<link>http://egb13.net/2009/07/shapefile-to-svg-translator-project/</link>
		<comments>http://egb13.net/2009/07/shapefile-to-svg-translator-project/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 13:47:29 +0000</pubDate>
		<dc:creator>egb13</dc:creator>
				<category><![CDATA[Maps]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[shapefile]]></category>
		<category><![CDATA[svg]]></category>

		<guid isPermaLink="false">http://egb13.net/?p=260</guid>
		<description><![CDATA[Creating a new perl tool to generate map drawings in SVG format directly from GIS data.]]></description>
		<wfw:commentRss>http://egb13.net/2009/07/shapefile-to-svg-translator-project/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Animated Blue Marble overlay</title>
		<link>http://egb13.net/2009/04/bm-overlay-animate/</link>
		<comments>http://egb13.net/2009/04/bm-overlay-animate/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 03:49:56 +0000</pubDate>
		<dc:creator>egb13</dc:creator>
				<category><![CDATA[Maps]]></category>
		<category><![CDATA[Time-lapse]]></category>
		<category><![CDATA[gdalwarp]]></category>
		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://egb13.net/?p=173</guid>
		<description><![CDATA[This is a test run of the nation-wide (lower 48) weather radar animated on a Blue Marble image, with state outlines.  The YouTube link is here, and it&#8217;s embedded below, along with a short discussion of the necessary steps to make it, and what could make it better.

This is just about a day&#8217;s worth of [...]]]></description>
		<wfw:commentRss>http://egb13.net/2009/04/bm-overlay-animate/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>World file calculator</title>
		<link>http://egb13.net/2009/03/worldfile-calculator/</link>
		<comments>http://egb13.net/2009/03/worldfile-calculator/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 23:09:29 +0000</pubDate>
		<dc:creator>egb13</dc:creator>
				<category><![CDATA[Maps]]></category>
		<category><![CDATA[gdalwarp mapfile geotiff]]></category>

		<guid isPermaLink="false">http://egb13.net/?p=59</guid>
		<description><![CDATA[
This is a simple JavaScript calculator for figuring out world files.

Enter the coordinates of opposing corners of the image.  Geographic coordinates should be positive with N/S and E/W chosen for direction from the equator and the prime meridian.  For UTM enter either positive or negative numbers for northing and easting, and leave the [...]]]></description>
		<wfw:commentRss>http://egb13.net/2009/03/worldfile-calculator/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Using gdalwarp</title>
		<link>http://egb13.net/2009/03/using-gdalwarp/</link>
		<comments>http://egb13.net/2009/03/using-gdalwarp/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 23:54:52 +0000</pubDate>
		<dc:creator>egb13</dc:creator>
				<category><![CDATA[Maps]]></category>

		<guid isPermaLink="false">http://www.spuzzly.com/?p=11</guid>
		<description><![CDATA[Long story &#8211; short
To project the individual frames for this video I used:
gdalwarp -tr 10000 10000 -s_srs EPSG:4326 -t_srs EPSG:2163 nation.gif nationproj.tif
Long story &#8211; long
I finally figured out some of the mojo necessary to get some good out of gdalwarp.  For me the key was to understand the “spatial reference system” (SRS) parameters.  [...]]]></description>
		<wfw:commentRss>http://egb13.net/2009/03/using-gdalwarp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
