<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Converting Google Earth KML Files To Shapefile Format</title>
	<atom:link href="http://freegeographytools.com/2007/converting-google-earth-kml-files-to-shapefile-format/feed" rel="self" type="application/rss+xml" />
	<link>http://freegeographytools.com/2007/converting-google-earth-kml-files-to-shapefile-format</link>
	<description>Exploring the world of free tools for GIS, GPS, Google Earth, neogeography, and more.</description>
	<lastBuildDate>Thu, 09 Feb 2012 04:48:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: fevisis</title>
		<link>http://freegeographytools.com/2007/converting-google-earth-kml-files-to-shapefile-format/comment-page-1#comment-261</link>
		<dc:creator>fevisis</dc:creator>
		<pubDate>Fri, 03 Jul 2009 06:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/?p=71#comment-261</guid>
		<description>We have a converter to convert Google Earth’s KML file to Shape file(kml2shp). This converter can convert any type of KML to the Shape file format as per the standards. With this converter, you get the advantage of having your own shape file for any area of the world thus relieving your need to search or purchase the Shape file . This converter proves to be a User Friendly one as its GUI is so simple that you don’t need to specify anything for conversion.

You all get this for a very minimal one time cost. If you like to have your own converter for generating shape file, reach us at dev.fevisis@gmail.com

Regards
fevisis dev team
Website : www.fevisis.com - Coming Soon..............
Blog : http://fevisis.blogspot.com
       http://fevisis.wordpress.com
