<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Just learning and thinking &#187; opengis</title>
	<atom:link href="http://www.rushcj.com/laomi/archives/tag/opengis/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rushcj.com/laomi</link>
	<description></description>
	<lastBuildDate>Tue, 01 Nov 2011 15:57:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.4" -->
		<copyright>2006-2007 </copyright>
		<managingEditor>laomi4569@gmail.com (Just learning and thinking)</managingEditor>
		<webMaster>laomi4569@gmail.com (Just learning and thinking)</webMaster>
		<category>posts</category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Just learning and thinking</itunes:summary>
		<itunes:author>Just learning and thinking</itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name>Just learning and thinking</itunes:name>
			<itunes:email>laomi4569@gmail.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.rushcj.com/laomi/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://www.rushcj.com/laomi/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>Just learning and thinking</title>
			<link>http://www.rushcj.com/laomi</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>gdal中的ogr配置</title>
		<link>http://www.rushcj.com/laomi/archives/223</link>
		<comments>http://www.rushcj.com/laomi/archives/223#comments</comments>
		<pubDate>Sun, 27 Jun 2010 07:21:06 +0000</pubDate>
		<dc:creator>laomi</dc:creator>
				<category><![CDATA[开发日志]]></category>
		<category><![CDATA[空间数据挖掘]]></category>
		<category><![CDATA[gis]]></category>
		<category><![CDATA[opengis]]></category>

		<guid isPermaLink="false">http://www.rushcj.com/laomi/?p=223</guid>
		<description><![CDATA[最近在写一个spatial association rule的代码，选择的语言是用c/c++来编写，由于这个算法中需要用到空间关系计算这一块，所以需要选用一个能够计算空间关系的库来完成这一部分工作（既然已经有了现成的工具，没有必要自己再去开发一个了），在这里我们选择的是gdal中的ogr。 The OGR Simple Features Library is a C++ open source library (and commandline tools) providing read (and sometimes write) access to a variety of vector file formats including ESRI Shapefiles, S-57, SDTS, PostGIS, Oracle Spatial, and Mapinfo mid/mif and TAB formats. OGR is a part of the GDAL library. 通过官方网站上的介绍我们可以知道ogr的主要作用是一个对矢量数据的解析和操作的库，然后我再根据我们的需求（解析shapefile以及求出shapefile中的geometry中的空间关系，例如：距离关系、拓扑关系等），我们知道了它能够很好的满足我们的需求，说到这我当时觉得这已经不是什么很困难的问题了，所以自己就准备开始做了。 自己以前也没有用过c/c++写过什么程序，基本上也就是一些简单的数据结构和算法，发现自己对于如何将这个库引用到工程文件中来也是没有什么办法，自己甚至土鳖的将这些源码直接拷到工程文件中去编译，当时也是报了很多的错误。幸好在这个信息时代有Google（百度对于技术类的文章搜索还是没有google那么的强大，起码从我的经验来看是这样的），自己从网上也搜集了一些资料，这里总结具体的编译步骤如下： 由于我们需要空间关系的运算，所以我们需要将geos下载下来，因为在编译gdal的时候它会需要geos的库： [...]]]></description>
		<wfw:commentRss>http://www.rushcj.com/laomi/archives/223/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
