<?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; 空间数据挖掘</title>
	<atom:link href="http://www.rushcj.com/laomi/archives/tag/%e7%a9%ba%e9%97%b4%e6%95%b0%e6%8d%ae%e6%8c%96%e6%8e%98/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>arcgis server 9.3.1 rest开发学习（三）</title>
		<link>http://www.rushcj.com/laomi/archives/230</link>
		<comments>http://www.rushcj.com/laomi/archives/230#comments</comments>
		<pubDate>Wed, 21 Jul 2010 11:11:01 +0000</pubDate>
		<dc:creator>laomi</dc:creator>
				<category><![CDATA[开发日志]]></category>
		<category><![CDATA[arcgis]]></category>
		<category><![CDATA[空间数据挖掘]]></category>
		<category><![CDATA[geoprocessing]]></category>

		<guid isPermaLink="false">http://www.rushcj.com/laomi/?p=230</guid>
		<description><![CDATA[arcgis server geoprocessing中简单的介绍了一下geoprocessing service中的一些相关的概念，接下来主要是按照自己以前的经验编写两个例子，一个是buffer的例子，另外一个是计算点密度分析的。在这里主要是借助ModelBuilder和geoprocesssing来完成，最后自己的例子主要是采用javascript rest开发。 首先使用的是arcgis的modelbuilder创建一个model，关于model的创建方法以及相关的资料，可以访问以下资源： an overview of geoprocessing:http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=What_is_geoprocessing? guide to create a model in arcgis model builder :http://webhelp.esri.com/arcgisdesktop/9.3/tutorials/gp/GP_4_6.htm an overview of writing geoprocessing script:http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=An_overview_of_writing_geoprocessing_scripts . And there are many sample wrote by python. an overview of geoprocessing with arcgis server :http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=An_overview_of_geoprocessing_with_ArcGIS_Server 首先我们来介绍一下buffer的例子，该例子的效果是当你用鼠标在地图上点击时，然后再地图上就会创建一个缓冲区，该缓冲区的大小是可以限制的。关于缓冲区的模型的建立实际上只要将arcgis arctoolbox 中analysis tools&#8212;&#62;proximity&#8211;&#62;buffer拖拽到model builder中，然后设置输入、输出参数（如下图所示，其中p就是已经设置了参数，可以很据箭头的方式来判断输入输出参数，其实这个是在创建一个toolbox中已经设计好的）。下图是一个已经完全建立好的model，剩下来只要将这个model发布成一个geoprocessing service就行了。 发布成geoprocessing service的时候，有两种选择，一种方式发布成同步的方式，另外一种方式是发布成异步的方式（这两种方式的主要区别的是：前一种方式是用户提交了geoprocessing service请求之后，只有完成了计算之后才可以进行其他操作；另外一种方式用户提交了请求之后，可以进行其他的操作，geoprocessing service 完成之后，将相关的结果显示出来 ）。在这里我们采取的选择的方式同步的方式进行发布geoprocessing [...]]]></description>
		<wfw:commentRss>http://www.rushcj.com/laomi/archives/230/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<item>
		<title>arcgis 空间分析</title>
		<link>http://www.rushcj.com/laomi/archives/196</link>
		<comments>http://www.rushcj.com/laomi/archives/196#comments</comments>
		<pubDate>Sat, 06 Mar 2010 10:37:08 +0000</pubDate>
		<dc:creator>laomi</dc:creator>
				<category><![CDATA[开发日志]]></category>
		<category><![CDATA[arcgis]]></category>
		<category><![CDATA[空间数据挖掘]]></category>
		<category><![CDATA[gis]]></category>

		<guid isPermaLink="false">http://www.rushcj.com/laomi/?p=196</guid>
		<description><![CDATA[最近在这边实习的主要工作是做数据挖掘的工作，自己以前在实验室也做了一些类似的工作，但是以前的工作相对来说比较简单。目前自己主要做的事情首先就是利用spatial analyze部分分析数据，看看目前自己所用所的数据特征，然后再决定做什么。 关于arcgis spatial analyze的部分主要包括以下几个:在这里面有不少你常常用来做数据分析的工具，例如点密度分析，均值和方差分析，栅格图的差值以及表面分析等。最近我收到有一些数据要做一些空间的处理，如果有过的东西自己来写程序也不是很难，但是已经有了现成的工具干嘛不用，况且只是用这些工具来分析一下这些数据适合做些什么处理。在做这些数据处理的工作中，自己主要是用到了空间分析中的点密度分析，对于计算出来的栅格数据对他们进行均值和方差的计算,后来主要是用了spatial statistic中的一些工具来判断自己的数据是不适合做聚类分析等，其实在spatial statistics中有很多关于计算聚类的工具比如：analyzing pattern中的一些工具，不知道熟悉arcgis arcmap工具的朋友们知道不，在arcgis arctool box中有很多的工具是可以看到他们的python代码，其实这些也是学习用arcgis 来做开发的一些很好的资料。这次自己也用vba开发了一些arcgis的程序的运用，主要用来将最后的计算结果以更好、更形象的方式展现出来。 自己以前对于arcgis还是挺排斥的，我想主要原因有：第一在刚刚接触gi产品的时候，自己第一个接触的产品时mapinfo，而且mapinfo在界面设计方面确实是做的非常的人性化，自己从一用上它就喜欢它了；第二的主要原因是arcgis功能很强大，很多的功能需要经过专业的培训才能很好的掌握，但是自己在平常的项目中，用到得GIS得功能相当的简单，用maoinfo基本上就能解决了，所以自己也不是很想去接触arcgis，毕竟平常没有那么多的时间去接触他。但是来这边实习之后，自己慢慢的发现arcgis的强大之处，它的强大确实是超出了我的想象范围，现在自己确实认为他是一个很不错的GIS工具，但是想很好的掌握这个工具还得花些时间去弄清arcobject，现在自己只是接触了arcobject中很少，比较简单的部分。 在实习的接下来的日子里，自己的事情会比较多，因为自己在这边不光是做GIS方面的开发，还需要读空间数据数据挖掘的相关论文，因为实习的最后检验目标就是发一片论文。]]></description>
		<wfw:commentRss>http://www.rushcj.com/laomi/archives/196/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! -->
