{
  "description": "Data are sourced from Carbon Dioxide Information Analysis Center (CDIAC). Four different series are provided: Global Annual Temperature Anomalies (Land) 1880-2014, Global Annual Temperature Anomalies (Land and Ocean) 1880-2014, Hemispheric Temperature Anomalies (Land+ Ocean) 1880-2014 and Annual Temperature anomalies (Land + Ocean) for three latitude bands that cover 30%, 40% and 30% of the global area, respectively, 1900-2014.",
  "homepage": "http://cdiac.ornl.gov/trends/temp/hansen/hansen.html",
  "keywords": [
    "climate"
  ],
  "licenses": [
    {
      "name": "ODC-PDDL-1.0",
      "path": "http://opendatacommons.org/licenses/pddl/",
      "title": "Open Data Commons Public Domain Dedication and License v1.0"
    }
  ],
  "name": "global-temp-anomalies",
  "resources": [
    {
      "format": "csv",
      "mediatype": "text/csv",
      "name": "annual",
      "path": "data/global-temp-annual.csv",
      "schema": {
        "fields": [
          {
            "description": "YYYY",
            "format": "any",
            "name": "Year",
            "type": "date"
          },
          {
            "description": "Global annual anomalies computed from land data, in degrees C",
            "name": "Land",
            "type": "number"
          },
          {
            "description": "Global annual anomalies computed from land and ocean data, in degrees C",
            "name": "Land and Ocean",
            "type": "number"
          },
          {
            "description": "Northern hemisphere annual anomalies computed from land and ocean data, in degrees C",
            "name": "N Hem",
            "type": "number"
          },
          {
            "description": "Southern hemisphere annual anomalies computed from land and ocean data, in degrees C",
            "name": "S Hem",
            "type": "number"
          },
          {
            "description": "Latitude band (90N-23.6N, 30% of global area) annual anomalies computed from land and ocean data, in degrees C",
            "name": "Band 1",
            "type": "number"
          },
          {
            "description": "Latitude band (23.6N-23.6S, 40% of global area) annual anomalies computed from land and ocean data, in degrees C",
            "name": "Band 2",
            "type": "number"
          },
          {
            "description": "Latitude band (23.6S-90S, 30% of global area) annual anomalies computed from land and ocean data, in degrees C",
            "name": "Band 3",
            "type": "number"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "profile": "tabular-data-resource",
      "encoding": "utf-8"
    },
    {
      "format": "csv",
      "mediatype": "text/csv",
      "name": "global-temp-5yr",
      "path": "data/global-temp-5yr.csv",
      "schema": {
        "fields": [
          {
            "description": "YYYY",
            "format": "any",
            "name": "Year",
            "type": "date"
          },
          {
            "description": "Global 5-year anomalies mean computed from land data, in degrees C",
            "name": "Land",
            "type": "number"
          },
          {
            "description": "Global 5-year anomalies mean computed from land and ocean data, in degrees C",
            "name": "Land and Ocean",
            "type": "number"
          },
          {
            "description": "Northern hemisphere 5-year anomalies mean computed from land and ocean data, in degrees C",
            "name": "N Hem",
            "type": "number"
          },
          {
            "description": "Southern hemisphere 5-year anomalies mean computed from land and ocean data, in degrees C",
            "name": "S Hem",
            "type": "number"
          },
          {
            "description": "Latitude band (90N-23.6N, 30% of global area) 5-year anomalies mean computed from land and ocean data, in degrees C",
            "name": "Band 1",
            "type": "number"
          },
          {
            "description": "Latitude band (23.6N-23.6S, 40% of global area) 5-year anomalies mean computed from land and ocean data, in degrees C",
            "name": "Band 2",
            "type": "number"
          },
          {
            "description": "Latitude band (23.6S-90S, 30% of global area) 5-year anomalies mean computed from land and ocean data, in degrees C",
            "name": "Band 3",
            "type": "number"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "profile": "tabular-data-resource",
      "encoding": "utf-8"
    }
  ],
  "sources": [
    {
      "name": "Global Annual Temperature Anomalies (Land), 1880-2014",
      "path": "http://cdiac.ornl.gov/ftp/trends/temp/hansen/gl_land.txt",
      "title": "Global Annual Temperature Anomalies (Land), 1880-2014"
    },
    {
      "name": "Global Annual Temperature Anomalies (Land+Ocean), 1880-2014",
      "path": "http://cdiac.ornl.gov/ftp/trends/temp/hansen/gl_land_ocean.txt",
      "title": "Global Annual Temperature Anomalies (Land+Ocean), 1880-2014"
    },
    {
      "name": "Hemispheric Temperature Anomalies (Land+Ocean), 1880-2014",
      "path": "http://cdiac.ornl.gov/ftp/trends/temp/hansen/nhsh.txt",
      "title": "Hemispheric Temperature Anomalies (Land+Ocean), 1880-2014"
    },
    {
      "name": "Global Annual Temperature Anomalies (Land+Ocean) for three latitude bands, 1900-2014",
      "path": "http://cdiac.ornl.gov/ftp/trends/temp/hansen/norlowsou.txt",
      "title": "Global Annual Temperature Anomalies (Land+Ocean) for three latitude bands, 1900-2014"
    }
  ],
  "title": "Nasa GISS Surface Temperature (GISTEMP) Analysis",
  "views": [
    {
      "name": "graph",
      "title": "Global Annual Anomalies",
      "specType": "simple",
      "spec": {
        "type": "line",
        "group": "Year",
        "series": [
          "Land",
          "Land and Ocean"
        ]
      },
      "resources": [
        "annual"
      ]
    }
  ],
  "collection": "climate-change",
  "profile": "data-package"
}