mail : dev.fevisis@gmail.com</description>
		<content:encoded><![CDATA[<p>We have a converter to convert Google Earth’s KML file to Shape file(kml2shp). This converter can convert any type of KML to the Shape file format as per the standards. With this converter, you get the advantage of having your own shape file for any area of the world thus relieving your need to search or purchase the Shape file . This converter proves to be a User Friendly one as its GUI is so simple that you don’t need to specify anything for conversion.</p>
<p>You all get this for a very minimal one time cost. If you like to have your own converter for generating shape file, reach us at <a href="mailto:dev.fevisis@gmail.com">dev.fevisis@gmail.com</a></p>
<p>Regards<br />
fevisis dev team<br />
Website : <a href="http://www.fevisis.com" rel="nofollow">http://www.fevisis.com</a> &#8211; Coming Soon&#8230;&#8230;&#8230;&#8230;..<br />
Blog : <a href="http://fevisis.blogspot.com" rel="nofollow">http://fevisis.blogspot.com</a><br />
       <a href="http://fevisis.wordpress.com" rel="nofollow">http://fevisis.wordpress.com</a><br />
mail : <a href="mailto:dev.fevisis@gmail.com">dev.fevisis@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://freegeographytools.com/2007/converting-google-earth-kml-files-to-shapefile-format/comment-page-1#comment-260</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 24 Apr 2009 16:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/?p=71#comment-260</guid>
		<description>I&#039;ve tried both the ExpertGPS Pro and online version from Zonum.

ExpertGPS crashes everytime I try converting a large kml with many paths (+1k), and Zonum created a shp that is totally useless.  Actually, I&#039;m not sure exactly what it created.

I&#039;ll try the excel approach...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried both the ExpertGPS Pro and online version from Zonum.</p>
<p>ExpertGPS crashes everytime I try converting a large kml with many paths (+1k), and Zonum created a shp that is totally useless.  Actually, I&#8217;m not sure exactly what it created.</p>
<p>I&#8217;ll try the excel approach&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max Nielsen-Pincus</title>
		<link>http://freegeographytools.com/2007/converting-google-earth-kml-files-to-shapefile-format/comment-page-1#comment-257</link>
		<dc:creator>Max Nielsen-Pincus</dc:creator>
		<pubDate>Fri, 10 Apr 2009 17:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/?p=71#comment-257</guid>
		<description>I also found an easier free way to convert from KML to SHP using GPS TrackMaker and Excel.  Import your KML to GPS TrackMaker.  Under the File menu select Convert Files.  Select you KML file in the Origin file field and select the .txt option in the Target file field.  You now have a .txt file that can be opened in Excel and that includes your coordinate system in the first row and coordinates as fields along with any attribute data originally associated with you file.  You can then convert the file in Excel to a dBase, open the dBase in ArcGIS, and then using the Add XY Data under the Tools menu convert the file to a shapefile in ArcGIS.

When I did this I found that there was some manual arranging of data in Excel I had to do to have everything I wanted formatted the way I wanted it.  Depending on the complexity of the original KML attributes this may prove too time consuming for you, but it&#039;s worth a try.</description>
		<content:encoded><![CDATA[<p>I also found an easier free way to convert from KML to SHP using GPS TrackMaker and Excel.  Import your KML to GPS TrackMaker.  Under the File menu select Convert Files.  Select you KML file in the Origin file field and select the .txt option in the Target file field.  You now have a .txt file that can be opened in Excel and that includes your coordinate system in the first row and coordinates as fields along with any attribute data originally associated with you file.  You can then convert the file in Excel to a dBase, open the dBase in ArcGIS, and then using the Add XY Data under the Tools menu convert the file to a shapefile in ArcGIS.</p>
<p>When I did this I found that there was some manual arranging of data in Excel I had to do to have everything I wanted formatted the way I wanted it.  Depending on the complexity of the original KML attributes this may prove too time consuming for you, but it&#8217;s worth a try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leszek Pawlowicz</title>
		<link>http://freegeographytools.com/2007/converting-google-earth-kml-files-to-shapefile-format/comment-page-1#comment-259</link>
		<dc:creator>Leszek Pawlowicz</dc:creator>
		<pubDate>Mon, 06 Apr 2009 18:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/?p=71#comment-259</guid>
		<description>Well, this blog is all about doing it for free, regardless of how painful :). The process described for KML to shapefile definitely is convoluted, as is the one in the next post:

http://freegeographytools.com/2007/another-way-to-convert-google-earth-kml-files-to-shapefiles

However, a later post describes a free application that converts KML files directly to shapefiles:

http://freegeographytools.com/2007/the-last-word-for-now-on-converting-google-earth-kml-files-to-shapefiles

That application currently has a fatal bug, but the author has created an online KML to shapefile converter:

http://freegeographytools.com/2009/online-kml-to-shapefile-converter

There are many paid apps that will convert KML files to shapefiles; two more GPS-related ones Are GPS TrackMaker Pro:

http://gpstm.com/gtmpro.php

and GPS utility:

http://www.gpsu.co.uk/</description>
		<content:encoded><![CDATA[<p>Well, this blog is all about doing it for free, regardless of how painful :). The process described for KML to shapefile definitely is convoluted, as is the one in the next post:</p>
<p><a href="http://freegeographytools.com/2007/another-way-to-convert-google-earth-kml-files-to-shapefiles" rel="nofollow">http://freegeographytools.com/2007/another-way-to-convert-google-earth-kml-files-to-shapefiles</a></p>
<p>However, a later post describes a free application that converts KML files directly to shapefiles:</p>
<p><a href="http://freegeographytools.com/2007/the-last-word-for-now-on-converting-google-earth-kml-files-to-shapefiles" rel="nofollow">http://freegeographytools.com/2007/the-last-word-for-now-on-converting-google-earth-kml-files-to-shapefiles</a></p>
<p>That application currently has a fatal bug, but the author has created an online KML to shapefile converter:</p>
<p><a href="http://freegeographytools.com/2009/online-kml-to-shapefile-converter" rel="nofollow">http://freegeographytools.com/2009/online-kml-to-shapefile-converter</a></p>
<p>There are many paid apps that will convert KML files to shapefiles; two more GPS-related ones Are GPS TrackMaker Pro:</p>
<p><a href="http://gpstm.com/gtmpro.php" rel="nofollow">http://gpstm.com/gtmpro.php</a></p>
<p>and GPS utility:</p>
<p><a href="http://www.gpsu.co.uk/" rel="nofollow">http://www.gpsu.co.uk/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Foster</title>
		<link>http://freegeographytools.com/2007/converting-google-earth-kml-files-to-shapefile-format/comment-page-1#comment-258</link>
		<dc:creator>Dan Foster</dc:creator>
		<pubDate>Mon, 06 Apr 2009 17:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/?p=71#comment-258</guid>
		<description>Wow, that&#039;s a convoluted way to convert KML to SHP.  I&#039;m the author of the EasyGPS freeware mentioned in steps three and four.  I&#039;ve written a detailed tutorial about using EasyGPS&#039; big brother, ExpertGPS Pro to convert KML and KMZ to SHP.  It&#039;s a two-step process - once you&#039;ve got your coordinate systems defined, it&#039;s just import KML, and export SHP.  I realize this site is about free and open-source solutions, so I&#039;m willing to work with anyone who can&#039;t afford ExpertGPS Pro at it&#039;s full price of $99.  I&#039;m also working on a standalone KML to SHP converter that will have many more options for preserving KML metadata (labels, descriptions, links to photos, etc).  Drop me an email if you&#039;re interested.

http://blog.expertgps.com/blog/2009/03/how-to-convert-kmz-to-shp-a-step-by-step-tutorial/</description>
		<content:encoded><![CDATA[<p>Wow, that&#8217;s a convoluted way to convert KML to SHP.  I&#8217;m the author of the EasyGPS freeware mentioned in steps three and four.  I&#8217;ve written a detailed tutorial about using EasyGPS&#8217; big brother, ExpertGPS Pro to convert KML and KMZ to SHP.  It&#8217;s a two-step process &#8211; once you&#8217;ve got your coordinate systems defined, it&#8217;s just import KML, and export SHP.  I realize this site is about free and open-source solutions, so I&#8217;m willing to work with anyone who can&#8217;t afford ExpertGPS Pro at it&#8217;s full price of $99.  I&#8217;m also working on a standalone KML to SHP converter that will have many more options for preserving KML metadata (labels, descriptions, links to photos, etc).  Drop me an email if you&#8217;re interested.</p>
<p><a href="http://blog.expertgps.com/blog/2009/03/how-to-convert-kmz-to-shp-a-step-by-step-tutorial/" rel="nofollow">http://blog.expertgps.com/blog/2009/03/how-to-convert-kmz-to-shp-a-step-by-step-tutorial/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rizah Murseli</title>
		<link>http://freegeographytools.com/2007/converting-google-earth-kml-files-to-shapefile-format/comment-page-1#comment-256</link>
		<dc:creator>Rizah Murseli</dc:creator>
		<pubDate>Fri, 12 Dec 2008 08:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/?p=71#comment-256</guid>
		<description>Interesting!</description>
		<content:encoded><![CDATA[<p>Interesting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rizah Murseli</title>
		<link>http://freegeographytools.com/2007/converting-google-earth-kml-files-to-shapefile-format/comment-page-1#comment-255</link>
		<dc:creator>Rizah Murseli</dc:creator>
		<pubDate>Fri, 12 Dec 2008 08:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/?p=71#comment-255</guid>
		<description>Good try!</description>
		<content:encoded><![CDATA[<p>Good try!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://freegeographytools.com/2007/converting-google-earth-kml-files-to-shapefile-format/comment-page-1#comment-254</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 30 Mar 2007 01:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/?p=71#comment-254</guid>
		<description>I`m just find a web with some kml utilities for free.&lt;br/&gt;www.geo-news.net</description>
		<content:encoded><![CDATA[<p>I`m just find a web with some kml utilities for free.<br /><a href="http://www.geo-news.net" rel="nofollow">http://www.geo-news.net</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

