<?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:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for geotechrichard</title>
	<atom:link href="http://geotechrichard.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://geotechrichard.com</link>
	<description></description>
	<lastBuildDate>Mon, 24 Sep 2012 15:16:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on R &amp; PostGIS Together &#8211; Brief Code Snippet to get you going by geotechrichard</title>
		<link>http://geotechrichard.com/2012/04/25/r-postgis-together-brief-code-snippet-to-get-you-going/#comment-62</link>
		<dc:creator><![CDATA[geotechrichard]]></dc:creator>
		<pubDate>Mon, 24 Sep 2012 15:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://geotechrichard.com/?p=117#comment-62</guid>
		<description><![CDATA[Hi James,

If you need more than points, you could look at using rgdal to read in a table from db. create a tmp table to hold results + geometry &amp; read in. believe you have to convert to sp object?

Cheers,

Richard]]></description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>If you need more than points, you could look at using rgdal to read in a table from db. create a tmp table to hold results + geometry &amp; read in. believe you have to convert to sp object?</p>
<p>Cheers,</p>
<p>Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on R &amp; PostGIS Together &#8211; Brief Code Snippet to get you going by James David Smith (@TheRealJimShady)</title>
		<link>http://geotechrichard.com/2012/04/25/r-postgis-together-brief-code-snippet-to-get-you-going/#comment-61</link>
		<dc:creator><![CDATA[James David Smith (@TheRealJimShady)]]></dc:creator>
		<pubDate>Fri, 21 Sep 2012 14:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://geotechrichard.com/?p=117#comment-61</guid>
		<description><![CDATA[Hi Richard, I&#039;m been having a play around with connecting R to my PostGIS database but have ran into issues and I wondered whether you had any tips. My main one is that R can&#039;t read spatial columns without converting them into points. For example:

points &lt;- dbGetQuery(con, &quot;select the_geom FROM table&quot;)

Gives an error of:

RS-DBI driver warning: (unrecognized PostgreSQL field type geometry (id:42200) in column 0)

Is the best way to handle this by changing the query to be something like the below, or is there a better way?

points &lt;- dbGetQuery(con, &quot;select st_x(the_geom), st_y(the_geom) FROM table&quot;)

Thanks

James]]></description>
		<content:encoded><![CDATA[<p>Hi Richard, I&#8217;m been having a play around with connecting R to my PostGIS database but have ran into issues and I wondered whether you had any tips. My main one is that R can&#8217;t read spatial columns without converting them into points. For example:</p>
<p>points &lt;- dbGetQuery(con, &quot;select the_geom FROM table&quot;)</p>
<p>Gives an error of:</p>
<p>RS-DBI driver warning: (unrecognized PostgreSQL field type geometry (id:42200) in column 0)</p>
<p>Is the best way to handle this by changing the query to be something like the below, or is there a better way?</p>
<p>points &lt;- dbGetQuery(con, &quot;select st_x(the_geom), st_y(the_geom) FROM table&quot;)</p>
<p>Thanks</p>
<p>James</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Regional Segmentation of SPOT Mulit-spectral Ortho by geotechrichard</title>
		<link>http://geotechrichard.com/2012/06/02/regional-segmentation-of-spot-mulit-spectral-ortho/#comment-47</link>
		<dc:creator><![CDATA[geotechrichard]]></dc:creator>
		<pubDate>Thu, 09 Aug 2012 14:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://geotechrichard.com/?p=141#comment-47</guid>
		<description><![CDATA[sorry for late reply. glad it helped!]]></description>
		<content:encoded><![CDATA[<p>sorry for late reply. glad it helped!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Regional Segmentation of SPOT Mulit-spectral Ortho by Daniel Messan</title>
		<link>http://geotechrichard.com/2012/06/02/regional-segmentation-of-spot-mulit-spectral-ortho/#comment-44</link>
		<dc:creator><![CDATA[Daniel Messan]]></dc:creator>
		<pubDate>Thu, 14 Jun 2012 08:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://geotechrichard.com/?p=141#comment-44</guid>
		<description><![CDATA[Very helpful, thanks.]]></description>
		<content:encoded><![CDATA[<p>Very helpful, thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
