<?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: Generic Geometry Library</title>
	<atom:link href="http://mateusz.loskot.net/2009/04/12/generic-geometry-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://mateusz.loskot.net/2009/04/12/generic-geometry-library/</link>
	<description>mloskot&#039;s life, programming, c++, geo and adventures</description>
	<lastBuildDate>Tue, 24 Jan 2012 22:38:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Barend Gehrels</title>
		<link>http://mateusz.loskot.net/2009/04/12/generic-geometry-library/comment-page-1/#comment-2455</link>
		<dc:creator>Barend Gehrels</dc:creator>
		<pubDate>Mon, 24 Aug 2009 08:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://mateusz.loskot.net/?p=399#comment-2455</guid>
		<description>Hi Milo,

There are three ways to access the sources:
- https://svn.boost.org/svn/boost/sandbox/ggl, the boost sandbox. This is the version of last February
- http://geometrylibrary.geodan.nl, here is documentation available as well as zipped sources. Same version, February 2009
- SVN at Geodan, the latest (development) version available, of sources and documentation (and tests and examples). This also has new intersections and clipping.

We will move this to the Boost Sandbox as well in the next preview (now scheduled October 2009), but currently it is no problem to give you SVN access to our SVN repository.

Regards / groeten, Barend</description>
		<content:encoded><![CDATA[<p>Hi Milo,</p>
<p>There are three ways to access the sources:<br />
- <a href="https://svn.boost.org/svn/boost/sandbox/ggl" rel="nofollow">https://svn.boost.org/svn/boost/sandbox/ggl</a>, the boost sandbox. This is the version of last February<br />
- <a href="http://geometrylibrary.geodan.nl" rel="nofollow">http://geometrylibrary.geodan.nl</a>, here is documentation available as well as zipped sources. Same version, February 2009<br />
- SVN at Geodan, the latest (development) version available, of sources and documentation (and tests and examples). This also has new intersections and clipping.</p>
<p>We will move this to the Boost Sandbox as well in the next preview (now scheduled October 2009), but currently it is no problem to give you SVN access to our SVN repository.</p>
<p>Regards / groeten, Barend</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mloskot</title>
		<link>http://mateusz.loskot.net/2009/04/12/generic-geometry-library/comment-page-1/#comment-2451</link>
		<dc:creator>mloskot</dc:creator>
		<pubDate>Fri, 21 Aug 2009 22:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://mateusz.loskot.net/?p=399#comment-2451</guid>
		<description>Milo, the Subversion repository has not been published yet. The &lt;a href=&quot;http://trac.osgeo.org/ggl&quot; rel=&quot;nofollow&quot;&gt;Wiki and Trac (bug tracker)&lt;/a&gt; is hosted by OSGeo and works in the same way as it works for GDAL, MapServer, etc. See the Trac frontpage for &lt;a href=&quot;http://geometrylibrary.geodan.nl/download.html&quot; rel=&quot;nofollow&quot;&gt;download&lt;/a&gt; information.

By the way, I&#039;ve forwarded your questions to Barend Gehrels (GGL project manager) and he&#039;s going to provide you with further details.</description>
		<content:encoded><![CDATA[<p>Milo, the Subversion repository has not been published yet. The <a href="http://trac.osgeo.org/ggl" rel="nofollow">Wiki and Trac (bug tracker)</a> is hosted by OSGeo and works in the same way as it works for GDAL, MapServer, etc. See the Trac frontpage for <a href="http://geometrylibrary.geodan.nl/download.html" rel="nofollow">download</a> information.</p>
<p>By the way, I&#8217;ve forwarded your questions to Barend Gehrels (GGL project manager) and he&#8217;s going to provide you with further details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milo van der Linden</title>
		<link>http://mateusz.loskot.net/2009/04/12/generic-geometry-library/comment-page-1/#comment-2444</link>
		<dc:creator>Milo van der Linden</dc:creator>
		<pubDate>Tue, 18 Aug 2009 18:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://mateusz.loskot.net/?p=399#comment-2444</guid>
		<description>Where are the source code repositories? Is there a (documentation) wiki? A trac instance to report bugs?</description>
		<content:encoded><![CDATA[<p>Where are the source code repositories? Is there a (documentation) wiki? A trac instance to report bugs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mloskot</title>
		<link>http://mateusz.loskot.net/2009/04/12/generic-geometry-library/comment-page-1/#comment-2349</link>
		<dc:creator>mloskot</dc:creator>
		<pubDate>Mon, 13 Apr 2009 23:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://mateusz.loskot.net/?p=399#comment-2349</guid>
		<description>Jody,

I&#039;ve just started to play with GGL and I&#039;m still reviewing its features, so it&#039;s hard for me to compare. GGL seems to pursue very similar goals, especially comparing to GEOS as it is focused on extensive use of all the power of C++ programming language. However, GGL does not cover as wide range of algorithms as GEOS does.

GGL is in quite early stage of development comparing to GEOS and it&#039;s still walking through &lt;a href=&quot;http://lists.boost.org/Archives/boost/2009/02/148450.php&quot; rel=&quot;nofollow&quot;&gt;preview phases&lt;/a&gt;.

I&#039;m not sure what&#039;s the GGL plan regarding OGC vs ISO19107. The GGL core team is better to ask to, so perhaps you could post to ggl@lists.osgeo.org.</description>
		<content:encoded><![CDATA[<p>Jody,</p>
<p>I&#8217;ve just started to play with GGL and I&#8217;m still reviewing its features, so it&#8217;s hard for me to compare. GGL seems to pursue very similar goals, especially comparing to GEOS as it is focused on extensive use of all the power of C++ programming language. However, GGL does not cover as wide range of algorithms as GEOS does.</p>
<p>GGL is in quite early stage of development comparing to GEOS and it&#8217;s still walking through <a href="http://lists.boost.org/Archives/boost/2009/02/148450.php" rel="nofollow">preview phases</a>.</p>
<p>I&#8217;m not sure what&#8217;s the GGL plan regarding OGC vs ISO19107. The GGL core team is better to ask to, so perhaps you could post to <a href="mailto:ggl@lists.osgeo.org">ggl@lists.osgeo.org</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jody Garnett</title>
		<link>http://mateusz.loskot.net/2009/04/12/generic-geometry-library/comment-page-1/#comment-2348</link>
		<dc:creator>Jody Garnett</dc:creator>
		<pubDate>Mon, 13 Apr 2009 23:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://mateusz.loskot.net/?p=399#comment-2348</guid>
		<description>How does this compare to GEOS or JTS? I noticed on the OGC page that WKT and linestring/linear_ring etc are defined; the OGC has moved on from these constructs to ISO19107 ...</description>
		<content:encoded><![CDATA[<p>How does this compare to GEOS or JTS? I noticed on the OGC page that WKT and linestring/linear_ring etc are defined; the OGC has moved on from these constructs to ISO19107 &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

