<?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: Degree-Minute-Second To Decimal Degree Converter</title>
	<atom:link href="http://freegeographytools.com/2008/degree-minute-second-to-decimal-degree-converter/feed" rel="self" type="application/rss+xml" />
	<link>http://freegeographytools.com/2008/degree-minute-second-to-decimal-degree-converter</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: Mihammad Irfan</title>
		<link>http://freegeographytools.com/2008/degree-minute-second-to-decimal-degree-converter/comment-page-1#comment-935</link>
		<dc:creator>Mihammad Irfan</dc:creator>
		<pubDate>Mon, 02 Nov 2009 10:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/2008/degree-minute-second-to-decimal-degree-converter#comment-935</guid>
		<description>I need it for my office work</description>
		<content:encoded><![CDATA[<p>I need it for my office work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leszek Pawlowicz</title>
		<link>http://freegeographytools.com/2008/degree-minute-second-to-decimal-degree-converter/comment-page-1#comment-933</link>
		<dc:creator>Leszek Pawlowicz</dc:creator>
		<pubDate>Thu, 17 Jan 2008 23:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/2008/degree-minute-second-to-decimal-degree-converter#comment-933</guid>
		<description>Thanks, Dylan - it&#039;ll get featured billing in tomorrow&#039;s post as well.</description>
		<content:encoded><![CDATA[<p>Thanks, Dylan &#8211; it&#8217;ll get featured billing in tomorrow&#8217;s post as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan</title>
		<link>http://freegeographytools.com/2008/degree-minute-second-to-decimal-degree-converter/comment-page-1#comment-930</link>
		<dc:creator>Dylan</dc:creator>
		<pubDate>Thu, 17 Jan 2008 22:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/2008/degree-minute-second-to-decimal-degree-converter#comment-930</guid>
		<description>ack! it looks like my &lt; and &gt; were gobbled up by the comment parser. it should look like this:

cs2cs +proj=latlong +datum=NAD83 +to +proj=latlong +datum=NAD83 &lt; DD_coords.txt &gt; DMS_coords.txt</description>
		<content:encoded><![CDATA[<p>ack! it looks like my &lt; and &gt; were gobbled up by the comment parser. it should look like this:</p>
<p>cs2cs +proj=latlong +datum=NAD83 +to +proj=latlong +datum=NAD83 &lt; DD_coords.txt &gt; DMS_coords.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan</title>
		<link>http://freegeographytools.com/2008/degree-minute-second-to-decimal-degree-converter/comment-page-1#comment-929</link>
		<dc:creator>Dylan</dc:creator>
		<pubDate>Thu, 17 Jan 2008 22:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/2008/degree-minute-second-to-decimal-degree-converter#comment-929</guid>
		<description>You bet:

1. convert DD -&gt; DMS:
cs2cs +proj=latlong +datum=NAD83 +to +proj=latlong +datum=NAD83


2. convert DMS -&gt; DD
cs2cs -f &quot;%.6f&quot; +proj=latlong +datum=NAD83 +to +proj=latlong +datum=NAD83


if you invoke the command as listed above (without reference to a data stream) you will get an interactive prompt. This approach is a lot more useful when you have a file full of coordinates, or a stream of coordinates:


cs2cs +proj=latlong +datum=NAD83 +to +proj=latlong +datum=NAD83  DMS_coords.txt


Dylan</description>
		<content:encoded><![CDATA[<p>You bet:</p>
<p>1. convert DD -&gt; DMS:<br />
cs2cs +proj=latlong +datum=NAD83 +to +proj=latlong +datum=NAD83</p>
<p>2. convert DMS -&gt; DD<br />
cs2cs -f &#8220;%.6f&#8221; +proj=latlong +datum=NAD83 +to +proj=latlong +datum=NAD83</p>
<p>if you invoke the command as listed above (without reference to a data stream) you will get an interactive prompt. This approach is a lot more useful when you have a file full of coordinates, or a stream of coordinates:</p>
<p>cs2cs +proj=latlong +datum=NAD83 +to +proj=latlong +datum=NAD83  DMS_coords.txt</p>
<p>Dylan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aron Rubin</title>
		<link>http://freegeographytools.com/2008/degree-minute-second-to-decimal-degree-converter/comment-page-1#comment-928</link>
		<dc:creator>Aron Rubin</dc:creator>
		<pubDate>Thu, 17 Jan 2008 22:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/2008/degree-minute-second-to-decimal-degree-converter#comment-928</guid>
		<description>Here&#039;s my code for DMS to decimal degrees. If you want it wrapped in anyway let me know. I would post it here be line wrap confuses things.

http://rubinium.org/blog/archives/2008/01/17/dms-to-decimal-by-request</description>
		<content:encoded><![CDATA[<p>Here&#8217;s my code for DMS to decimal degrees. If you want it wrapped in anyway let me know. I would post it here be line wrap confuses things.</p>
<p><a href="http://rubinium.org/blog/archives/2008/01/17/dms-to-decimal-by-request" rel="nofollow">http://rubinium.org/blog/archives/2008/01/17/dms-to-decimal-by-request</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leszek Pawlowicz</title>
		<link>http://freegeographytools.com/2008/degree-minute-second-to-decimal-degree-converter/comment-page-1#comment-932</link>
		<dc:creator>Leszek Pawlowicz</dc:creator>
		<pubDate>Thu, 17 Jan 2008 21:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/2008/degree-minute-second-to-decimal-degree-converter#comment-932</guid>
		<description>proj obviously does a lot, but its command-line nature and dense documentation aren&#039;t exactly user-friendly. Call me a wimp, but if there&#039;s a utility with a GUI that does the job I need, I&#039;ll take it over a more powerful command-line utility any day.

If you can send me a brief description of how to use proj to solve Brian&#039;s problem, I&#039;d be happy to post it here.</description>
		<content:encoded><![CDATA[<p>proj obviously does a lot, but its command-line nature and dense documentation aren&#8217;t exactly user-friendly. Call me a wimp, but if there&#8217;s a utility with a GUI that does the job I need, I&#8217;ll take it over a more powerful command-line utility any day.</p>
<p>If you can send me a brief description of how to use proj to solve Brian&#8217;s problem, I&#8217;d be happy to post it here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan</title>
		<link>http://freegeographytools.com/2008/degree-minute-second-to-decimal-degree-converter/comment-page-1#comment-931</link>
		<dc:creator>Dylan</dc:creator>
		<pubDate>Thu, 17 Jan 2008 21:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/2008/degree-minute-second-to-decimal-degree-converter#comment-931</guid>
		<description>C&#039;mon guys -- there is an excellent, free tool for working with coordinates: proj !! (http://proj.maptools.org/) install it via source, or via FW Tools on windows. Spend some time with the documentation and you will be able to convert coordinates with ease.

Dylan</description>
		<content:encoded><![CDATA[<p>C&#8217;mon guys &#8212; there is an excellent, free tool for working with coordinates: proj !! (<a href="http://proj.maptools.org/" rel="nofollow">http://proj.maptools.org/</a>) install it via source, or via FW Tools on windows. Spend some time with the documentation and you will be able to convert coordinates with ease.</p>
<p>Dylan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leszek Pawlowicz</title>
		<link>http://freegeographytools.com/2008/degree-minute-second-to-decimal-degree-converter/comment-page-1#comment-934</link>
		<dc:creator>Leszek Pawlowicz</dc:creator>
		<pubDate>Thu, 17 Jan 2008 18:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/2008/degree-minute-second-to-decimal-degree-converter#comment-934</guid>
		<description>I may have some options for you in the next post (tomorrow).</description>
		<content:encoded><![CDATA[<p>I may have some options for you in the next post (tomorrow).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Peasley</title>
		<link>http://freegeographytools.com/2008/degree-minute-second-to-decimal-degree-converter/comment-page-1#comment-927</link>
		<dc:creator>Brian Peasley</dc:creator>
		<pubDate>Thu, 17 Jan 2008 17:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/2008/degree-minute-second-to-decimal-degree-converter#comment-927</guid>
		<description>Your posts are great, thanks for sharing!

I&#039;ve been looking for a DMS--&gt;DecimalDegree converter that can handle batches rather than one-at-a-time conversion.  I haven&#039;t even found one that I can buy (let alone a freeware version)... I would love to hear back from anybody who knows of one before I go and re-invent the wheel!

Thanks,
--Brian</description>
		<content:encoded><![CDATA[<p>Your posts are great, thanks for sharing!</p>
<p>I&#8217;ve been looking for a DMS&#8211;&gt;DecimalDegree converter that can handle batches rather than one-at-a-time conversion.  I haven&#8217;t even found one that I can buy (let alone a freeware version)&#8230; I would love to hear back from anybody who knows of one before I go and re-invent the wheel!</p>
<p>Thanks,<br />
&#8211;Brian</p>
]]></content:encoded>
	</item>
</channel>
</rss>
