Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Climate Visualisations #40

Closed
goodwingibbins opened this issue Mar 4, 2017 · 2 comments
Closed

Climate Visualisations #40

goodwingibbins opened this issue Mar 4, 2017 · 2 comments

Comments

@goodwingibbins
Copy link

We want to avoid the push and pull of whether or not to "trust" scientists. Loads of the historical data around climate science is freely available (https://www.esrl.noaa.gov/gmd/ccgg/trends/) but not somewhere pretty I can point people to, where they can understand the process and conclusions, without getting into programming themselves.

How?

@goodwingibbins
Copy link
Author

This is probably best achieved by working on #26 first! Anyway, it's a use-case I'm particularly interested in.

@nicklakasas
Copy link

Here is what I did to join some data together.

  1. Found some raw data - http://www.wri.org/resources/data-sets/cait-historical-emissions-data-countries-us-states-unfccc
  2. Uploaded this into open refine. Download me from http://openrefine.org/
  3. You can then link data from wikidata based on the open refine data. Below is an example expression I used. It joins the Country column from the open refine dataset to the wikidata country property. Then it shows the currency of the country. Click on the drop down arrow on the column, choose edit columns, add column by fetching URLs...
    "https://tools.wmflabs.org/openrefine-wikidata/fetch_values?prop=P38&flat=true&item="+cells["Country"].recon.match.id

This concept could be quite useful to find correlations between high emissions and a particular country property.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants