<?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/"
	>

<channel>
	<title>LiangXu Wang &#187; GRASS</title>
	<atom:link href="http://wlx.westgis.ac.cn/category/gis/grass/feed/" rel="self" type="application/rss+xml" />
	<link>http://wlx.westgis.ac.cn</link>
	<description>technology backup/share</description>
	<lastBuildDate>Sat, 14 Jan 2012 03:56:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Compile &amp; install GRASS 6.4 on ubuntu intrepid</title>
		<link>http://wlx.westgis.ac.cn/520/</link>
		<comments>http://wlx.westgis.ac.cn/520/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 11:46:42 +0000</pubDate>
		<dc:creator>wlx</dc:creator>
				<category><![CDATA[GRASS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[debuild]]></category>
		<category><![CDATA[gdal]]></category>
		<category><![CDATA[intrepid]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://wlx.westgis.ac.cn/?p=520</guid>
		<description><![CDATA[首先，需要自己重新编译GDAL，目前UBUNTU源里的GDAL有BUG。 然后，从svn中下载grass 6.4： svn co https://svn.osgeo.org/grass/grass/branches/develbranch_6 grass-6.4 cd grass-6.4/debian svn://svn.debian.org/pkg-grass/packages/grass/branches/6.4/debian debiangis mv debiangis/* . 目前，这个DEB控制还有点小问题，需要自己作些修改： nano grass.conf 把路径修改为： /usr/lib/grass64/lib 然后修改grass-preview-doc.links，修改为： usr/share/doc/grass-preview-doc/html usr/lib/grass64/docs/html 还需要连接一个so库： locate _gdi_.so 我的机器上有两个地址，一个是python 2.4，一个是python 2.5，我选择了python 2.5的地址，然后作了个连接： sudo ln -s /usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_gdi_.so /usr/loca/lib/libgdi.so 然后就可以编译了： debuild binary 然后就可以安装了，你若不想安装，可以使用我已经编译好的，（添加我自己的源）： http://ubuntu.westgis.ac.cn/ubuntu 然后sudo &#8230; <a href="http://wlx.westgis.ac.cn/520/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>首先，需要自己重新编译GDAL，目前UBUNTU源里的GDAL有BUG。<br />
然后，从svn中下载grass 6.4：</p>
<blockquote><p>svn co https://svn.osgeo.org/grass/grass/branches/develbranch_6 grass-6.4<br />
cd grass-6.4/debian<br />
svn://svn.debian.org/pkg-grass/packages/grass/branches/6.4/debian debiangis<br />
mv debiangis/* .</p></blockquote>
<p>目前，这个DEB控制还有点小问题，需要自己作些修改：</p>
<blockquote><p>nano grass.conf</p></blockquote>
<p>把路径修改为：</p>
<blockquote><p>/usr/lib/grass64/lib</p></blockquote>
<p>然后修改grass-preview-doc.links，修改为：</p>
<blockquote><p>usr/share/doc/grass-preview-doc/html usr/lib/grass64/docs/html</p></blockquote>
<p>还需要连接一个so库：</p>
<blockquote><p>locate _gdi_.so</p></blockquote>
<p>我的机器上有两个地址，一个是python 2.4，一个是python 2.5，我选择了python 2.5的地址，然后作了个连接：</p>
<blockquote><p>sudo ln -s /usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_gdi_.so /usr/loca/lib/libgdi.so</p></blockquote>
<p>然后就可以编译了：</p>
<blockquote><p>debuild binary</p></blockquote>
<p>然后就可以安装了，你若不想安装，可以使用我已经编译好的，（添加我自己的源）：</p>
<blockquote><p><a href="http://ubuntu.westgis.ac.cn/ubuntu/">http://ubuntu.westgis.ac.cn/ubuntu</a></p></blockquote>
<p>然后sudo aptitude install grass-preview就可以了。</p>
<p>如要安装文档：</p>
<blockquote><p>sudo aptitude install grass-preview-doc<br />
sudo mkdir /usr/lib/grass64/docs<br />
sudo ln -s /usr/share/doc/grass-preview-doc/html /usr/lib/grass64/docs/</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://wlx.westgis.ac.cn/520/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GRASS GIS 6.2.2发布</title>
		<link>http://wlx.westgis.ac.cn/400/</link>
		<comments>http://wlx.westgis.ac.cn/400/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 01:16:32 +0000</pubDate>
		<dc:creator>wlx</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[GRASS]]></category>

		<guid isPermaLink="false">http://wlx.westgis.ac.cn/400/</guid>
		<description><![CDATA[GRASS GIS 6.2.2是最新的稳定版本，于7月16日发布。 这个版本修补了自6.2.1发布以来的BUG，同时此版本只是增加了稳定性，没有添加新特性。默认的图形管理器更加稳定，LIDAR处理工具和线性参考系统有显著的性能提升，同时帮助和翻译也有相应的更新。 详细的情况可以浏览GRASS更新。]]></description>
			<content:encoded><![CDATA[<p><a href="http://grass.itc.it">GRASS GIS</a> 6.2.2是最新的稳定版本，于7月16日发布。<br />
这个版本修补了自6.2.1发布以来的BUG，同时此版本只是增加了稳定性，没有添加新特性。默认的图形管理器更加稳定，LIDAR处理工具和线性参考系统有显著的性能提升，同时帮助和翻译也有相应的更新。</p>
<p>详细的情况可以浏览<a href="http://grass.itc.it/announces/announce_grass622.html">GRASS更新</a>。</p>
]]></content:encoded>
			<wfw:commentRss>http://wlx.westgis.ac.cn/400/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GRASS 6.2.0发布了</title>
		<link>http://wlx.westgis.ac.cn/279/</link>
		<comments>http://wlx.westgis.ac.cn/279/#comments</comments>
		<pubDate>Tue, 14 Nov 2006 07:50:49 +0000</pubDate>
		<dc:creator>wlx</dc:creator>
				<category><![CDATA[GRASS]]></category>
		<category><![CDATA[GIS]]></category>

		<guid isPermaLink="false">http://wlxblog.westgis.ac.cn/279/</guid>
		<description><![CDATA[原文见：http://grass.itc.it/announces/announce_grass620.html GRASS于10月31日发布最新的6.2.0稳定版，开发版6.3正在继续开发中。相比上一版本，增加了相当多的新特性，支持最新的GIS数据格式，本地化进一步加强，增加了多种语言的最新翻译。 地理资源分析支持系统（Geographic Resources Analysis Support System），简称GRASS，是一个融合高效的栅格、矢量、地理分析引擎为一体的GIS系统。 GRASS中包含以下工具：空间建模、栅格/矢量数据可视化、地理数据的管理和分析、航空影像/卫星影像处理、地图制图。 GRASS被广泛应用在学术和商业领域中，也被很多政府机构和环境顾问公司所使用，可以运行在目前流行的硬件平台上，同时是一个采用GPL授权协议的免费开源的软件。 GRASS 6系列引入了新型的支持拓扑的2D/3D矢量数据引擎，以支持矢量网络分析、基于SQL的DBMS的属性数据管理。这个版本提升了栅格和矢量引擎的整合和功能，并极大增强了3D栅格体模型(voxel)的支持。 此外，这个版本初次引入了一个新的图形管理工具：gis.m，同时旧的图形管理工具d.m也进行了功能增强并将继续提供支持。NVIZ可视化工具可以显示3D矢量数据和栅格体数据，还支持创建动态飞行动画，支持本地化，支持FreeType字体，包括多字节的亚洲字体，这对中日韩三国的本地化显得有特别重要，支持新投影的自动创建，可从已有投影的数据文件提取投影，也可以从EPSG代码进行创建。 同时，这是作为OSGF项目后首次发布的版本。联合了众多的开源地理软件，GRASS中采用了最新的GDAL/OGR库，这使其支持大量的栅格和矢量数据格式，还采用了PROJ.4库，这使其支持绝大多数已知的投影，同时还可以自定义新投影。 支持平台包括以下： GNU/Linux Mac OS X/Darwin Microsoft Windows (分本地化支持和Cygwin支持) Sun Solaris (SPARC/Intel) Silicon Graphics Irix HP-UX DEC-Alpha AIX BSD iPAQ/Linux UNIX compliant platforms GRASS可运行在32位系统和64位系统上，还提供大文件(>2GB)支持。]]></description>
			<content:encoded><![CDATA[<p>原文见：<a href="http://grass.itc.it/announces/announce_grass620.html">http://grass.itc.it/announces/announce_grass620.html</a><br />
GRASS于10月31日发布最新的6.2.0稳定版，开发版6.3正在继续开发中。相比上一版本，增加了相当多的新特性，支持最新的GIS数据格式，本地化进一步加强，增加了多种语言的最新翻译。<br />
地理资源分析支持系统（Geographic Resources Analysis Support System），简称GRASS，是一个融合高效的栅格、矢量、地理分析引擎为一体的GIS系统。 GRASS中包含以下工具：空间建模、栅格/矢量数据可视化、地理数据的管理和分析、航空影像/卫星影像处理、地图制图。<br />
GRASS被广泛应用在学术和商业领域中，也被很多政府机构和环境顾问公司所使用，可以运行在目前流行的硬件平台上，同时是一个采用GPL授权协议的免费开源的软件。<br />
GRASS 6系列引入了新型的支持拓扑的2D/3D矢量数据引擎，以支持矢量网络分析、基于SQL的DBMS的属性数据管理。这个版本提升了栅格和矢量引擎的整合和功能，并极大增强了3D栅格体模型(voxel)的支持。<br />
此外，这个版本初次引入了一个新的图形管理工具：gis.m，同时旧的图形管理工具d.m也进行了功能增强并将继续提供支持。NVIZ可视化工具可以显示3D矢量数据和栅格体数据，还支持创建动态飞行动画，支持本地化，支持FreeType字体，包括多字节的亚洲字体，这对中日韩三国的本地化显得有特别重要，支持新投影的自动创建，可从已有投影的数据文件提取投影，也可以从EPSG代码进行创建。<br />
同时，这是作为OSGF项目后首次发布的版本。联合了众多的开源地理软件，GRASS中采用了最新的GDAL/OGR库，这使其支持大量的栅格和矢量数据格式，还采用了PROJ.4库，这使其支持绝大多数已知的投影，同时还可以自定义新投影。<br />
支持平台包括以下：</p>
<ul>
<li>GNU/Linux</li>
<li>
Mac OS X/Darwin</li>
<li>Microsoft Windows (分本地化支持和Cygwin支持)</li>
<li>Sun Solaris (SPARC/Intel)</li>
<li>Silicon Graphics Irix</li>
<li>HP-UX</li>
<li>DEC-Alpha</li>
<li>AIX</li>
<li>BSD</li>
<li>iPAQ/Linux</li>
<li>
UNIX compliant platforms</li>
</ul>
<p>GRASS可运行在32位系统和64位系统上，还提供大文件(>2GB)支持。</p>
]]></content:encoded>
			<wfw:commentRss>http://wlx.westgis.ac.cn/279/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Processing Service: PyWPS</title>
		<link>http://wlx.westgis.ac.cn/209/</link>
		<comments>http://wlx.westgis.ac.cn/209/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 03:06:11 +0000</pubDate>
		<dc:creator>wlx</dc:creator>
				<category><![CDATA[GRASS]]></category>
		<category><![CDATA[pywps]]></category>

		<guid isPermaLink="false">http://wlxblog.westgis.ac.cn/209/</guid>
		<description><![CDATA[GRASS goes to web! nice idea. http://www.les-ejk.cz/?cat=pywps]]></description>
			<content:encoded><![CDATA[<p>GRASS goes to web!<br />
nice idea.</p>
<p>http://www.les-ejk.cz/?cat=pywps</p>
]]></content:encoded>
			<wfw:commentRss>http://wlx.westgis.ac.cn/209/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

