<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Shapefile to SVG translator project</title>
	<atom:link href="http://egb13.net/2009/07/shapefile-to-svg-translator-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://egb13.net/2009/07/shapefile-to-svg-translator-project/</link>
	<description>Time-lapse, weather, maps, and more</description>
	<lastBuildDate>Thu, 15 Apr 2010 15:28:42 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: hgavin</title>
		<link>http://egb13.net/2009/07/shapefile-to-svg-translator-project/comment-page-1/#comment-19</link>
		<dc:creator>hgavin</dc:creator>
		<pubDate>Thu, 20 Aug 2009 09:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://egb13.net/?p=260#comment-19</guid>
		<description>I&#039;ve just used your script from github to generate SVGs from Tele Atlas shapefiles - it works great!  Thanks very much for all your efforts.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just used your script from github to generate SVGs from Tele Atlas shapefiles &#8211; it works great!  Thanks very much for all your efforts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: egb13</title>
		<link>http://egb13.net/2009/07/shapefile-to-svg-translator-project/comment-page-1/#comment-18</link>
		<dc:creator>egb13</dc:creator>
		<pubDate>Fri, 31 Jul 2009 06:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://egb13.net/?p=260#comment-18</guid>
		<description>Okay, now I recall that git is what Linus wrote to replace that bitthingy.

I&#039;ve created a github account called &quot;kbh3rd&quot; with a repository called &quot;shptosvg&quot;.  The perl script and an example shellscript that invokes it are the two files currently in the repository.  Running &quot;shptosvg.pl -h&quot; gives a fairly lenghty usage summary.

The perl script requires two modules from CPAN to run: Geo::Shapefile and SVG.  No other external dependencies exist.</description>
		<content:encoded><![CDATA[<p>Okay, now I recall that git is what Linus wrote to replace that bitthingy.</p>
<p>I&#8217;ve created a github account called &#8220;kbh3rd&#8221; with a repository called &#8220;shptosvg&#8221;.  The perl script and an example shellscript that invokes it are the two files currently in the repository.  Running &#8220;shptosvg.pl -h&#8221; gives a fairly lenghty usage summary.</p>
<p>The perl script requires two modules from CPAN to run: Geo::Shapefile and SVG.  No other external dependencies exist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: egb13</title>
		<link>http://egb13.net/2009/07/shapefile-to-svg-translator-project/comment-page-1/#comment-17</link>
		<dc:creator>egb13</dc:creator>
		<pubDate>Fri, 31 Jul 2009 02:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://egb13.net/?p=260#comment-17</guid>
		<description>It&#039;s very close to ready for prime time.  I just posted a map on Wikipedia that I made with it.  I had to do very little tweaking after the fact.  It will require some documentation about how to specify all those options on the command line; there&#039;s quite a lot there, and I&#039;ve found it easier to put it into a shell script where I can easily edit and tweak the parameters for successive runs until I&#039;m happy with the result.

I was considering creating a project on SourceForge.  It would be my first, so I&#039;m not bound to that site.  I&#039;m not familiar with GitHub.  Why would I want to use that instead?

BTW, the new map is at http://commons.wikimedia.org/wiki/File:Ogallala_saturated_thickness_1997-sattk97-v2.svg and is used in the Ogallala Aquifer article.  (There, I&#039;ve gone and blown my cover and linked this site to another of my online identities.  Out of one closet and into another. ;)</description>
		<content:encoded><![CDATA[<p>It&#8217;s very close to ready for prime time.  I just posted a map on Wikipedia that I made with it.  I had to do very little tweaking after the fact.  It will require some documentation about how to specify all those options on the command line; there&#8217;s quite a lot there, and I&#8217;ve found it easier to put it into a shell script where I can easily edit and tweak the parameters for successive runs until I&#8217;m happy with the result.</p>
<p>I was considering creating a project on SourceForge.  It would be my first, so I&#8217;m not bound to that site.  I&#8217;m not familiar with GitHub.  Why would I want to use that instead?</p>
<p>BTW, the new map is at <a href="http://commons.wikimedia.org/wiki/File:Ogallala_saturated_thickness_1997-sattk97-v2.svg" rel="nofollow">http://commons.wikimedia.org/wiki/File:Ogallala_saturated_thickness_1997-sattk97-v2.svg</a> and is used in the Ogallala Aquifer article.  (There, I&#8217;ve gone and blown my cover and linked this site to another of my online identities.  Out of one closet and into another. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CodeMonkeySteve</title>
		<link>http://egb13.net/2009/07/shapefile-to-svg-translator-project/comment-page-1/#comment-16</link>
		<dc:creator>CodeMonkeySteve</dc:creator>
		<pubDate>Fri, 31 Jul 2009 01:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://egb13.net/?p=260#comment-16</guid>
		<description>This would be extremely handy, would you mind throwing it up on GitHub, even un-tidied?  I&#039;m about ready to write my own Ruby version, but I&#039;d rather hack yours.</description>
		<content:encoded><![CDATA[<p>This would be extremely handy, would you mind throwing it up on GitHub, even un-tidied?  I&#8217;m about ready to write my own Ruby version, but I&#8217;d rather hack yours.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
