<?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: How to: convert easting/northing into lat/long for an interactive map</title>
	<atom:link href="http://onlinejournalismblog.com/2011/08/12/how-to-convert-eastingnorthing-into-latlong-for-an-interactive-map/feed/" rel="self" type="application/rss+xml" />
	<link>http://onlinejournalismblog.com/2011/08/12/how-to-convert-eastingnorthing-into-latlong-for-an-interactive-map/</link>
	<description>A conversation.</description>
	<lastBuildDate>Mon, 21 May 2012 12:30:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Step by step: how to start in a data journalist role &#124; Online Journalism Blog</title>
		<link>http://onlinejournalismblog.com/2011/08/12/how-to-convert-eastingnorthing-into-latlong-for-an-interactive-map/#comment-372526</link>
		<dc:creator>Step by step: how to start in a data journalist role &#124; Online Journalism Blog</dc:creator>
		<pubDate>Mon, 23 Apr 2012 07:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://onlinejournalismblog.com/?p=14794#comment-372526</guid>
		<description>[...] Convert data &#8211; this amounts to much the same thing, but for example: postcodes are more useful when converted into lat/long coordinates (likewise easting and northing) [...]</description>
		<content:encoded><![CDATA[<p>[...] Convert data &#8211; this amounts to much the same thing, but for example: postcodes are more useful when converted into lat/long coordinates (likewise easting and northing) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huge list of data journalism resources &#124; clairemiller.net</title>
		<link>http://onlinejournalismblog.com/2011/08/12/how-to-convert-eastingnorthing-into-latlong-for-an-interactive-map/#comment-348213</link>
		<dc:creator>Huge list of data journalism resources &#124; clairemiller.net</dc:creator>
		<pubDate>Sun, 04 Mar 2012 22:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://onlinejournalismblog.com/?p=14794#comment-348213</guid>
		<description>[...] How to: convert easting/northing into lat/long for an interactive map [...]</description>
		<content:encoded><![CDATA[<p>[...] How to: convert easting/northing into lat/long for an interactive map [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Bradshaw</title>
		<link>http://onlinejournalismblog.com/2011/08/12/how-to-convert-eastingnorthing-into-latlong-for-an-interactive-map/#comment-345313</link>
		<dc:creator>Paul Bradshaw</dc:creator>
		<pubDate>Wed, 29 Feb 2012 12:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://onlinejournalismblog.com/?p=14794#comment-345313</guid>
		<description>Thanks Tom - very helpful as there were at least 2 ways of doing the same thing before. Will check if neither now work, or just the one.</description>
		<content:encoded><![CDATA[<p>Thanks Tom &#8211; very helpful as there were at least 2 ways of doing the same thing before. Will check if neither now work, or just the one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Wills</title>
		<link>http://onlinejournalismblog.com/2011/08/12/how-to-convert-eastingnorthing-into-latlong-for-an-interactive-map/#comment-345308</link>
		<dc:creator>Tom Wills</dc:creator>
		<pubDate>Wed, 29 Feb 2012 12:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://onlinejournalismblog.com/?p=14794#comment-345308</guid>
		<description>Thanks for this Paul. Using this in Conrad&#039;s class we found a couple of gotchas:

- there are a few curved quotes in the code snippets which need to be replaced with straight quotes
- the final GREL snippet didn&#039;t work as expected, at least not in the Google Refine v2.0 we have installed at City University. We used the following snippets instead:

&lt;code&gt;parseJson(value).get(&quot;lat&quot;)&lt;/code&gt;
and
&lt;code&gt;parseJson(value).get(&quot;lng&quot;)&lt;/code&gt;

Tom</description>
		<content:encoded><![CDATA[<p>Thanks for this Paul. Using this in Conrad&#8217;s class we found a couple of gotchas:</p>
<p>- there are a few curved quotes in the code snippets which need to be replaced with straight quotes<br />
- the final GREL snippet didn&#8217;t work as expected, at least not in the Google Refine v2.0 we have installed at City University. We used the following snippets instead:</p>
<p><code>parseJson(value).get("lat")</code><br />
and<br />
<code>parseJson(value).get("lng")</code></p>
<p>Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>

