<?xml version="1.0"?>
<rss version="2.0" xmlns:georss="http://www.georss.org/georss">
   <channel>
      <title>The GIS Guy</title>
      <link>http://www.yakjive.com/TheGISGuy/</link>
      <description>A website about GIS, geospatial technology and related technologies.</description>
      <language>en-us</language>
      <pubDate>Wed, 14 Oct 2009 17:54:36 MST</pubDate>
      <managingEditor>chris.j.andrews@gmail.com</managingEditor>
      <webMaster>chris.j.andrews@gmail.com</webMaster>
      <copyright>Copyright (c) 2007 www.yakjive.com/TheGISGuy. All rights reserved.</copyright>
  <item>
    <title>&#34;Simple&#34; Centroid Calculation</title>
    <link>http://www.yakjive.com/TheGISGuy/GISGuy-blog3-07.html#37</link>
    <description> 1. Select any vertex and use it as a vertex for the n-2 triangles that are produced when this vertex is connected to each of the other vertexes.
  
2. Calculate the coordinates of the centroid for each of the triangles produced using this formula: 
XC = (X(1) + X(2) + X(3))/3 
YC = (Y(1) + Y(2) + Y(3))/3 &gt;
3. Calculate the area of each triangle produced using this formula:&lt;br &gt;
[(X(2) - (X(1)) * (Y(3) - Y(1)] - [(X(3) - X(1)) * (Y(2) - Y(1))]/2 
(areas may negative! ... for reas...</description>
    <pubDate>Mon, 19 Mar 2007 13:43:00 MST</pubDate>
    <guid>http://www.yakjive.com/TheGISGuy/GISGuy-blog3-07.html#37</guid>
    <category>US GISGuy-blog</category>
  </item>
  <item>
    <title>No SVG support for IE 7 and beyond</title>
    <link>http://www.yakjive.com/TheGISGuy/GISGuy-blog3-07.html#35</link>
    <description> I&#39;ve seen several homemade and open source GIS demos that rely on SVG output for vector display in a web browser. Firefox and Opera support SVG natively, but until now, Internet Explorer users have relied on a plugin from Adobe.
 At this point it&#39;s old news, but Adobe is discontinuing support for their plugin which isn&#39;t really supported on Vista, either... so there&#39;s no SVG support in IE 7. From blogs, it looks like the product team is trying to figure out if they&#39;re going...</description>
    <pubDate>Wed, 14 Mar 2007 15:48:00 MST</pubDate>
    <guid>http://www.yakjive.com/TheGISGuy/GISGuy-blog3-07.html#35</guid>
    <category>US GISGuy-blog</category>
  </item>
  <item>
    <title>deCarta AJAX API</title>
    <link>http://www.yakjive.com/TheGISGuy/GISGuy-blog3-07.html#33</link>
    <description> I signed upforthe deCarta developer program today to try out their AJAX and Web services APIs. Looking around, it appears that their technology may be behind some of the bigger names in Web-based Location Based Services. Pretty cool.
 The API looks nice and straightforward, though it may be a little light. It&#39;s pretty new from the look of it. I like the map styling capability. I could imagine that some RPG/movie/console gamingfolks would go nuts with that. Create a look-and-feel that fit H...</description>
    <pubDate>Tue, 13 Mar 2007 13:09:00 MST</pubDate>
    <guid>http://www.yakjive.com/TheGISGuy/GISGuy-blog3-07.html#33</guid>
    <category>US GISGuy-blog</category>
  </item>
  <item>
    <title>Article on GIS and Accessibiliy</title>
    <link>http://www.yakjive.com/TheGISGuy/GISGuy-blog3-07.html#30</link>
    <description> Today, Directions published an article of mine on GIS and Accessibility for blind and visually impaired users. It&#39;s an off-mainstream topic, but given the ageing workforce issues that the computer industry at large is encountering, it&#39;s relevant....</description>
    <pubDate>Thu, 08 Mar 2007 10:24:00 MST</pubDate>
    <guid>http://www.yakjive.com/TheGISGuy/GISGuy-blog3-07.html#30</guid>
    <category>US GISGuy-blog</category>
  </item>
  <item>
    <title>Google Traffic data</title>
    <link>http://www.yakjive.com/TheGISGuy/GISGuy-blog3-07.html#29</link>
    <description> Directions reports this week that Google Maps and Google Mobile Maps now have traffic data layers for some major cities. There is much speculation over how they are doing it... I imagine they are getting some webservice traffic data from these major metro areas, but I could conceive of them using news/accident feeds or other tools to approximate the conditions, as well.
 What will they do next?
 Try this link for San Francisco traffic:
 http://maps.google.com/?z=10&amp;ll=37.779399,-122.4192...</description>
    <pubDate>Wed, 07 Mar 2007 11:45:00 MST</pubDate>
    <guid>http://www.yakjive.com/TheGISGuy/GISGuy-blog3-07.html#29</guid>
    <category>US GISGuy-blog</category>
  </item>
  <item>
    <title>Expanding the GIS Universe through Open APIs</title>
    <link>http://www.yakjive.com/TheGISGuy/GISGuy-blog1-07.html#27</link>
    <description> Today&#39;s Directions Mag will feature another article I wrote on the changes in the GIS industry driven by the Open API tool kits being offered by Google, Yahoo, Microsoft, and others. I tried to stay away from the negatives regarding the traditional GIS companies and where they are headed, but I will add this:
 If ESRI, MapInfo, AutoDesk and others don&#39;t start offeringusable free data along with their Web mapping products, they will continue to lose market share to the GYM types. Even t...</description>
    <pubDate>Thu, 11 Jan 2007 20:59:00 MST</pubDate>
    <guid>http://www.yakjive.com/TheGISGuy/GISGuy-blog1-07.html#27</guid>
    <category>US GISGuy-blog</category>
  </item>
  <item>
    <title>GeoMedia Free Version</title>
    <link>http://www.yakjive.com/TheGISGuy/GISGuy-blog1-07.html#24</link>
    <description> Seems like Intergraph&#39;s GeoMedia has improved greatly in the last few years, but I wish they would put a time limited version out there so that people like me could actually test drive it. I&#39;m not sure why the major vendors are making it harder to test drivetheir software.Given the grassroots growth in the GIS industry driven by the open API and opensource GIS software, you would think thatthe Intergraphs and ESRIs would give out more software to try to hold onto their marketshare....</description>
    <pubDate>Thu, 04 Jan 2007 12:05:00 MST</pubDate>
    <guid>http://www.yakjive.com/TheGISGuy/GISGuy-blog1-07.html#24</guid>
    <category>US GISGuy-blog</category>
  </item>
  <item>
    <title>Types of Testing for Requirements</title>
    <link>http://www.yakjive.com/TheGISGuy/GISGuy-blog1-07.html#23</link>
    <description> Software and system requirements should be testable.
 The four types of tests that can be used to validate a requirement are analysis, demonstration, inspection, and testing. Any one requirement may be validated according to any of these four methods.
 Analysis -
...</description>
    <pubDate>Thu, 04 Jan 2007 11:44:00 MST</pubDate>
    <guid>http://www.yakjive.com/TheGISGuy/GISGuy-blog1-07.html#23</guid>
    <category>US GISGuy-blog</category>
  </item>
  <item>
    <title>Brief Survey of Online Mapping Blogs</title>
    <link>http://www.yakjive.com/TheGISGuy/GISGuy-blog12-06.html#20</link>
    <description>
Adena at Directions Magazine published a good, quick survey of some of the online mapping blogs. It will be interesting to see where this stuff goes....</description>
    <pubDate>Thu, 07 Dec 2006 10:40:00 MST</pubDate>
    <guid>http://www.yakjive.com/TheGISGuy/GISGuy-blog12-06.html#20</guid>
    <category>US GISGuy-blog</category>
  </item>
  <item>
    <title>Geospatial directory websites</title>
    <link>http://www.yakjive.com/TheGISGuy/GISGuy-blog12-06.html#21</link>
    <description>
As the number of public websites that use Open API&#39;s increases, we&#39;ll see more directory websites that operate as passthroughs to those sites. The important thing will be for people to be able to distinguish between sites that operate merely as portals for click-through revenue and sites that are honest catalogs of information for the geospatially curious. &gt;
YakJive has been listed in the &lt;font color=&#34;#0000ff&#34;&gt;&lt;strong&gt;&lt;a href=&#34;http:/www.gmapsdirectory.com...</description>
    <pubDate>Fri, 01 Dec 2006 10:43:00 MST</pubDate>
    <guid>http://www.yakjive.com/TheGISGuy/GISGuy-blog12-06.html#21</guid>
    <category>US GISGuy-blog</category>
  </item>
  <item>
    <title>Another Article Published Today</title>
    <link>http://www.yakjive.com/TheGISGuy/GISGuy-blog11-06.html#18</link>
    <description> I had another article published today. Just fun to see that it&#39;s not all vanity publication, like this site! 
 This article was on using Open Source GIS as an alternative to proprietary GIS tools. I think the ESRI suite has gotten so complicated that it&#39;s going to eventually collapse under it&#39;s own weight. Frankly, they&#39;re too focused on license sales and not enough on actually satisfying their consumer base. The OSS alternatives are sure to eventually step in and take over. C&...</description>
    <pubDate>Thu, 16 Nov 2006 10:13:00 MST</pubDate>
    <guid>http://www.yakjive.com/TheGISGuy/GISGuy-blog11-06.html#18</guid>
    <category>US GISGuy-blog</category>
  </item>
  <item>
    <title>GPS File Format Converter</title>
    <link>http://www.yakjive.com/TheGISGuy/GISGuy-blog11-06.html#19</link>
    <description> Poking around in the GPS space this week, I noticed that there are 100&#39;s of GPS file formats out there. Kind of unbelievable. While I&#39;m going to convert YakJive to allow people to upload and display GPX and possibly KML files, I can&#39;t do everything.
 Fortunately, this nice guy named Robert Lipe has taken it upon himself to build a free GPS file format converter called GPSBabel. I&#39;ll definitely be recommending it to YakJive users....</description>
    <pubDate>Thu, 16 Nov 2006 05:44:00 MST</pubDate>
    <guid>http://www.yakjive.com/TheGISGuy/GISGuy-blog11-06.html#19</guid>
    <category>US GISGuy-blog</category>
  </item>
  <item>
    <title>Cool Satellite image of the Luxor</title>
    <link>http://www.yakjive.com/TheGISGuy/GISGuy-blog11-06.html#13</link>
    <description> I stayed at the Luxor this week in Las Vegas for a conference. Check out this cool, reflective photo of it on Google Maps.
 ...</description>
    <georss:point>36.0955 -115.173</georss:point>    <pubDate>Fri, 10 Nov 2006 21:55:00 MST</pubDate>
    <guid>http://www.yakjive.com/TheGISGuy/GISGuy-blog11-06.html#13</guid>
    <category>US GISGuy-blog</category>
  </item>
  <item>
    <title>Welcome!</title>
    <link>http://www.yakjive.com/TheGISGuy/GISGuy-blog11-06.html#12</link>
    <description> Welcome to a hobby site dedicated to mapping, GIS, and anything else technical that interests me. You&#39;ll find here some of the articles that I&#39;ve published (with links back to the original, of course) and a variety of cool tools and sites that I&#39;ve found. Along the way I&#39;ll also post some articles related to different places on the Earth so that I can show some cool YakJive functionality....</description>
    <pubDate>Fri, 10 Nov 2006 21:48:00 MST</pubDate>
    <guid>http://www.yakjive.com/TheGISGuy/GISGuy-blog11-06.html#12</guid>
    <category>US GISGuy-blog</category>
  </item>
   </channel>
</rss>

