<?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: Shapefile To KML Converter shp2kml Updated To Version 2.0.</title>
	<atom:link href="http://freegeographytools.com/2007/shapefile-to-kml-converter-shp2kml-updated-to-version-20/feed" rel="self" type="application/rss+xml" />
	<link>http://freegeographytools.com/2007/shapefile-to-kml-converter-shp2kml-updated-to-version-20</link>
	<description>Exploring the world of free tools for GIS, GPS, Google Earth, neogeography, and more.</description>
	<lastBuildDate>Wed, 18 Nov 2009 03:05:04 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Kevin</title>
		<link>http://freegeographytools.com/2007/shapefile-to-kml-converter-shp2kml-updated-to-version-20/comment-page-1#comment-838</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Tue, 20 Oct 2009 20:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/2007/shapefile-to-kml-converter-shp2kml-updated-to-version-20#comment-838</guid>
		<description>Looked promising but at the begining when I add the input file I recieve a &quot;I/O error 998&quot; message.</description>
		<content:encoded><![CDATA[<p>Looked promising but at the begining when I add the input file I recieve a &#8220;I/O error 998&#8243; message.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juan</title>
		<link>http://freegeographytools.com/2007/shapefile-to-kml-converter-shp2kml-updated-to-version-20/comment-page-1#comment-837</link>
		<dc:creator>juan</dc:creator>
		<pubDate>Mon, 12 Oct 2009 16:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/2007/shapefile-to-kml-converter-shp2kml-updated-to-version-20#comment-837</guid>
		<description>veamos que tal funciona...</description>
		<content:encoded><![CDATA[<p>veamos que tal funciona&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://freegeographytools.com/2007/shapefile-to-kml-converter-shp2kml-updated-to-version-20/comment-page-1#comment-836</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Wed, 12 Aug 2009 16:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/2007/shapefile-to-kml-converter-shp2kml-updated-to-version-20#comment-836</guid>
		<description>andresi,

Thanks for this tip, very useful. I see though that QGIS doesn&#039;t seem to like the KML MultiGeometry node being present and gives a &#039;cannot establish connection&#039; error. I wonder if you know a way round this issue?

Thanks.</description>
		<content:encoded><![CDATA[<p>andresi,</p>
<p>Thanks for this tip, very useful. I see though that QGIS doesn&#8217;t seem to like the KML MultiGeometry node being present and gives a &#8216;cannot establish connection&#8217; error. I wonder if you know a way round this issue?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andresi</title>
		<link>http://freegeographytools.com/2007/shapefile-to-kml-converter-shp2kml-updated-to-version-20/comment-page-1#comment-835</link>
		<dc:creator>andresi</dc:creator>
		<pubDate>Wed, 08 Jul 2009 14:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/2007/shapefile-to-kml-converter-shp2kml-updated-to-version-20#comment-835</guid>
		<description>I&#039;ve been searching far and wide for a good KML to SHP (and VV) converter and have come across many pages reviewing various online, stand alone and extension tools out there. Funny that very few (if any) have explored the QGIS OGR Layer Converter plugin. It&#039;s straightforward and pretty neat.

I have a KML file of a set of polygons digitized in Google Earth. First thing I did was add a new layer in QGIS [set to view All Files (*.*)]. From there I save the KML imported layer as a shapefile (to allow editing, etc.). QGIS will ask what projection the shapefile will be saved in. For my purposes, since I needed to do an affine transformation (move) on my polygon set, I chose to save it in UTM projection for my region in the Philippines (+proj=utm +zone=51 +ellps=WGS84 +datum=WGS84 +units=m +no_defs) since I needed to overlay the polygon on an image in the same UTM projection. Once the KML file layer had been saved to SHP, I discard it and use the saved shapefile in UTM projection for editing, etc.

After doing the necessary transformations on the polygon shapefile (GE does not allow moving or any other affine transformation on the features in it), I now need to put it back in GE as a KML. I do so by saving the file once again as a shapefile, but this time having geographic coordinates (+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs). This edited shapefile in lat-long coordinates is then converted to a KML using the above-mentioned OGR Layer Converter Plugin of QGIS. The shapefile NEEDS TO BE IN lat-long when converted to KML as GE will only correctly recognize a KML in geographic coordinates. Don&#039;t forget to type in the .kml extension when you convert the shapefile to KML so the system can easily associate it with GE. Open the KML file in GE et le voila! Your new shapefile is now ready as an overlay in GE.

So no shareware, limited freewares and plugins necessary, etc. for converting SHP to KML and VV, really. QGIS does the job if you know these basic steps... and now you know. ;-)

Cheers.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been searching far and wide for a good KML to SHP (and VV) converter and have come across many pages reviewing various online, stand alone and extension tools out there. Funny that very few (if any) have explored the QGIS OGR Layer Converter plugin. It&#8217;s straightforward and pretty neat.</p>
<p>I have a KML file of a set of polygons digitized in Google Earth. First thing I did was add a new layer in QGIS [set to view All Files (*.*)]. From there I save the KML imported layer as a shapefile (to allow editing, etc.). QGIS will ask what projection the shapefile will be saved in. For my purposes, since I needed to do an affine transformation (move) on my polygon set, I chose to save it in UTM projection for my region in the Philippines (+proj=utm +zone=51 +ellps=WGS84 +datum=WGS84 +units=m +no_defs) since I needed to overlay the polygon on an image in the same UTM projection. Once the KML file layer had been saved to SHP, I discard it and use the saved shapefile in UTM projection for editing, etc.</p>
<p>After doing the necessary transformations on the polygon shapefile (GE does not allow moving or any other affine transformation on the features in it), I now need to put it back in GE as a KML. I do so by saving the file once again as a shapefile, but this time having geographic coordinates (+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs). This edited shapefile in lat-long coordinates is then converted to a KML using the above-mentioned OGR Layer Converter Plugin of QGIS. The shapefile NEEDS TO BE IN lat-long when converted to KML as GE will only correctly recognize a KML in geographic coordinates. Don&#8217;t forget to type in the .kml extension when you convert the shapefile to KML so the system can easily associate it with GE. Open the KML file in GE et le voila! Your new shapefile is now ready as an overlay in GE.</p>
<p>So no shareware, limited freewares and plugins necessary, etc. for converting SHP to KML and VV, really. QGIS does the job if you know these basic steps&#8230; and now you know. ;-)</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://freegeographytools.com/2007/shapefile-to-kml-converter-shp2kml-updated-to-version-20/comment-page-1#comment-834</link>
		<dc:creator>david</dc:creator>
		<pubDate>Mon, 18 May 2009 00:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/2007/shapefile-to-kml-converter-shp2kml-updated-to-version-20#comment-834</guid>
		<description>well, for me this is bugged. UTM 32 isn&#039;t projected right on google maps :(

if I try this with lat/lon i always get the error: index result for &quot;..&quot; too long, &gt;100 characters (254)

anyone knows the problem ? :(</description>
		<content:encoded><![CDATA[<p>well, for me this is bugged. UTM 32 isn&#8217;t projected right on google maps :(</p>
<p>if I try this with lat/lon i always get the error: index result for &#8220;..&#8221; too long, &gt;100 characters (254)</p>
<p>anyone knows the problem ? :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amr</title>
		<link>http://freegeographytools.com/2007/shapefile-to-kml-converter-shp2kml-updated-to-version-20/comment-page-1#comment-833</link>
		<dc:creator>Amr</dc:creator>
		<pubDate>Mon, 08 Dec 2008 02:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/2007/shapefile-to-kml-converter-shp2kml-updated-to-version-20#comment-833</guid>
		<description>khrushchev war</description>
		<content:encoded><![CDATA[<p>khrushchev war</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rizah</title>
		<link>http://freegeographytools.com/2007/shapefile-to-kml-converter-shp2kml-updated-to-version-20/comment-page-1#comment-832</link>
		<dc:creator>rizah</dc:creator>
		<pubDate>Tue, 18 Nov 2008 14:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/2007/shapefile-to-kml-converter-shp2kml-updated-to-version-20#comment-832</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn</title>
		<link>http://freegeographytools.com/2007/shapefile-to-kml-converter-shp2kml-updated-to-version-20/comment-page-1#comment-831</link>
		<dc:creator>Glenn</dc:creator>
		<pubDate>Thu, 21 Aug 2008 06:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/2007/shapefile-to-kml-converter-shp2kml-updated-to-version-20#comment-831</guid>
		<description>perfect..so easy to use!!</description>
		<content:encoded><![CDATA[<p>perfect..so easy to use!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://freegeographytools.com/2007/shapefile-to-kml-converter-shp2kml-updated-to-version-20/comment-page-1#comment-830</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Mon, 14 Jul 2008 19:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/2007/shapefile-to-kml-converter-shp2kml-updated-to-version-20#comment-830</guid>
		<description>klçkçlkçlkçlkçlkçkçl;
çlkkjjjhhh</description>
		<content:encoded><![CDATA[<p>klçkçlkçlkçlkçlkçkçl;<br />
çlkkjjjhhh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://freegeographytools.com/2007/shapefile-to-kml-converter-shp2kml-updated-to-version-20/comment-page-1#comment-829</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Mon, 14 Jul 2008 19:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/2007/shapefile-to-kml-converter-shp2kml-updated-to-version-20#comment-829</guid>
		<description>Hi!
I like to converter shape to kml from arcview to google earth for education.</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I like to converter shape to kml from arcview to google earth for education.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
