<?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: England and Wales schools database: available here in SQL format</title>
	<atom:link href="http://www.freeourdata.org.uk/blog/2008/07/213/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freeourdata.org.uk/blog/2008/07/213/</link>
	<description>A Guardian Technology campaign for free public access to non-personal data about the UK and its citizens</description>
	<lastBuildDate>Thu, 11 Mar 2010 23:39:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike Fisher</title>
		<link>http://www.freeourdata.org.uk/blog/2008/07/213/comment-page-1/#comment-99773</link>
		<dc:creator>Mike Fisher</dc:creator>
		<pubDate>Sat, 06 Sep 2008 11:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.freeourdata.org.uk/blog/?p=213#comment-99773</guid>
		<description>Is there a more updated version of this available, as all schools in England and Wales are not on it thank you.</description>
		<content:encoded><![CDATA[<p>Is there a more updated version of this available, as all schools in England and Wales are not on it thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Smith</title>
		<link>http://www.freeourdata.org.uk/blog/2008/07/213/comment-page-1/#comment-93429</link>
		<dc:creator>Mike Smith</dc:creator>
		<pubDate>Mon, 07 Jul 2008 15:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.freeourdata.org.uk/blog/?p=213#comment-93429</guid>
		<description>Of course, the big question is how do we plot these on a map (geocode) to really &quot;exploit&quot; the data. Looking at the XLS file (and yes they could have distributed as a CSV or perhaps the &quot;open&quot; OOXML, but then no one would have been able to use it!) the only real geocode information is the postcode.  We could use OSs Code Point. Ahh, but then we wouldn&#039;t be allowed to use it because the dataset would contain OS IPR... a government department, for a competition run by a government department. O what a tangled web....</description>
		<content:encoded><![CDATA[<p>Of course, the big question is how do we plot these on a map (geocode) to really &#8220;exploit&#8221; the data. Looking at the XLS file (and yes they could have distributed as a CSV or perhaps the &#8220;open&#8221; OOXML, but then no one would have been able to use it!) the only real geocode information is the postcode.  We could use OSs Code Point. Ahh, but then we wouldn&#8217;t be allowed to use it because the dataset would contain OS IPR&#8230; a government department, for a competition run by a government department. O what a tangled web&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Arthur</title>
		<link>http://www.freeourdata.org.uk/blog/2008/07/213/comment-page-1/#comment-93148</link>
		<dc:creator>Charles Arthur</dc:creator>
		<pubDate>Fri, 04 Jul 2008 15:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.freeourdata.org.uk/blog/?p=213#comment-93148</guid>
		<description>(I would have explained @Richard above using more technical terms but comments using SQL commands are blocked - to prevent hackers.)</description>
		<content:encoded><![CDATA[<p>(I would have explained @Richard above using more technical terms but comments using SQL commands are blocked &#8211; to prevent hackers.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Arthur</title>
		<link>http://www.freeourdata.org.uk/blog/2008/07/213/comment-page-1/#comment-93147</link>
		<dc:creator>Charles Arthur</dc:creator>
		<pubDate>Fri, 04 Jul 2008 15:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.freeourdata.org.uk/blog/?p=213#comment-93147</guid>
		<description>@Richard: umm, how are you trying to access it? If you make a database and then treat it as a local file to be loaded it should be able to figure it out on its own.

@Mo: if you export it as CSV (or tab-delimited), it will still have the same schema. You then have to import it into a table and slice and dice it as you will. It&#039;s not as if this is in TNF - if there&#039;s only one table there&#039;s only one step to TNF!

@Rich: I might look at DabbleDB, but the useful thing is having it on one&#039;s own machine to play around with.

My own frustration is there isn&#039;t a downloadable set of league tables.</description>
		<content:encoded><![CDATA[<p>@Richard: umm, how are you trying to access it? If you make a database and then treat it as a local file to be loaded it should be able to figure it out on its own.</p>
<p>@Mo: if you export it as CSV (or tab-delimited), it will still have the same schema. You then have to import it into a table and slice and dice it as you will. It&#8217;s not as if this is in TNF &#8211; if there&#8217;s only one table there&#8217;s only one step to TNF!</p>
<p>@Rich: I might look at DabbleDB, but the useful thing is having it on one&#8217;s own machine to play around with.</p>
<p>My own frustration is there isn&#8217;t a downloadable set of league tables.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.freeourdata.org.uk/blog/2008/07/213/comment-page-1/#comment-93141</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Fri, 04 Jul 2008 15:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.freeourdata.org.uk/blog/?p=213#comment-93141</guid>
		<description>If this data is publicly available, it might be worth putting it on DabbleDB, which lets you host public datasets for free. No idea about whether the licence mentioned above would permit this though.</description>
		<content:encoded><![CDATA[<p>If this data is publicly available, it might be worth putting it on DabbleDB, which lets you host public datasets for free. No idea about whether the licence mentioned above would permit this though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mo</title>
		<link>http://www.freeourdata.org.uk/blog/2008/07/213/comment-page-1/#comment-93133</link>
		<dc:creator>Mo</dc:creator>
		<pubDate>Fri, 04 Jul 2008 13:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.freeourdata.org.uk/blog/?p=213#comment-93133</guid>
		<description>A verrry minor quibble, but while a MySQL dump is probably preferable to Excel&#039;s binary blob, it&#039;s not that useful if you don&#039;t want your database tables to follow that schema or if you don&#039;t use MySQL at all. Would exporting from Excel as CSV or tab-delimited not make a bit more sense in terms of usefulness?</description>
		<content:encoded><![CDATA[<p>A verrry minor quibble, but while a MySQL dump is probably preferable to Excel&#8217;s binary blob, it&#8217;s not that useful if you don&#8217;t want your database tables to follow that schema or if you don&#8217;t use MySQL at all. Would exporting from Excel as CSV or tab-delimited not make a bit more sense in terms of usefulness?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.freeourdata.org.uk/blog/2008/07/213/comment-page-1/#comment-93130</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 04 Jul 2008 13:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.freeourdata.org.uk/blog/?p=213#comment-93130</guid>
		<description>I tried looking at this but some of the fields have apostrophies in them so the formatting goes wrong when I try to access. It would be helpful if possible to have the character fields delineated by double apostrophies &quot; &quot;

Thanks</description>
		<content:encoded><![CDATA[<p>I tried looking at this but some of the fields have apostrophies in them so the formatting goes wrong when I try to access. It would be helpful if possible to have the character fields delineated by double apostrophies &#8221; &#8221;</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Database Management &#187; Blog Archive &#187; England and Wales schools database: available here in SQL format</title>
		<link>http://www.freeourdata.org.uk/blog/2008/07/213/comment-page-1/#comment-93129</link>
		<dc:creator>Database Management &#187; Blog Archive &#187; England and Wales schools database: available here in SQL format</dc:creator>
		<pubDate>Fri, 04 Jul 2008 13:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.freeourdata.org.uk/blog/?p=213#comment-93129</guid>
		<description>[...] geeky girl wrote an interesting post today onHere&#8217;s a quick excerpt As part of the government’s Show Us A Better Way competition, it has made available all sorts of databases and datasets and APIs that haven’t previously been available - such as the list of all the schools in England and Wales. Our only quibble with the latter was that it was only provided in Excel format - which as one commenter points out is a proprietary format (though free programs like OpenOffice will open it), and anyway to really begin doing useful things with such data you need to stuf [...]</description>
		<content:encoded><![CDATA[<p>[...] geeky girl wrote an interesting post today onHere&#8217;s a quick excerpt As part of the government’s Show Us A Better Way competition, it has made available all sorts of databases and datasets and APIs that haven’t previously been available &#8211; such as the list of all the schools in England and Wales. Our only quibble with the latter was that it was only provided in Excel format &#8211; which as one commenter points out is a proprietary format (though free programs like OpenOffice will open it), and anyway to really begin doing useful things with such data you need to stuf [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Loosemore</title>
		<link>http://www.freeourdata.org.uk/blog/2008/07/213/comment-page-1/#comment-93127</link>
		<dc:creator>Tom Loosemore</dc:creator>
		<pubDate>Fri, 04 Jul 2008 12:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.freeourdata.org.uk/blog/?p=213#comment-93127</guid>
		<description>Many thanks Charles!</description>
		<content:encoded><![CDATA[<p>Many thanks Charles!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Fleming</title>
		<link>http://www.freeourdata.org.uk/blog/2008/07/213/comment-page-1/#comment-93126</link>
		<dc:creator>Chris Fleming</dc:creator>
		<pubDate>Fri, 04 Jul 2008 12:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.freeourdata.org.uk/blog/?p=213#comment-93126</guid>
		<description>Does the click-use license allow you to republish there data? 

:)</description>
		<content:encoded><![CDATA[<p>Does the click-use license allow you to republish there data? </p>
<p>:)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
