<?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>GeowebInfo &#187; OpenSourceGIS</title>
	<atom:link href="http://geowebinfo.com/tag/opensourcegis/feed/" rel="self" type="application/rss+xml" />
	<link>http://geowebinfo.com</link>
	<description>thoughts on all things geo</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:49:29 +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>QGIS How To&#8217;s</title>
		<link>http://geowebinfo.com/2011/05/06/qgis-how-tos/</link>
		<comments>http://geowebinfo.com/2011/05/06/qgis-how-tos/#comments</comments>
		<pubDate>Fri, 06 May 2011 20:33:17 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[Open Source GIS]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[OpenSourceGIS]]></category>
		<category><![CDATA[qgis]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=299</guid>
		<description><![CDATA[Underdark at Free and Open Source GIS Ramblings reports of a great new addition to the QGIS Wiki &#8211; a set of step by step tutorials complete with graphics and categorized into tasks dealing with vectors, rasters, map projections, spatial analyses, format conversion and map making. This is a great reference for anyone just beginning <a href='http://geowebinfo.com/2011/05/06/qgis-how-tos/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.qgis.org"><img class="alignleft" title="QGIS" src="http://geowebinfo.com/wp-content/uploads/2010/05/qgis.png" alt="http://www.qgis.org" width="147" height="137" /></a>Underdark at <a href="http://underdark.wordpress.com/">Free and Open Source GIS Ramblings</a> reports of a great new addition to the <a href="http://www.qgis.org/wiki/How_to_do_X_in_QGIS">QGIS Wiki</a> &#8211; a set of step by step tutorials complete with graphics and categorized into tasks dealing with vectors, rasters, map projections, spatial analyses, format conversion and map making. This is a great reference for anyone just beginning to get their feet wet as well as for existing users trying to get a glimpse of the latest features.</p>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2011/05/06/qgis-how-tos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Quantum GIS 1.4.0 on Ubuntu 10.04 Lucid Lynx</title>
		<link>http://geowebinfo.com/2010/05/01/install-quantum-gis-1-4-0-on-ubuntu-10-04-lucid-lynx/</link>
		<comments>http://geowebinfo.com/2010/05/01/install-quantum-gis-1-4-0-on-ubuntu-10-04-lucid-lynx/#comments</comments>
		<pubDate>Sun, 02 May 2010 01:44:28 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source GIS]]></category>
		<category><![CDATA[OpenSourceGIS]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=260</guid>
		<description><![CDATA[With all the rave reviews that Ubuntu 10.04 Lucid Lynx has been getting over the past couple of months, I couldn&#8217;t help myself upgrading and checking out the exciting new features and the enhanced interface, which I think was a much needed overhaul for the best desktop Linux OS. A new version meant fresh installation <a href='http://geowebinfo.com/2010/05/01/install-quantum-gis-1-4-0-on-ubuntu-10-04-lucid-lynx/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.qgis.org/"><img class="alignleft size-full wp-image-275" title="qgis" src="http://geowebinfo.com/wp-content/uploads/2010/05/qgis.png" alt="Quantum GIS" width="147" height="137" /></a>With all the rave reviews that <a href="http://www.ubuntu.com/">Ubuntu 10.04 Lucid Lynx</a> has been getting over the past couple of months, I couldn&#8217;t help myself upgrading and checking out the exciting new features and the enhanced interface, which I think was a much needed overhaul for the best desktop Linux OS.</p>
<p>A new version meant fresh installation of all the open source GIS goodies starting with <a href="http://www.qgis.org/">QGIS</a>. The latest version 1.4.0-Enceladus for Lucid is already available in the <a href="https://launchpad.net/~ubuntugis">Launchpad UbuntuGIS</a> repository and with a new command (<em>add-apt-repository</em>) for updating <em>/etc/apt/sources.list</em> with locations of repositories, the installation is simple and straightforward.</p>
<p>Bring up the terminal and issue the following commands.</p>
<p>Add the repository using:</p>
<pre class="brush: bash; highlight: [1]; title: ; notranslate">sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable</pre>
<p>Make apt aware of the new repository:</p>
<pre class="brush: bash; highlight: [1]; title: ; notranslate">sudo apt-get update</pre>
<p>Install QGIS</p>
<pre class="brush: bash; highlight: [1]; title: ; notranslate">sudo apt-get install qgis</pre>
<p>Once the installation is done, open QGIS from Applications -&gt; Science -&gt; Quantum GIS</p>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2010/05/01/install-quantum-gis-1-4-0-on-ubuntu-10-04-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Quantum GIS 1.0.1 available for Ubuntu 9.04</title>
		<link>http://geowebinfo.com/2009/04/26/quantum-gis-101-available-for-ubuntu-904/</link>
		<comments>http://geowebinfo.com/2009/04/26/quantum-gis-101-available-for-ubuntu-904/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 12:18:00 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source GIS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[OpenSourceGIS]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=69</guid>
		<description><![CDATA[Just a quick heads up for all open-source GIS enthusiasts. Quantum GIS 1.0.1 aka &#8220;Kore&#8221; is now available in repositories for the new Ubuntu Jaunty release. For first time users, here are steps to help you guide through the installation. Bring up the terminal (Applications -&#62; Accessories -&#62; Terminal) Edit the /etc/apt/sources.list by issuing the <a href='http://geowebinfo.com/2009/04/26/quantum-gis-101-available-for-ubuntu-904/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.qgis.org/" target="_blank" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5329029450463725778" style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 147px; height: 137px;" src="http://4.bp.blogspot.com/_xlyGZV7jTQo/SfSEDQB8SNI/AAAAAAAABNw/X0YrjfgjUDA/s200/qgis.png" border="0" alt="" /></a></p>
<div style="text-align: justify;">Just a quick heads up for all open-source GIS enthusiasts. Quantum GIS 1.0.1 aka &#8220;Kore&#8221; is now available in repositories for the new Ubuntu Jaunty release.</p>
<p>For first time users, here are steps to help you guide through the installation.</p>
<p>Bring up the terminal (<span style="font-style: italic;">Applications -&gt; Accessories -&gt; Terminal)</span></p>
<p>Edit the <span style="font-style: italic;">/etc/apt/sources.list</span> by issuing the command<span style="font-style: italic;"> sudo gedit /etc/apt/sources.lists</span></p>
<p>Scroll down to the end of the page and paste the following lines:<br />
<span style="font-style: italic;">deb http://ppa.launchpad.net/qgis/ubuntu jaunty main<br />
deb-src http://ppa.launchpad.net/qgis/ubuntu jaunty main<br />
</span><br />
Saving and closing the file, brings back the prompt.</p>
<p>Update the package lists using the command, <span style="font-style: italic;">sudo apt-get update<br />
</span><br />
Install Quantum GIS with <span style="font-style: italic;">sudo apt-get install qgis</span></p>
<p>Ignore any GPG errors that show up for public keys that are not available.</p>
<p>Access Quantum GIS from <span style="font-style: italic;">Applications -&gt; Education -&gt; Quantum GIS</span></div>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2009/04/26/quantum-gis-101-available-for-ubuntu-904/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

