<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>#climatedata &#187; Tag: source - Recent Posts</title>
		<link>http://climatedata.blprnt.com/tags/source</link>
		<description>Data Visualization &amp; Climate Reality</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Feb 2012 03:20:56 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://climatedata.blprnt.com/search.php</link>
		</textInput>
		<atom:link href="http://climatedata.blprnt.com/rss/tags/source" rel="self" type="application/rss+xml" />

		<item>
			<title>rockitbaby on "Here is the data"</title>
			<link>http://climatedata.blprnt.com/topic/here-is-the-data#post-39</link>
			<pubDate>Sat, 12 Dec 2009 16:46:47 +0000</pubDate>
			<dc:creator>rockitbaby</dc:creator>
			<guid isPermaLink="false">39@http://climatedata.blprnt.com/</guid>
			<description>&#60;p&#62;@muffinista on the met site they say &#34;A value of -99 indicates missing data.&#34;&#60;/p&#62;
&#60;p&#62;@staydecent change the sign of the lon value to work correctly with google maps. I'm not sure why, but that worked for me.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jowza on "Here is the data"</title>
			<link>http://climatedata.blprnt.com/topic/here-is-the-data#post-35</link>
			<pubDate>Fri, 11 Dec 2009 22:21:51 +0000</pubDate>
			<dc:creator>jowza</dc:creator>
			<guid isPermaLink="false">35@http://climatedata.blprnt.com/</guid>
			<description>&#60;p&#62;Nice work muffinista. I'm in the process of cleaning and indexing the data. Will post a mysql-dump when I'm finished.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>staydecent on "Here is the data"</title>
			<link>http://climatedata.blprnt.com/topic/here-is-the-data#post-34</link>
			<pubDate>Fri, 11 Dec 2009 21:42:27 +0000</pubDate>
			<dc:creator>staydecent</dc:creator>
			<guid isPermaLink="false">34@http://climatedata.blprnt.com/</guid>
			<description>&#60;p&#62;Hmm I can't get any of the lat / lng values to plot correctly on Google maps. I'm pretty sure Google maps wants decimal values, which is what they appear to be in the SQL. Even C+P the values into &#60;a href=&#34;http://www.gorissen.info/Pierre/maps/googleMapLocationv3.php&#34; rel=&#34;nofollow&#34;&#62;http://www.gorissen.info/Pierre/maps/googleMapLocationv3.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blprnt on "Here is the data"</title>
			<link>http://climatedata.blprnt.com/topic/here-is-the-data#post-24</link>
			<pubDate>Fri, 11 Dec 2009 02:31:41 +0000</pubDate>
			<dc:creator>blprnt</dc:creator>
			<guid isPermaLink="false">24@http://climatedata.blprnt.com/</guid>
			<description>&#60;p&#62;Yes - I've noticed the -99 temperature readings, too! I sure hope those weren't included in the 'real' released analysis!&#60;/p&#62;
&#60;p&#62;Thanks to Flinklabs for the index tip!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Flinklabs on "Here is the data"</title>
			<link>http://climatedata.blprnt.com/topic/here-is-the-data#post-23</link>
			<pubDate>Fri, 11 Dec 2009 01:53:55 +0000</pubDate>
			<dc:creator>Flinklabs</dc:creator>
			<guid isPermaLink="false">23@http://climatedata.blprnt.com/</guid>
			<description>&#60;p&#62;Thanks so much for the data. Just a quick note on the readings table. If you add an index on theYear, theMonth then the lookups in the code to get the readings for a given year/month will be much much faster. &#60;/p&#62;
&#60;p&#62;The following sql will do it.&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
create index date_index on readings(theYear, theMonth);&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>muffinista on "Here is the data"</title>
			<link>http://climatedata.blprnt.com/topic/here-is-the-data#post-21</link>
			<pubDate>Thu, 10 Dec 2009 20:09:55 +0000</pubDate>
			<dc:creator>muffinista</dc:creator>
			<guid isPermaLink="false">21@http://climatedata.blprnt.com/</guid>
			<description>&#60;p&#62;There is a reasonable amount of junk in the data.  There's a fair number of -99 temperature readings, misspellings, etc.  It'll take some work to clean it out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cr23 on "Here is the data"</title>
			<link>http://climatedata.blprnt.com/topic/here-is-the-data#post-20</link>
			<pubDate>Thu, 10 Dec 2009 20:05:44 +0000</pubDate>
			<dc:creator>cr23</dc:creator>
			<guid isPermaLink="false">20@http://climatedata.blprnt.com/</guid>
			<description>&#60;p&#62;let the fun begin! &#60;/p&#62;
