<?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>michalisavraam.org blog &#187; Education</title>
	<atom:link href="http://michalisavraam.org/category/geographic-education-musings/feed/" rel="self" type="application/rss+xml" />
	<link>http://michalisavraam.org</link>
	<description>a spatial web presence</description>
	<lastBuildDate>Mon, 24 May 2010 17:17:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>The essential skills to succeed in a GIS career</title>
		<link>http://michalisavraam.org/2009/11/the-essential-skills-to-succeed-in-a-gis-career/</link>
		<comments>http://michalisavraam.org/2009/11/the-essential-skills-to-succeed-in-a-gis-career/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 02:46:58 +0000</pubDate>
		<dc:creator>Michalis Avraam</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[GIS* Points]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[geo-web]]></category>
		<category><![CDATA[gis career]]></category>
		<category><![CDATA[gis skills]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[skills]]></category>
		<category><![CDATA[web gis]]></category>

		<guid isPermaLink="false">http://michalisavraam.org/?p=218</guid>
		<description><![CDATA[I have been lucky enough to organize a GIS Day &#8217;09 career event at the university of Washington, joined by Harvey Arnone of city of Seattle, Marty Balikov of ESRI Olympia and Dane Springmeyer, freelance geospatial developer. The discussion was titled &#8220;What are the essential skills to succeed as a GIS Analyst&#8221;, and I have [...]


Related posts:<ol><li><a href='http://michalisavraam.org/2010/04/the-essential-python-modules-for-gis/' rel='bookmark' title='Permanent Link: The Essential Python Modules for GIS'>The Essential Python Modules for GIS</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have been lucky enough to organize a GIS Day &#8217;09 career event at the university of Washington, joined by <a href="http://www.linkedin.com/pub/harvey-arnone/11/254/57">Harvey Arnone</a> of city of Seattle, <a href="http://www.linkedin.com/pub/marty-balikov/6/819/497">Marty Balikov</a> of ESRI Olympia and <a href="http://dbsgeo.com/">Dane Springmeyer</a>, freelance geospatial developer. The discussion was titled &#8220;What are the essential skills to succeed as a GIS Analyst&#8221;, and I have compiled some notes to help with all aspiring GIS Professionals out there. Feel free to add more details in the comments section as you see fit.</p>
<p><span id="more-218"></span>The discussion ranged from skills to succeed in an organization using GIS to support business decisions (City of Seattle), ESRI, the leading GIS software producers and freelance development using GIS technologies. There is significant overlap for the required and desirable skills, but also some slight differences. I will list the skills in no significant order and provide a brief explanation. If a skill is something I personally added, it will start with an asterisk.</p>
<h2>GIS Skills</h2>
<ul>
<li><strong><img class="alignright size-thumbnail wp-image-220" title="GIS" src="http://michalisavraam.org/wp-content/uploads/2009/11/gis_layers-150x150.jpg" alt="GIS" width="150" height="150" /></strong></li>
<li><strong>Spatial Data and Algorithms understanding</strong>: Understand the special case of spatial data, how they work and their internals. Also, be familiar with how certain operations are carried out and when they are applicable. Many operations will run in the software, but not necessarily produce valid results. (Contributed by reader <cite>Duane Marble) </cite></li>
<li><strong>Data entry</strong>: Be able to enter data into a database successfully with minimal errors. This includes editing said data as needs arise.</li>
<li><strong>Data conversion</strong>: The ability to convert data from either older sources (digitization) or from multiple sources to either a common format or common schema. It is extremely useful to be able to work with data coming from GPS and performing data corrections as needed. (With contribution by <cite>Jimmy Xu)</cite></li>
<li><strong>Data maintenance</strong>: Be able to maintain data, correctly archive and ensure quality control.</li>
<li><strong>*Metadata creation and editing</strong>: Maintain logs of data processing and relevant information to include in metadata and ensure accurate creation and maintenance of said metadata.</li>
<li><strong>GIS Analysis</strong>: Be able to perform GIS Analysis as it is often used to solve common problems. An ability to extend and alter the standard analysis to meet requirements is a plus. Remember, data analysis can be performed on vector or raster data, therefore some remote sensing skills are required. (With contribution by <cite>Jimmy Xu)</cite></li>
<li><strong>GIS Workflow</strong>: Understand the workflow to perform some procedure and be able to follow it and enhance it as needed.</li>
<li><strong>Model Building</strong>: Be able to create models of processes to allow for a workflow to be built. Also, model building in the ArcGIS sense is very helpful in this regard.</li>
<li><strong>Cartography and Graphic Design</strong>: Familiarize yourself with cartographic principles and graphic design principles. Maps are used in a variety of ways and presented in a multitude of media. You need to be able to work with that. Think of color, symbology, fonts, etc. Bad cartographic design will often make your analysis hard to decipher and interpret. (With contribution by <cite>DavidM)</cite></li>
</ul>
<h2>Programming Skills</h2>
<ul>
<li><strong><strong><img class="alignright size-thumbnail wp-image-221" title="C Programming" src="http://michalisavraam.org/wp-content/uploads/2009/11/C_language_for-150x150.png" alt="C Programming" width="150" height="150" /></strong>Basic understanding of programming</strong>: Be able to understand what programming is and what it can do to solve certain problems. Know the strengths and limitations of programming custom solutions to problems, as well as time requirements. (<a href="http://en.wikipedia.org/wiki/Computer_programming">More about programming</a>)</li>
<li><strong>Programming language</strong>: Familiarize yourself with a programming or scripting language, as it is often used to build workflows or custom solutions to problems. For scripting language, both ESRI and the open source community tend to gravitate toward Python. For programming languages, C++ will give you an opportunity to work in multiple environments, while C# and the .Net languages offer you good development tools and interaction with Windows based software. (<a href="http://en.wikipedia.org/wiki/Programming_language">More about programming languages</a>)</li>
<li><strong>Object Oriented programming</strong>: Learn the concepts of object oriented programming and be able to apply them in conjunction with your programming language of choice. Most GIS development is leaning toward this paradigm, and you should too. (<a href="http://en.wikipedia.org/wiki/Object-oriented_programming">More about object oriented programming</a>)</li>
<li><strong>Basic GIS architecture (desktop and web)</strong>: Understand the architecture of GIS and the method of communication between the different parts of GIS. Be able to distinguish when one can introduce internet-based communication in the mix and how it would work. (<a href="http://www.ibm.com/developerworks/opensource/library/ar-gis1/index.html">More about GIS architecture</a>)</li>
<li><strong>Web Services knowledge and experience</strong>: Web services are everywhere these days, and GIS is not escaping. Learn about them, how they work, and try to implement some of your own. HTML, CSS, JavaScript, XML and related AJAX technologies are a valuable tool. (<a href="http://en.wikipedia.org/wiki/Web_service">More about web services</a>) (With contribution by <cite>Andy Anderson)</cite></li>
</ul>
<h2>Database Skills</h2>
<ul>
<li><img class="alignright size-full wp-image-222" title="Database" src="http://michalisavraam.org/wp-content/uploads/2009/11/Crystal_Clear_app_database.png" alt="Database" width="128" height="128" /><strong>Able to understand data models and structure</strong>: When given a database, you should be able to explore the data models within it and understand the structure of the database. Often times, structure will be represented in diagrams (UML), discussed below. (<a href="http://en.wikipedia.org/wiki/Data_model">More about data models and structure</a>)</li>
<li><strong>Ability to design data models</strong>: Given specific requirements for data, you should be able to design data models to fit your data.</li>
<li><strong>Database Design tools knowledge</strong>: You should familiarize yourself with database design tools, like Microsoft Visio. Most design work for data models uses it. (<a href="http://office.microsoft.com/en-us/visio/FX100487861033.aspx">Check out Visio here</a>)</li>
<li><strong>Structured Query Language (SQL) knowledge</strong>: Almost all modern Database Management Systems (DBMS) understand SQL for data queries, inputs, deletions, etc. One should be familiar with SQL and be able to perform SELECT, INSERT, MODIFY and DELETE statements. JOINS, RELATES and further SQL knowledge is greatly valued and useful on the field. (Contributed by <cite>Andy Anderson</cite>)</li>
</ul>
<h2>Project Management and Design</h2>
<ul>
<li><strong>Ability to translate user needs to solutions</strong>: <img class="alignright size-thumbnail wp-image-223" title="Project Management" src="http://michalisavraam.org/wp-content/uploads/2009/11/Project_Management_project_control-150x150.png" alt="Project Management" width="150" height="150" />More often than not, you will be supporting some client (or boss) that is not familiar with the details of GIS. You need to be able to translate their needs into solutions that can work in your domain. If it is not possible, you also need to be able to say so and offer alternatives. This is similar to requirements analysis used in software development.</li>
<li><strong>Good communication skills</strong>: You need to be able to communicate effectively and with confidence with your team and clients. There is no substitution for this skill.</li>
<li><strong>Good writing skills</strong>: Communicating is not restricted to verbal communication. You need to be able to clearly communicate in writing not only for communicating with your clients, but also to be able to produce metadata and reports of your work.</li>
<li><strong>Project management skills</strong>: Often overlooked in the GIS world, formal data management training is desired and required to run successful projects on time and within budget.</li>
</ul>
<h2>Other Skills</h2>
<ul>
<li><strong>Ability to apply expertise in multiple domains</strong>: GIS skills, while important, are not useful if they can not be applied to different domains. Your knowledge of other domains (like biology, forestry, etc) will allow you to think of creative ways to apply your GIS skills in a multi-disciplinary functions, which is greatly needed. Think outside the box (<cite>Yawer S. Ansari</cite> commented to reiterate this)</li>
<li><strong>Portability of skills on multi-platforms and online/offline world</strong>: Your skills need to be applicable to different platforms. Not only should you learn how to do GIS Analysis, but you should be able with limited help to achieve similar results using other platforms (be it moving from an ESRI training to Idrisi, or from a Windows machine to a Linux machine, or a desktop application to a server based one). An ability to traverse between online and offline worlds is a valuable asset to have.</li>
<li><strong>Detail oriented</strong>: This needs no explanation, but in the GIS world, detail oriented can get you very far. The quality of your work will show (especially when you think of metadata or workflows).</li>
<li><strong>Customer Support skills</strong>:  In most cases, GIS is used as a support tool within large organizations. As such, GIS Analysts oftentimes need to interact with clients, either internal or external. Having good customer support skills ensures you establish strong relations and opportunities.</li>
<li><strong>Don&#8217;t be afraid to explore</strong></li>
</ul>
<p>Now that you&#8217;ve read all the skills mentioned at the panel discussion, please provide your own or your feedback below.</p>
<p>UPDATE: Fixed spelling. Thank you <cite>skobola </cite> for the corrections.<br />
UPDATE: Incorporated user comments into the body of the text by <cite>Yawer S. Ansari, </cite><cite>Duane Marble, </cite><cite>Andy Anderson, </cite><cite>DavidM and </cite><cite>Jimmy Xu.</cite></p>
Note: There is a rating embedded within this post, please visit this post to rate it.


<p>Related posts:<ol><li><a href='http://michalisavraam.org/2010/04/the-essential-python-modules-for-gis/' rel='bookmark' title='Permanent Link: The Essential Python Modules for GIS'>The Essential Python Modules for GIS</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michalisavraam.org/2009/11/the-essential-skills-to-succeed-in-a-gis-career/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
		<item>
		<title>Google Maps and GIS</title>
		<link>http://michalisavraam.org/2009/10/google-maps-and-gis/</link>
		<comments>http://michalisavraam.org/2009/10/google-maps-and-gis/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 21:34:58 +0000</pubDate>
		<dc:creator>Michalis Avraam</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[GIS* Points]]></category>
		<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[web gis]]></category>
		<category><![CDATA[web mapping]]></category>
		<category><![CDATA[web maps]]></category>

		<guid isPermaLink="false">http://michalisavraam.org/?p=161</guid>
		<description><![CDATA[Many people out there insist that Google Maps and Google Earth is killing the GIS industry. I had a number of students circulate that idea with me, always wondering if there is still a future for GIS. In a short simple answer, Google Maps/Earth is not a GIS, and GIS will be around for the [...]


Related posts:<ol><li><a href='http://michalisavraam.org/2009/10/google-spatial-data-in-house-goodbye-to-teleatlas/' rel='bookmark' title='Permanent Link: Google Spatial Data in-house &#8211; Goodbye to TeleAtlas?'>Google Spatial Data in-house &#8211; Goodbye to TeleAtlas?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Many people out there insist that Google Maps and Google Earth is killing the GIS industry. I had a number of students circulate that idea with me, always wondering if there is still a future for GIS. In a short simple answer, Google Maps/Earth is not a GIS, and GIS will be around for the foreseeable future.</p>
<p><span id="more-161"></span></p>
<div id="attachment_165" class="wp-caption alignright" style="width: 174px"><a href="http://earth.google.com/"><img class="size-full wp-image-165" title="Google Earth Logo" src="http://michalisavraam.org/wp-content/uploads/2009/10/earth_logo.gif" alt="Google Earth Logo" width="164" height="40" /></a><p class="wp-caption-text">Google Earth Logo</p></div>
<p>Before we begin, let us make a distinction. Google Maps and Google Earth are not one of the same. Google Maps is a web-based application that allows people to view maps on a web page. There are three main features Google Maps offers:</p>
<ol>
<li>Users can search by location (i.e. for restaurants within their current map view).</li>
<li>Users can ask for directions in a multimodal transportation system (i.e. driving, public transport, etc).</li>
<li>Users can add their own data to the map, but only if they can master the Google Maps API (not a hard task, but not something the average person will do).</li>
</ol>
<p>Google Earth on the other hand is a desktop application that provides the first two functionalities (search and direction), as well as an easy way to add your own data, one point at a time, to your map. There are of course some more capabilities present, like measurements of paths and the ability to upload and share your data with other Google Earth users. But Google Earth is not only what most people user. There are 2 more editions.</p>
<ol>
<li><a href="http://www.google.com/enterprise/earthmaps/earth_pro.html">Google Earth Pro</a><br />
Provides some data import functionality from existing GIS data sources (shapefiles, etc) and spreadsheets.</li>
<li><a href="http://www.google.com/enterprise/earthmaps/earth_enterprise.html">Google Earth Enterprise</a><br />
The infrastructure that power Google Earth and Google maps at your fingertips, to create your own versions of them. The main advantage is data management of terrabytes of data, with 2 dimensional web maps and 3 dimensional globes.</li>
</ol>
<p>All of Google&#8217;s offerings in the arena of geographic data are impressive to say the least, and worthy of attention. But are they truly GIS?</p>
<p>If one wants to define GIS, one needs to run back to definitions used throughout the years by academics and software publishers alike. Leaving the issue of people running the system and organizational contexts that build the system in a certain way, GIS is defined by the following components:</p>
<ul>
<li><strong>Data</strong>: The very basic component is of course measurements. Without them, a GIS cannot function. Undoubtedly, Google has made data available in an unprecedented way.</li>
<li><strong>Representation</strong>: Measurements need to be represented in a format that the computer understands in order to operate on. Google Maps/Earth do have this. The famous KML format is one example on how Google does it.</li>
<li><strong>Operations</strong>: This is where Google Maps/Earth get a bit left behind. Granted, there is the search functionality and route finding operations, but is this the only thing a GIS can do? Out of the box, most GIS offerings have operations for slope calculation, linear referencing, buffering, and many more. Google Maps/Earth lack this functionality at their current state.</li>
<li><strong>Transformations</strong>: In this case, we do not simply refer to transformations from one data format to another, but also transformations from simple measurements out in the world, to the results of an analytical process (a report if you may). The pathway from measurement to data to information is not clear, and unfortunately not present in many cases.</li>
</ul>
<p>If one uses then one of the commonly accepted definitions of GIS, one cannot easily place Google Maps/Earth in this realm. This is not to say that they do not partially provide functionalities that a GIS would, but rather that they are limited and not the whole picture. A pollution dispersion problem would not be solved by Google Maps/Earth. A study of the distribution of populations among some characteristic cannot be rigorously performed (visually perhaps, but can anyone report error numbers visually?).</p>
<p>I therefore suggest that Google Maps/Earth, as well as offerings by other vendors, like Virtual Earth, Bing Maps, Yahoo! Maps and MapQuest should not be called GIS, but rather Mapping Information Systems, or even Networked Mapping Tools. Partially a GIS, but lacking the full functionality needed.</p>
Note: There is a rating embedded within this post, please visit this post to rate it.


<p>Related posts:<ol><li><a href='http://michalisavraam.org/2009/10/google-spatial-data-in-house-goodbye-to-teleatlas/' rel='bookmark' title='Permanent Link: Google Spatial Data in-house &#8211; Goodbye to TeleAtlas?'>Google Spatial Data in-house &#8211; Goodbye to TeleAtlas?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michalisavraam.org/2009/10/google-maps-and-gis/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Color Usage in maps: A useful tool</title>
		<link>http://michalisavraam.org/2009/07/color-usage-in-maps-a-useful-tool/</link>
		<comments>http://michalisavraam.org/2009/07/color-usage-in-maps-a-useful-tool/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 01:42:13 +0000</pubDate>
		<dc:creator>Michalis Avraam</dc:creator>
				<category><![CDATA[Cartography]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[cartography]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[color chooser]]></category>
		<category><![CDATA[color tool]]></category>
		<category><![CDATA[color usage]]></category>
		<category><![CDATA[map making]]></category>

		<guid isPermaLink="false">http://michalisavraam.org/?p=121</guid>
		<description><![CDATA[Everyone that creates maps has to deal with color, some way or another. While there are many different ways of going about it (refer to any textbook on cartography), few online resources seem to be up to the tasks. Well I recently stumbled upon NASA&#8217;s Color Usage website. Apart from the excellent articles and resources [...]


Related posts:<ol><li><a href='http://michalisavraam.org/2009/07/cartographic-typefaces-some-examples/' rel='bookmark' title='Permanent Link: Cartographic Typefaces: Some examples'>Cartographic Typefaces: Some examples</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Everyone that creates maps has to deal with color, some way or another. While there are many different ways of going about it (refer to any textbook on cartography), few online resources seem to be up to the tasks. Well I recently stumbled upon <a href="http://colorusage.arc.nasa.gov/">NASA&#8217;s Color Usage</a> website. Apart from the excellent articles and resources provided (thank you NASA), they also include a <a href="http://colorusage.arc.nasa.gov/ColorTool.php">Color Tool</a> (Java Applet) that allows one to explore colors in a very beautiful way. I hope you find the information there as useful as I have.</p>


<p>Related posts:<ol><li><a href='http://michalisavraam.org/2009/07/cartographic-typefaces-some-examples/' rel='bookmark' title='Permanent Link: Cartographic Typefaces: Some examples'>Cartographic Typefaces: Some examples</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michalisavraam.org/2009/07/color-usage-in-maps-a-useful-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>International Students at the University of Washington (part 2)</title>
		<link>http://michalisavraam.org/2007/02/international-students-at-the-university-of-washington-part-2/</link>
		<comments>http://michalisavraam.org/2007/02/international-students-at-the-university-of-washington-part-2/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 23:10:00 +0000</pubDate>
		<dc:creator>Michalis Avraam</dc:creator>
				<category><![CDATA[Cartography]]></category>
		<category><![CDATA[Education]]></category>

		<guid isPermaLink="false">http://michalisavraam.org/2007/02/international-students-at-the-university-of-washington-part-2/</guid>
		<description><![CDATA[Continuing the map series of International Students at the University of Washington. This is for the year 2005. As you may notice, this map looks strikingly similar to the map for 2006. While the numbers have changed slightly, the trend remains the same for all countries, making the classification scheme used (Jenk&#8217;s Natural Breaks Algorithm) [...]


No related points found for this point.]]></description>
			<content:encoded><![CDATA[<p>Continuing the map series of International Students at the University of Washington. This is for the year 2005.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_iSr0y92zMd4/RdousFm13oI/AAAAAAAAAAY/8viUKHBucVE/s1600-h/uwInternationalStudents2005.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_iSr0y92zMd4/RdousFm13oI/AAAAAAAAAAY/8viUKHBucVE/s400/uwInternationalStudents2005.png" alt="" id="BLOGGER_PHOTO_ID_5033386868494163586" border="0" /></a><br />As you may notice, this map looks strikingly similar to the map for 2006. While the numbers have changed slightly, the trend remains the same for all countries, making the classification scheme used (Jenk&#8217;s Natural Breaks Algorithm) to produce a similar categorization. This will need to be address by either changing the classification scheme or normalizing the data.</p>


<p>No related points found for this point.</p>]]></content:encoded>
			<wfw:commentRss>http://michalisavraam.org/2007/02/international-students-at-the-university-of-washington-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>International Students at the University of Washington (part 1)</title>
		<link>http://michalisavraam.org/2007/02/international-students-at-the-university-of-washington-part-1/</link>
		<comments>http://michalisavraam.org/2007/02/international-students-at-the-university-of-washington-part-1/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 08:15:00 +0000</pubDate>
		<dc:creator>Michalis Avraam</dc:creator>
				<category><![CDATA[Cartography]]></category>
		<category><![CDATA[Education]]></category>

		<guid isPermaLink="false">http://michalisavraam.org/2007/02/international-students-at-the-university-of-washington-part-1/</guid>
		<description><![CDATA[This is a map I put together of Internation Students at the University of Washington. The complete series (1999 to 2006) will be published on my webpage soon, if anyone is interested. I will discuss issues when the series is completed within the week. Enjoy! No related points found for this point.


No related points found for this point.]]></description>
			<content:encoded><![CDATA[<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_iSr0y92zMd4/RdovXFm13pI/AAAAAAAAAAk/8gAza03tHZg/s1600-h/uwInternationalStudents2006.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_iSr0y92zMd4/RdovXFm13pI/AAAAAAAAAAk/8gAza03tHZg/s400/uwInternationalStudents2006.png" alt="" id="BLOGGER_PHOTO_ID_5033387607228538514" border="0" /></a><br />This is a map I put together of Internation Students at the University of Washington. The complete series (1999 to 2006) will be published on my webpage soon, if anyone is interested. I will discuss issues when the series is completed within the week.</p>
<p>Enjoy!</p>


<p>No related points found for this point.</p>]]></content:encoded>
			<wfw:commentRss>http://michalisavraam.org/2007/02/international-students-at-the-university-of-washington-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Very Spatial Podcast #83: David DiBiase</title>
		<link>http://michalisavraam.org/2007/02/a-very-spatial-podcast-83-david-dibiase/</link>
		<comments>http://michalisavraam.org/2007/02/a-very-spatial-podcast-83-david-dibiase/#comments</comments>
		<pubDate>Sun, 18 Feb 2007 23:49:00 +0000</pubDate>
		<dc:creator>Michalis Avraam</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[GIS* Points]]></category>

		<guid isPermaLink="false">http://michalisavraam.org/2007/02/a-very-spatial-podcast-83-david-dibiase/</guid>
		<description><![CDATA[A very interesting interview (as a podcast) by David DiBiase on the issue of the GIS&#038;T Body of Knowledge by UCGIS. The UCGIS website was hacked and the documents are not around, but the interview does cover some history and justification for the GIS&#38;T Body of Knowledge. Perhaps you can enjoy it at some later [...]


No related points found for this point.]]></description>
			<content:encoded><![CDATA[<p><a href="http://veryspatial.com/?p=1400">A very interesting interview</a> (as a podcast) by David DiBiase on the issue of the <span style="font-style: italic;">GIS&#038;T Body of Knowledge</span> by UCGIS. The UCGIS website was hacked and the documents are not around, but the interview does cover some history and justification for the <a style="font-style: italic;" href="http://www.ucgis.org/priorities/education/modelcurriculaproject.asp">GIS&amp;T Body of Knowledge</a>. Perhaps you can enjoy it at some later stage.</p>
<p>It is interesting to hear about recognition of Geography and GIS outside the discipline, how the taskforce managed to accomplish its goals and once again, the help provided by ESRI (requiring products was, according to me, a great help). Enjoy listening to it, especially if you are familiar with the <a href="http://www.ncgia.ucsb.edu/pubs/core.html">NCGIA Core Curriculum Project</a>.</p>
<p>Please note the following golden quote:</p>
<blockquote><p>Academic Geographers were severely over-represented in this first edition and the reason is quite plain. Academic geographers are paid to do [...] service&#8230; My hope is that now that this effort has received some attention. [...] I think we will be able to do a good job recruiting a more deverse number of people from industry as well as academia[...]</p>
</blockquote>
<p>This may actually be key to one of my upcoming posts on GIS and education.</p>


<p>No related points found for this point.</p>]]></content:encoded>
			<wfw:commentRss>http://michalisavraam.org/2007/02/a-very-spatial-podcast-83-david-dibiase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geographic Information Systems and Education: Bridging the gap between theory and application</title>
		<link>http://michalisavraam.org/2007/02/geographic-information-systems-and-education-bridging-the-gap-between-theory-and-application/</link>
		<comments>http://michalisavraam.org/2007/02/geographic-information-systems-and-education-bridging-the-gap-between-theory-and-application/#comments</comments>
		<pubDate>Sun, 18 Feb 2007 19:16:00 +0000</pubDate>
		<dc:creator>Michalis Avraam</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[GIS* Points]]></category>

		<guid isPermaLink="false">http://michalisavraam.org/2007/02/geographic-information-systems-and-education-bridging-the-gap-between-theory-and-application/</guid>
		<description><![CDATA[Geographic Information Systems (GIS) have seen a tremendous rise in university curricula around the world. It is no surprise as the usefulness of spatial data manipulation is becoming more evident when studies escape confined boundaries that can be easily represented by a Cartesian plane and require further consideration of the geoid characteristics. The realization that [...]


No related points found for this point.]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;">Geographic Information Systems (GIS) have seen a tremendous rise in university curricula around the world. It is no surprise as the usefulness of spatial data manipulation is becoming more evident when studies escape confined boundaries that can be easily represented by a Cartesian plane and require further consideration of the geoid characteristics. The realization that  the Pythagorean Theorem cannot produce accurate results in a non-flat world (see <a href="http://www.movable-type.co.uk/scripts/GIS-FAQ-5.1.html">this mirror</a> of a US Census discussion on the issue) by disciplines that did not, traditionally, have to deal with such issues, has raised awareness of software systems (and hence knowledge) that specifically accommodates such intricacies (software was mentioned specifically, as usually a &#8220;black-box&#8221; solution to problems is sought, rather than the more time- and money-consuming method of investigating, mastering and implementing solutions by ones self). This, among many other reasons where spatial knowledge and analysis skills are needed, has lead to a demand of a number of specially educated people that can identify, explain and solve problems of geographic nature. A need that Universities across the world are trying to serve through GIS curricula introduced within multiple disciplines (the <a href="http://wagda.lib.washington.edu/uwcgia/GIS-courses.html">University of Washington</a> has courses in the Department of Geography, Forest Resources, Ecosystem Science, Urban Design and Planning and Earth and Space Sciences). Each of these courses deals with issues of representation of data (in the form of points, lines, polygons, etc), data storage, manipulation/analysis and presentation to a varying degree, as well as including a hands-on experience in the form of lab assignments and projects.<br />
<blockquote>The question raised is whether teaching GIS in such a setting and format is ideal or not, and how can it be improved.</p></blockquote>
<p><span style="font-weight: bold;">What is GIS?</span></p>
<p>Geographic Information Systems rely on a multitude of disciplines to build a system of &#8220;software, hardware and procedures to facilitate              the management, manipulation, analysis, modelling, representation              and display of georeferenced data to solve complex problems&#8221; (please <a href="http://chrisman.scg.ulaval.ca/G460/Lec01a.html">see Nicholas Chrisman&#8217;s excellent lecture</a> covering what GIS is). While this definition of a GISystem is not universally accepted, everyone agrees that it is a multi-component system. A complete and all-around curriculum on GIS needs, in essence, to tackled those multiple components on two levels: theory and application.<span class="footersizesmall"></span><span style="font-weight: bold;"></span></p>
<p><span style="font-weight: bold;">Teaching the Theory</span></p>
<p>In educating people about GIS, curricula throughout universities cover the theories behind GIS. From mathematical representations of data (as vectors for discrete and raster for continuous data), mathematical (geometrical) operations, to computational methods to store, retrieve and analyze data, to statistical and systems modeling techniques and even the art of representing data either as pictographs, charts or even text using visual hierarchies and the like, curricula are in need to cover expose students to a plethora of disciplines to allow them to understand what happens behind any &#8220;black-box&#8221; GIS implementation (i.e. the software application).</p>
<p><span style="font-weight: bold;">Teaching the Software Application</span></p>
<p>All these theories and knowledge are what the software package uses to manipulate, analyze, model, represent, display and manage spatial information. How would that then translate into teaching students <span style="font-weight: bold;">how</span> to use software. The traditional approach is to show students how operations are performed through instructional sheets and requiring students to follow directions closely, leaving little room for exploration. But most importantly, leaving little room for students to bridge the theory taught in lecture with the press of a button required by the applied portion of the curriculum.</p>
<p><span style="font-weight: bold;">Problems in the Current GIS* Teaching Methods</span></p>
<p>Through my own personal experience, as well as discussion with other students and educators within the realm of GIS* (GIS* symbolizing the GIScience and GISystems together), I have come to the conclusion that there is a rather large gap between the theory (or what some like to call, GIScience) and the application to perform what the theory teaches (GIS in the traditional sense). The gap seems to arise from the fact that the software system does not require any prior knowledge of its inner workings (and hence, theories) to run, while the curriculum requires students to learn both, simultaneously.<br />
<blockquote>The problem is, therefore, a disconnect between theory and application, lecture and lab, what the educator feels is needed to be taught (the theory) and what the students feel they need to learn (the software).</p></blockquote>
<p><span style="font-weight: bold;">Solving the Problems</span></p>
<p>How one can proceed to solve the problem stated above depends on whether there is an agreement that this is indeed and the case, and whether one believes that this is a problem. Universities are institutions that mainly want to push a more academic agenda (as theory is born and raised within universities) than what is sometimes needed in the workforce. An emphasis in theory is therefore understandable, even desired (if no one develops and challenges new theories, there would be no progress). But the need of students is (usually) to learn the software in greater detail, as it is unlikely that outside a university setting they will need to recite the fundamental levels of measurement (nominal, ordinal, interval, ratio according to Stevens, or adding graded memberships, cyclic ratio, derived ratio, counts and absolute <a href="http://chrisman.scg.ulaval.ca/G460/Lec03.html">according to Chrisman</a>). How can then one proceed, especially when one considers the student body which includes students from multiple fields and with different needs?</p>
<p>I have pondered the question multiple times so far and I have not yet come into any conclusion. But I do believe there is a need to change the way things are taught, either by separating classes into theory and application, or changing the current curriculum to look more closely into the issue of what the students want and need to learn, as well as what the workforce the University prepares them for needs.</p>
<p><span style="font-weight: bold;">Notes:</span><br /><a href="http://veryspatial.com/?p=1316">A Very Spatial Podcast Episode 77</a> covers the issue as well.</div>


<p>No related points found for this point.</p>]]></content:encoded>
			<wfw:commentRss>http://michalisavraam.org/2007/02/geographic-information-systems-and-education-bridging-the-gap-between-theory-and-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
