<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml"
	>
<channel>
	<title>Comments on: Spatial programming with Ruby on Rails</title>
	<atom:link href="http://highearthorbit.com/spatial-programming-with-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://highearthorbit.com/spatial-programming-with-ruby-on-rails/</link>
	<description>Transmitting ideas, observations, and images from 42,000 km.</description>
	<lastBuildDate>Mon, 15 Mar 2010 20:16:11 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-rare</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jacob Lyles</title>
		<link>http://highearthorbit.com/spatial-programming-with-ruby-on-rails/comment-page-1/#comment-202472</link>
		<dc:creator>Jacob Lyles</dc:creator>
		<pubDate>Wed, 17 Sep 2008 12:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://highearthorbit.com/spatial-programming-with-ruby-on-rails/#comment-202472</guid>
		<description>If you have SSH access to your domain with Dreamhost, you can install your own software for your account. I imagine that you can install PostgreSQL. The only problem is that you have to do it manually i.e. from source (But I doubt that´s a problem for you)</description>
		<content:encoded><![CDATA[<p>If you have SSH access to your domain with Dreamhost, you can install your own software for your account. I imagine that you can install PostgreSQL. The only problem is that you have to do it manually i.e. from source (But I doubt that´s a problem for you)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spatial programming with Ruby on Rails at Freak Enterprises</title>
		<link>http://highearthorbit.com/spatial-programming-with-ruby-on-rails/comment-page-1/#comment-116809</link>
		<dc:creator>Spatial programming with Ruby on Rails at Freak Enterprises</dc:creator>
		<pubDate>Sun, 21 Oct 2007 11:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://highearthorbit.com/spatial-programming-with-ruby-on-rails/#comment-116809</guid>
		<description>[...] http://highearthorbit.com/spatial-programming-with-ruby-on-rails/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://highearthorbit.com/spatial-programming-with-ruby-on-rails/" rel="nofollow">http://highearthorbit.com/spatial-programming-with-ruby-on-rails/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LenZ</title>
		<link>http://highearthorbit.com/spatial-programming-with-ruby-on-rails/comment-page-1/#comment-92055</link>
		<dc:creator>LenZ</dc:creator>
		<pubDate>Mon, 25 Jun 2007 05:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://highearthorbit.com/spatial-programming-with-ruby-on-rails/#comment-92055</guid>
		<description>JFYI, MySQL has started to improve the GIS support and has added several functions that are not using MBRs but precise operations instead, e.g. BUFFER, DIFFERENCE, DISTANCE, INTERSECTION, UNION. For more info, see http://www.planetmysql.org/entries/7897 </description>
		<content:encoded><![CDATA[<p>JFYI, MySQL has started to improve the GIS support and has added several functions that are not using MBRs but precise operations instead, e.g. BUFFER, DIFFERENCE, DISTANCE, INTERSECTION, UNION. For more info, see <a href="http://www.planetmysql.org/entries/7897" rel="nofollow">http://www.planetmysql.org/entries/7897</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman Alberto</title>
		<link>http://highearthorbit.com/spatial-programming-with-ruby-on-rails/comment-page-1/#comment-79725</link>
		<dc:creator>Roman Alberto</dc:creator>
		<pubDate>Mon, 02 Apr 2007 02:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://highearthorbit.com/spatial-programming-with-ruby-on-rails/#comment-79725</guid>
		<description>nice site</description>
		<content:encoded><![CDATA[<p>nice site</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://highearthorbit.com/spatial-programming-with-ruby-on-rails/comment-page-1/#comment-78582</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 19 Mar 2007 23:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://highearthorbit.com/spatial-programming-with-ruby-on-rails/#comment-78582</guid>
		<description>@Xin - &lt;a href=&quot;http://thepochisuperstarmegashow.com/ProjectsDoc/ym4r_mapstraction-doc/&quot; rel=&quot;nofollow&quot;&gt;YM4R/Mapstraction&lt;/a&gt; is a great mapping plugin for doing points, lines, etc. and very easy to pick up too.</description>
		<content:encoded><![CDATA[<p>@Xin &#8211; <a href="http://thepochisuperstarmegashow.com/ProjectsDoc/ym4r_mapstraction-doc/" rel="nofollow">YM4R/Mapstraction</a> is a great mapping plugin for doing points, lines, etc. and very easy to pick up too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xin</title>
		<link>http://highearthorbit.com/spatial-programming-with-ruby-on-rails/comment-page-1/#comment-78233</link>
		<dc:creator>Xin</dc:creator>
		<pubDate>Fri, 16 Mar 2007 23:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://highearthorbit.com/spatial-programming-with-ruby-on-rails/#comment-78233</guid>
		<description>Check out http://geokit.rubyforge.org/.

It provides geocoding, location finders, and distance calculation in one cohesive package.

It appears quite simple to use.

I did try georuby and spatial adapter for a good couple of days, but it is too much for what I need. All I need is points.</description>
		<content:encoded><![CDATA[<p>Check out <a href="http://geokit.rubyforge.org/" rel="nofollow">http://geokit.rubyforge.org/</a>.</p>
<p>It provides geocoding, location finders, and distance calculation in one cohesive package.</p>
<p>It appears quite simple to use.</p>
<p>I did try georuby and spatial adapter for a good couple of days, but it is too much for what I need. All I need is points.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://highearthorbit.com/spatial-programming-with-ruby-on-rails/comment-page-1/#comment-7732</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 16 Mar 2006 11:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://highearthorbit.com/spatial-programming-with-ruby-on-rails/#comment-7732</guid>
		<description>Excellent - looking forward to it. What would be nice is to pull all the Geocoders from various services/countries into a single plugin/library and make the switching between services transparent to the calling code.

Barry - would you have any info on this &quot;hinted developer&quot;?</description>
		<content:encoded><![CDATA[<p>Excellent &#8211; looking forward to it. What would be nice is to pull all the Geocoders from various services/countries into a single plugin/library and make the switching between services transparent to the calling code.</p>
<p>Barry &#8211; would you have any info on this &#8220;hinted developer&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://highearthorbit.com/spatial-programming-with-ruby-on-rails/comment-page-1/#comment-7730</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Thu, 16 Mar 2006 05:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://highearthorbit.com/spatial-programming-with-ruby-on-rails/#comment-7730</guid>
		<description>Checkout http://www.geocoder.ca/ if you&#039;re in Canada!
Just a hint, but I think someone wrote a Rails wrapper for the service that should be out this month.</description>
		<content:encoded><![CDATA[<p>Checkout <a href="http://www.geocoder.ca/" rel="nofollow">http://www.geocoder.ca/</a> if you&#8217;re in Canada!<br />
Just a hint, but I think someone wrote a Rails wrapper for the service that should be out this month.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guilhem</title>
		<link>http://highearthorbit.com/spatial-programming-with-ruby-on-rails/comment-page-1/#comment-7667</link>
		<dc:creator>guilhem</dc:creator>
		<pubDate>Wed, 22 Feb 2006 10:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://highearthorbit.com/spatial-programming-with-ruby-on-rails/#comment-7667</guid>
		<description>I released a few weeks ago georuby, along with a PostGIS adapater for ActiveRecord ( http://rubyforge.org/projects/georuby/ ). They transparently provide to a Rails application some of the functionalities you are describing. Basically, the geometric columns are treated the same way as other base data type columns. There are still no automatically generated spatial query methods (like &quot;within_radius&quot; or &quot;find_by_... &quot; with spatial operators instead of =) due to lack of time on my part but it should not be very hard to add.</description>
		<content:encoded><![CDATA[<p>I released a few weeks ago georuby, along with a PostGIS adapater for ActiveRecord ( <a href="http://rubyforge.org/projects/georuby/" rel="nofollow">http://rubyforge.org/projects/georuby/</a> ). They transparently provide to a Rails application some of the functionalities you are describing. Basically, the geometric columns are treated the same way as other base data type columns. There are still no automatically generated spatial query methods (like &#8220;within_radius&#8221; or &#8220;find_by_&#8230; &#8221; with spatial operators instead of =) due to lack of time on my part but it should not be very hard to add.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