&#60;p&#62;just realized i had to clear my cache / cookies to actually download the 9mb file instead of the original! duh.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>staydecent on "Here is the data"</title>
			<link>http://climatedata.blprnt.com/topic/here-is-the-data#post-18</link>
			<pubDate>Thu, 10 Dec 2009 19:30:42 +0000</pubDate>
			<dc:creator>staydecent</dc:creator>
			<guid isPermaLink="false">18@http://climatedata.blprnt.com/</guid>
			<description>&#60;p&#62;Yeah, I'm really not sure what to with this data haha. But how are there readings from the year 1701?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blprnt on "Here is the data"</title>
			<link>http://climatedata.blprnt.com/topic/here-is-the-data#post-17</link>
			<pubDate>Thu, 10 Dec 2009 19:11:03 +0000</pubDate>
			<dc:creator>blprnt</dc:creator>
			<guid isPermaLink="false">17@http://climatedata.blprnt.com/</guid>
			<description>&#60;p&#62;Awesome. Worked like a charm. 1,670,364 readings from 1,729 stations.&#60;/p&#62;
&#60;p&#62;Now, the tricky part!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rockitbaby on "Here is the data"</title>
			<link>http://climatedata.blprnt.com/topic/here-is-the-data#post-16</link>
			<pubDate>Thu, 10 Dec 2009 18:07:31 +0000</pubDate>
			<dc:creator>rockitbaby</dc:creator>
			<guid isPermaLink="false">16@http://climatedata.blprnt.com/</guid>
			<description>&#60;p&#62;It seems the phpMyAdmin aborts the process. The INSERT statements for the station are behind the readings in the sql dump.&#60;/p&#62;
&#60;p&#62;Try something like&#60;br /&#62;
&#60;code&#62;mysql  -u root -p climatedata &#38;lt; ~/Downloads/temp-readings-120909.sql&#60;/code&#62;&#60;br /&#62;
where 'climatedata' is the name of your database.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blprnt on "Here is the data"</title>
			<link>http://climatedata.blprnt.com/topic/here-is-the-data#post-15</link>
			<pubDate>Thu, 10 Dec 2009 18:05:10 +0000</pubDate>
			<dc:creator>blprnt</dc:creator>
			<guid isPermaLink="false">15@http://climatedata.blprnt.com/</guid>
			<description>&#60;p&#62;Something strange is definitely going on. I'm importing the .SQL file from phpMyAdmin - it takes a while and eventually gives me just the readings table, with 142,240 records. Maybe it's a memory issue and the whole file isn't importing correctly...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>muffinista on "Here is the data"</title>
			<link>http://climatedata.blprnt.com/topic/here-is-the-data#post-14</link>
			<pubDate>Thu, 10 Dec 2009 13:52:28 +0000</pubDate>
			<dc:creator>muffinista</dc:creator>
			<guid isPermaLink="false">14@http://climatedata.blprnt.com/</guid>
			<description>&#60;p&#62;Yeah I'm fairly certain both tables are in there.  The way the script works, the inserts into the stations table are interspersed throughout the script.  Are you seeing any errors?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rockitbaby on "Here is the data"</title>
			<link>http://climatedata.blprnt.com/topic/here-is-the-data#post-13</link>
			<pubDate>Thu, 10 Dec 2009 13:19:30 +0000</pubDate>
			<dc:creator>rockitbaby</dc:creator>
			<guid isPermaLink="false">13@http://climatedata.blprnt.com/</guid>
			<description>&#60;p&#62;the dump works for me. I got readings and stations without doing any special.&#60;br /&#62;
I got 1.670.364 readings for 1.729 stations&#60;/p&#62;
&#60;p&#62;Thanks Colin!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blprnt on "Here is the data"</title>
			<link>http://climatedata.blprnt.com/topic/here-is-the-data#post-12</link>
			<pubDate>Thu, 10 Dec 2009 06:33:16 +0000</pubDate>
			<dc:creator>blprnt</dc:creator>
			<guid isPermaLink="false">12@http://climatedata.blprnt.com/</guid>
			<description>&#60;p&#62;OK - I get the opposite problem that cr23 had: I only get the readings table. Strange.&#60;/p&#62;
&#60;p&#62;Any suggestions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blprnt on "Here is the data"</title>
			<link>http://climatedata.blprnt.com/topic/here-is-the-data#post-11</link>
			<pubDate>Thu, 10 Dec 2009 06:17:03 +0000</pubDate>
			<dc:creator>blprnt</dc:creator>
			<guid isPermaLink="false">11@http://climatedata.blprnt.com/</guid>
			<description>&#60;p&#62;Thanks, Colin!&#60;/p&#62;
&#60;p&#62;I am getting my DB set up as we speak. Hopefully I can do some simple data exploration over the next couple of days. I'll post some notes here as I get into things a bit further.&#60;/p&#62;
&#60;p&#62;-Jer
&#60;/p&#62;</description>
		</item>
		<item>
			<title>muffinista on "Here is the data"</title>
			<link>http://climatedata.blprnt.com/topic/here-is-the-data#post-10</link>
			<pubDate>Wed, 09 Dec 2009 21:16:52 +0000</pubDate>
			<dc:creator>muffinista</dc:creator>
			<guid isPermaLink="false">10@http://climatedata.blprnt.com/</guid>
			<description>&#60;p&#62;Also, the original script I used to generate the SQL is here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://muffinlabs.com/content/global-temperature-readings-mysql-form&#34; rel=&#34;nofollow&#34;&#62;http://muffinlabs.com/content/global-temperature-readings-mysql-form&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It's in perl, and reasonably basic.&#60;/p&#62;
