<?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: SQLite for FDO with Sugar-Free OGR Synchronicity</title>
	<atom:link href="http://www.jasonbirch.com/nodes/2008/05/06/184/sqlite-for-fdo-with-sugar-free-ogr/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonbirch.com/nodes/2008/05/06/184/sqlite-for-fdo-with-sugar-free-ogr/</link>
	<description>...Jason Birch's geospatial ramblings</description>
	<pubDate>Sun, 05 Jul 2009 03:32:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jason Birch</title>
		<link>http://www.jasonbirch.com/nodes/2008/05/06/184/sqlite-for-fdo-with-sugar-free-ogr/comment-page-1/#comment-66824</link>
		<dc:creator>Jason Birch</dc:creator>
		<pubDate>Sun, 18 May 2008 06:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonbirch.com/nodes/?p=184#comment-66824</guid>
		<description>Sorry Zac, no clue.  I'm sure the folks on #gdal could help pretty quick though, or maybe on the FWTools mailing list?</description>
		<content:encoded><![CDATA[<p>Sorry Zac, no clue.  I&#8217;m sure the folks on #gdal could help pretty quick though, or maybe on the FWTools mailing list?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zac spitzer</title>
		<link>http://www.jasonbirch.com/nodes/2008/05/06/184/sqlite-for-fdo-with-sugar-free-ogr/comment-page-1/#comment-66822</link>
		<dc:creator>zac spitzer</dc:creator>
		<pubDate>Thu, 15 May 2008 08:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonbirch.com/nodes/?p=184#comment-66822</guid>
		<description>Jason, any idea what i have to do to get ogr2ogr running with sqlite &amp; oracle oci support?

fwtools doesn't have oci and dropping the plugin dll &amp; the oracle instance client in C:\Program Files\FWTools2.1.0\bin\gdalplugins does get recognized :(

I downloaded the gdalwin32-1.5 and it will recognize the oci stuff in the gdalplugins folder but it doesn't have sqlite support....sigh!</description>
		<content:encoded><![CDATA[<p>Jason, any idea what i have to do to get ogr2ogr running with sqlite &amp; oracle oci support?</p>
<p>fwtools doesn&#8217;t have oci and dropping the plugin dll &amp; the oracle instance client in C:\Program Files\FWTools2.1.0\bin\gdalplugins does get recognized :(</p>
<p>I downloaded the gdalwin32-1.5 and it will recognize the oci stuff in the gdalplugins folder but it doesn&#8217;t have sqlite support&#8230;.sigh!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon O'Keefe</title>
		<link>http://www.jasonbirch.com/nodes/2008/05/06/184/sqlite-for-fdo-with-sugar-free-ogr/comment-page-1/#comment-66821</link>
		<dc:creator>Simon O'Keefe</dc:creator>
		<pubDate>Wed, 14 May 2008 13:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonbirch.com/nodes/?p=184#comment-66821</guid>
		<description>Thanks for the info Jason. I'll look at other open source alternatives. I might even go for a centrally administered PostGIS setup.

Cheers,

Simon</description>
		<content:encoded><![CDATA[<p>Thanks for the info Jason. I&#8217;ll look at other open source alternatives. I might even go for a centrally administered PostGIS setup.</p>
<p>Cheers,</p>
<p>Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Birch</title>
		<link>http://www.jasonbirch.com/nodes/2008/05/06/184/sqlite-for-fdo-with-sugar-free-ogr/comment-page-1/#comment-66820</link>
		<dc:creator>Jason Birch</dc:creator>
		<pubDate>Tue, 13 May 2008 03:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonbirch.com/nodes/?p=184#comment-66820</guid>
		<description>No, I'm afraid that you're stuck with learning a programming language if you want to do any of these operations via FDO.  You could do it in a console app (C#) or Python (haven't personally tested this), or you could do it from within MapGuide using the PHP or Java APIs but that's a large install.

I'm not sure what's possible with other open source applications; an email to the OSGeo Discuss mailing list might get you some responses.

http://lists.osgeo.org/mailman/listinfo/discuss</description>
		<content:encoded><![CDATA[<p>No, I&#8217;m afraid that you&#8217;re stuck with learning a programming language if you want to do any of these operations via FDO.  You could do it in a console app (C#) or Python (haven&#8217;t personally tested this), or you could do it from within MapGuide using the PHP or Java APIs but that&#8217;s a large install.</p>
<p>I&#8217;m not sure what&#8217;s possible with other open source applications; an email to the OSGeo Discuss mailing list might get you some responses.</p>
<p><a href="http://lists.osgeo.org/mailman/listinfo/discuss" rel="nofollow">http://lists.osgeo.org/mailman/listinfo/discuss</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon O'Keefe</title>
		<link>http://www.jasonbirch.com/nodes/2008/05/06/184/sqlite-for-fdo-with-sugar-free-ogr/comment-page-1/#comment-66819</link>
		<dc:creator>Simon O'Keefe</dc:creator>
		<pubDate>Mon, 12 May 2008 13:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonbirch.com/nodes/?p=184#comment-66819</guid>
		<description>Thanks Jason.

Does any of this make it possible to do the kind of geometric operations I'm after in a batch file? I'm just trying to get some quick results without learning a programming language. Am I being a bit optimistic?

Cheers,

Simon</description>
		<content:encoded><![CDATA[<p>Thanks Jason.</p>
<p>Does any of this make it possible to do the kind of geometric operations I&#8217;m after in a batch file? I&#8217;m just trying to get some quick results without learning a programming language. Am I being a bit optimistic?</p>
<p>Cheers,</p>
<p>Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Birch</title>
		<link>http://www.jasonbirch.com/nodes/2008/05/06/184/sqlite-for-fdo-with-sugar-free-ogr/comment-page-1/#comment-66815</link>
		<dc:creator>Jason Birch</dc:creator>
		<pubDate>Fri, 09 May 2008 22:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonbirch.com/nodes/?p=184#comment-66815</guid>
		<description>Hi Simon,

Sorry for the delayed reply.  The FDO implementation of SQLite support supports all kinds of spatial intersection queries, though I don't think that this was initially intended.  See this message:

http://www.nabble.com/RE%3A-FDO-RFC-16---FDO-Provider-for-SQLite-p16578916.html</description>
		<content:encoded><![CDATA[<p>Hi Simon,</p>
<p>Sorry for the delayed reply.  The FDO implementation of SQLite support supports all kinds of spatial intersection queries, though I don&#8217;t think that this was initially intended.  See this message:</p>
<p><a href="http://www.nabble.com/RE%3A-FDO-RFC-16---FDO-Provider-for-SQLite-p16578916.html" rel="nofollow">http://www.nabble.com/RE%3A-FDO-RFC-16&#8212;FDO-Provider-for-SQLite-p16578916.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon O'Keefe</title>
		<link>http://www.jasonbirch.com/nodes/2008/05/06/184/sqlite-for-fdo-with-sugar-free-ogr/comment-page-1/#comment-66814</link>
		<dc:creator>Simon O'Keefe</dc:creator>
		<pubDate>Thu, 08 May 2008 11:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonbirch.com/nodes/?p=184#comment-66814</guid>
		<description>For a moment, I though all my prayers had been answered with SpatiaLite. I have a need to routinely produce a list of properties and their corresponding planning zones, and it needs to run at many different sites. I've ruled out PostGIS because I don't want to set it up at 20 different sites.

The SpatiaLite documentation appears to indicate that it only supports geographic operators that are based on an object's minimum bounding rectangle (MBR), and not the actual object. To correctly determine a property's planning zone, I would need it to directly compare each property's object against each planning zone's object, all of which may be quite irregularly shaped.

Does anyone know if these latest SQLite/FDO/OGR developments would expand the available geographic operators to enable these direct objects comparisons, or if there are any other suggestions for doing this.

Thanks,

Simon</description>
		<content:encoded><![CDATA[<p>For a moment, I though all my prayers had been answered with SpatiaLite. I have a need to routinely produce a list of properties and their corresponding planning zones, and it needs to run at many different sites. I&#8217;ve ruled out PostGIS because I don&#8217;t want to set it up at 20 different sites.</p>
<p>The SpatiaLite documentation appears to indicate that it only supports geographic operators that are based on an object&#8217;s minimum bounding rectangle (MBR), and not the actual object. To correctly determine a property&#8217;s planning zone, I would need it to directly compare each property&#8217;s object against each planning zone&#8217;s object, all of which may be quite irregularly shaped.</p>
<p>Does anyone know if these latest SQLite/FDO/OGR developments would expand the available geographic operators to enable these direct objects comparisons, or if there are any other suggestions for doing this.</p>
<p>Thanks,</p>
<p>Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The GIS Interchange File</title>
		<link>http://www.jasonbirch.com/nodes/2008/05/06/184/sqlite-for-fdo-with-sugar-free-ogr/comment-page-1/#comment-66810</link>
		<dc:creator>The GIS Interchange File</dc:creator>
		<pubDate>Tue, 06 May 2008 16:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonbirch.com/nodes/?p=184#comment-66810</guid>
		<description>[...] Jason Birch has some ideas about using SQLite as an interchange format. Well worth the [...]</description>
		<content:encoded><![CDATA[<p>[...] Jason Birch has some ideas about using SQLite as an interchange format. Well worth the [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
