<?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: Guardian Data Store: threat to ONS or its saviour?</title>
	<atom:link href="http://puffbox.com/2009/03/10/guardian-data-store-google-ons/feed/" rel="self" type="application/rss+xml" />
	<link>http://puffbox.com/2009/03/10/guardian-data-store-google-ons/</link>
	<description>Adventures in government, politics and open source. Mostly WordPress-related.</description>
	<lastBuildDate>Fri, 11 May 2012 16:17:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Catherine</title>
		<link>http://puffbox.com/2009/03/10/guardian-data-store-google-ons/comment-page-1/#comment-864</link>
		<dc:creator>Catherine</dc:creator>
		<pubDate>Fri, 26 Jun 2009 09:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://puffbox.com/?p=784#comment-864</guid>
		<description>Someone has to &#039;produce&#039; the figures first.  It is the collection and production of accurate data that is the more important role of ONS.   I&#039;m not bothered if someone views the figures via the Guardian website or the ONS one.  When the Guardian starts collecting and compiling the figures then ONS will really have something to worry about.</description>
		<content:encoded><![CDATA[<p>Someone has to 'produce' the figures first.  It is the collection and production of accurate data that is the more important role of ONS.   I'm not bothered if someone views the figures via the Guardian website or the ONS one.  When the Guardian starts collecting and compiling the figures then ONS will really have something to worry about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Guardian OpenPlatform DataStore &#8211; Just a Toy, or a Trusted Resource? &#171; OUseful.Info, the blog&#8230;</title>
		<link>http://puffbox.com/2009/03/10/guardian-data-store-google-ons/comment-page-1/#comment-863</link>
		<dc:creator>The Guardian OpenPlatform DataStore &#8211; Just a Toy, or a Trusted Resource? &#171; OUseful.Info, the blog&#8230;</dc:creator>
		<pubDate>Mon, 08 Jun 2009 09:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://puffbox.com/?p=784#comment-863</guid>
		<description>[...] The Guardian OpenPlatform DataStore &#8211; Just a Toy, or a Trusted&#160;Resource?   Published June 8, 2009   Data , Stirring , Thinkses 0&#160;Comments Tags: datablog, datastore, openplatform      When the Guardian launched their OpenPlatform DataStore, a collection of public data, curated by Guardian folk, hosted on Google Spreadsheets, it raised the question as to whether this initiative would influence the attitude of the Office of National Statistics, and in particular the way they publish their results (e.g. Guardian Data Store: threat to ONS or its saviour?). [...]</description>
		<content:encoded><![CDATA[<p>[...] The Guardian OpenPlatform DataStore &#8211; Just a Toy, or a Trusted&nbsp;Resource?   Published June 8, 2009   Data , Stirring , Thinkses 0&nbsp;Comments Tags: datablog, datastore, openplatform      When the Guardian launched their OpenPlatform DataStore, a collection of public data, curated by Guardian folk, hosted on Google Spreadsheets, it raised the question as to whether this initiative would influence the attitude of the Office of National Statistics, and in particular the way they publish their results (e.g. Guardian Data Store: threat to ONS or its saviour?). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: More coverage of the Guardian&#8217;s Open Platform API - paulcarvill.com</title>
		<link>http://puffbox.com/2009/03/10/guardian-data-store-google-ons/comment-page-1/#comment-862</link>
		<dc:creator>More coverage of the Guardian&#8217;s Open Platform API - paulcarvill.com</dc:creator>
		<pubDate>Thu, 12 Mar 2009 10:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://puffbox.com/?p=784#comment-862</guid>
		<description>[...] Simon Dixon, former web chief of the Office for National Statistics, examines the Guardian&#8217;s D..., saying &#8220;I warned them [the ONS] that someone would come along, do a better job than they were doing, and supplant them as the &#8216;primary source&#8217; .&#8221; [...]</description>
		<content:encoded><![CDATA[<p>[...] Simon Dixon, former web chief of the Office for National Statistics, examines the Guardian&#8217;s D..., saying &#8220;I warned them [the ONS] that someone would come along, do a better job than they were doing, and supplant them as the &#8216;primary source&#8217; .&#8221; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Hirst</title>
		<link>http://puffbox.com/2009/03/10/guardian-data-store-google-ons/comment-page-1/#comment-861</link>
		<dc:creator>Tony Hirst</dc:creator>
		<pubDate>Wed, 11 Mar 2009 14:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://puffbox.com/?p=784#comment-861</guid>
		<description>&quot;the actual mechanics are as basic as: uploading/copying existing Excel spreadsheets, converting/pasting them into Google Docs spreadsheets&quot;
Google spreadsheets will actually import an XLS document that is linked to on the web if you give it a URL.
However, this import is a one-shot affair (I think) - once uploaded, that&#039;s the data you&#039;ve got.
However, if you the data structure is simple enough to be published online as CSV, then you can use the =importData(&quot;URL&quot;) formula ( http://googlesystem.blogspot.com/2007/09/google-spreadsheets-lets-you-import.html ) to keep the spreadsheet data synched (within an hour or two) with the original data. Okay - so you need to get the ONS data published (where possible) as CSV, but then the Google spreadsheet will offer a much richer API to the data on your behalf...</description>
		<content:encoded><![CDATA[<p>"the actual mechanics are as basic as: uploading/copying existing Excel spreadsheets, converting/pasting them into Google Docs spreadsheets"<br />
Google spreadsheets will actually import an XLS document that is linked to on the web if you give it a URL.<br />
However, this import is a one-shot affair (I think) - once uploaded, that's the data you've got.<br />
However, if you the data structure is simple enough to be published online as CSV, then you can use the =importData("URL") formula ( <a href="http://googlesystem.blogspot.com/2007/09/google-spreadsheets-lets-you-import.html" rel="nofollow">http://googlesystem.blogspot.com/2007/09/google-spreadsheets-lets-you-import.html</a> ) to keep the spreadsheet data synched (within an hour or two) with the original data. Okay - so you need to get the ONS data published (where possible) as CSV, but then the Google spreadsheet will offer a much richer API to the data on your behalf...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://puffbox.com/2009/03/10/guardian-data-store-google-ons/comment-page-1/#comment-860</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 11 Mar 2009 10:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://puffbox.com/?p=784#comment-860</guid>
		<description>I&#039;m not criticising the statisticians&#039; devotion to their data, far from it. I&#039;m in awe of it. No, when I think of the people I blamed for ONS&#039;s failure to deliver on the vision I was asked to develop, I think it&#039;s fair to say none of them were (still) front-line statisticians.</description>
		<content:encoded><![CDATA[<p>I'm not criticising the statisticians' devotion to their data, far from it. I'm in awe of it. No, when I think of the people I blamed for ONS's failure to deliver on the vision I was asked to develop, I think it's fair to say none of them were (still) front-line statisticians.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Statistician</title>
		<link>http://puffbox.com/2009/03/10/guardian-data-store-google-ons/comment-page-1/#comment-859</link>
		<dc:creator>A Statistician</dc:creator>
		<pubDate>Wed, 11 Mar 2009 10:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://puffbox.com/?p=784#comment-859</guid>
		<description>I think you&#039;re a little harsh on the &quot;priesthood of statisticians&quot;. Many of them working on the ground with the data were (and are) desperate to improve their web offering to the public but have found that the top of the Office and those working in the web area of the office unwilling and/or unable to help them do it.</description>
		<content:encoded><![CDATA[<p>I think you're a little harsh on the "priesthood of statisticians". Many of them working on the ground with the data were (and are) desperate to improve their web offering to the public but have found that the top of the Office and those working in the web area of the office unwilling and/or unable to help them do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Werdmuller</title>
		<link>http://puffbox.com/2009/03/10/guardian-data-store-google-ons/comment-page-1/#comment-858</link>
		<dc:creator>Ben Werdmuller</dc:creator>
		<pubDate>Wed, 11 Mar 2009 10:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://puffbox.com/?p=784#comment-858</guid>
		<description>The more open information we have in this country, the better. This is a great first step, but ultimately we&#039;re going to have to revisit the whole Crown Copyright mess, which in many ways is holding UK government services back. Not only do we have to pay for the data, but government-funded organisations have to pay when they share the data between themselves ...

We&#039;ve got an opportunity to lead the world in this, but it looks like we&#039;re going to be falling behind the US, as usual.</description>
		<content:encoded><![CDATA[<p>The more open information we have in this country, the better. This is a great first step, but ultimately we're going to have to revisit the whole Crown Copyright mess, which in many ways is holding UK government services back. Not only do we have to pay for the data, but government-funded organisations have to pay when they share the data between themselves ...</p>
<p>We've got an opportunity to lead the world in this, but it looks like we're going to be falling behind the US, as usual.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links: Multi-lingual participation? (and UK data by the back door) &#171; Spartakan</title>
		<link>http://puffbox.com/2009/03/10/guardian-data-store-google-ons/comment-page-1/#comment-857</link>
		<dc:creator>Links: Multi-lingual participation? (and UK data by the back door) &#171; Spartakan</dc:creator>
		<pubDate>Wed, 11 Mar 2009 10:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://puffbox.com/?p=784#comment-857</guid>
		<description>[...] Dickson has a good take on the implications for the official guardians of the data like the [...]</description>
		<content:encoded><![CDATA[<p>[...] Dickson has a good take on the implications for the official guardians of the data like the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steph Gray</title>
		<link>http://puffbox.com/2009/03/10/guardian-data-store-google-ons/comment-page-1/#comment-856</link>
		<dc:creator>Steph Gray</dc:creator>
		<pubDate>Wed, 11 Mar 2009 01:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://puffbox.com/?p=784#comment-856</guid>
		<description>To be honest, I see this as a challenge to all Departments which publish useful stats (school league tables I suspect were top of the Guardian&#039;s mind, but also New Year&#039;s Honours, politicians&#039; finances etc).

ONS information is certainly a massively useful collection of datasets, but public sector organisations are sitting on much simpler but potentially enormously useful spreadsheet content - lists of branches including postcodes, historical spend figures on X, satisfaction figures for Y - which could live quite happily in a Google spreadsheet. One of the barriers to greater reuse of public sector information is simply having  way to publish it, and I think this demonstrates a simple, low cost way which doesn&#039;t necessitate special web publishing or a fancy API.

As we both know, ONS struggled for years with information architecture and user interface decisions about how to present its datasets in usable ways. As the Guardian Data Store grows, it will be interesting to see how they address that thorny question.</description>
		<content:encoded><![CDATA[<p>To be honest, I see this as a challenge to all Departments which publish useful stats (school league tables I suspect were top of the Guardian's mind, but also New Year's Honours, politicians' finances etc).</p>
<p>ONS information is certainly a massively useful collection of datasets, but public sector organisations are sitting on much simpler but potentially enormously useful spreadsheet content - lists of branches including postcodes, historical spend figures on X, satisfaction figures for Y - which could live quite happily in a Google spreadsheet. One of the barriers to greater reuse of public sector information is simply having  way to publish it, and I think this demonstrates a simple, low cost way which doesn't necessitate special web publishing or a fancy API.</p>
<p>As we both know, ONS struggled for years with information architecture and user interface decisions about how to present its datasets in usable ways. As the Guardian Data Store grows, it will be interesting to see how they address that thorny question.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