&#60;p&#62;Enjoy!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>muffinista on "Here is the data"</title>
			<link>http://climatedata.blprnt.com/topic/here-is-the-data#post-9</link>
			<pubDate>Wed, 09 Dec 2009 20:58:28 +0000</pubDate>
			<dc:creator>muffinista</dc:creator>
			<guid isPermaLink="false">9@http://climatedata.blprnt.com/</guid>
			<description>&#60;p&#62;Oops, should've noticed how small that file was.  The readings data wasn't there.  It should be now.&#60;/p&#62;
&#60;p&#62;Colin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cr23 on "Here is the data"</title>
			<link>http://climatedata.blprnt.com/topic/here-is-the-data#post-8</link>
			<pubDate>Wed, 09 Dec 2009 20:15:08 +0000</pubDate>
			<dc:creator>cr23</dc:creator>
			<guid isPermaLink="false">8@http://climatedata.blprnt.com/</guid>
			<description>&#60;p&#62;Hey Colin - thanks for that database dump. It ran ok and I got the tables created and the stations inserted, but the readings data is missing and I couldnt find it in the SQL file. As I'm not a frequent mysql user I could totally be missing something?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>muffinista on "Here is the data"</title>
			<link>http://climatedata.blprnt.com/topic/here-is-the-data#post-7</link>
			<pubDate>Wed, 09 Dec 2009 19:36:21 +0000</pubDate>
			<dc:creator>muffinista</dc:creator>
			<guid isPermaLink="false">7@http://climatedata.blprnt.com/</guid>
			<description>&#60;p&#62;Hey Folks, for kicks I wrote a perl script to parse the data and turn it into a MySQL db.  Here's a dump of that database:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://muffinlabs.com/sites/default/files/temp-readings-120909.sql_.gz&#34; rel=&#34;nofollow&#34;&#62;http://muffinlabs.com/sites/default/files/temp-readings-120909.sql_.gz&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hopefully a smarter person than myself can take it and run with it.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Colin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rockitbaby on "Here is the data"</title>
			<link>http://climatedata.blprnt.com/topic/here-is-the-data#post-6</link>
			<pubDate>Wed, 09 Dec 2009 19:29:50 +0000</pubDate>
			<dc:creator>rockitbaby</dc:creator>
			<guid isPermaLink="false">6@http://climatedata.blprnt.com/</guid>
			<description>&#60;p&#62;Thanks for the additional links.&#60;/p&#62;
&#60;p&#62;I had a look into the guardian CSV files. Unfortunately the US file is in 'invalid' CSV-format, as the Station Name contains unescaped commas, e.g.    KEY WEST, FLORIDA - beware when parsing..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blprnt on "Here is the data"</title>
			<link>http://climatedata.blprnt.com/topic/here-is-the-data#post-4</link>
			<pubDate>Wed, 09 Dec 2009 18:55:16 +0000</pubDate>
			<dc:creator>blprnt</dc:creator>
			<guid isPermaLink="false">4@http://climatedata.blprnt.com/</guid>
			<description>&#60;p&#62;Thanks, Tim.&#60;/p&#62;
&#60;p&#62;I'm teaching right now but I'll have a closer look at those links when I get back home. The Guardian Data store typically releases data in Google Spreadsheets format which would be a nice accessible place for people to work from, but in this case it looks like they are in CSV format.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tim on "Here is the data"</title>
			<link>http://climatedata.blprnt.com/topic/here-is-the-data#post-3</link>
			<pubDate>Wed, 09 Dec 2009 07:54:15 +0000</pubDate>
			<dc:creator>tim</dc:creator>
			<guid isPermaLink="false">3@http://climatedata.blprnt.com/</guid>
			<description>&#60;p&#62;possibly easier to access subsets/copies are available &#60;/p&#62;
&#60;p&#62;here&#60;br /&#62;
&#60;a href=&#34;http://timetric.com/tags/HadCRUT3/&#34; rel=&#34;nofollow&#34;&#62;http://timetric.com/tags/HadCRUT3/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and here&#60;br /&#62;
&#60;a href=&#34;http://www.guardian.co.uk/environment/datablog/2009/dec/08/uk-us-temperature-change-global-met#data&#34; rel=&#34;nofollow&#34;&#62;http://www.guardian.co.uk/environment/datablog/2009/dec/08/uk-us-temperature-change-global-met#data&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blprnt on "Here is the data"</title>
			<link>http://climatedata.blprnt.com/topic/here-is-the-data#post-2</link>
			<pubDate>Wed, 09 Dec 2009 06:10:55 +0000</pubDate>
			<dc:creator>blprnt</dc:creator>
			<guid isPermaLink="false">2@http://climatedata.blprnt.com/</guid>
			<description>&#60;p&#62;Here is the data released today by the Met Office:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.metoffice.gov.uk/climatechange/science/monitoring/subsets.html&#34; rel=&#34;nofollow&#34;&#62;http://www.metoffice.gov.uk/climatechange/science/monitoring/subsets.html&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

