{
  "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",
  "resources": [
    {
      "format": "csv",
      "mediatype": "text/csv",
      "name": "annual",
      "path": "data/annual.csv",
      "schema": {
        "fields": [
          {
            "name": "Source",
            "type": "string"
          },
          {
            "description": "YYYY",
            "name": "Year",
            "type": "year"
          },
          {
            "description": "Average global mean temperature anomalies in degrees Celsius relative to a base period. GISTEMP base period: 1951-1980. GCAG base period: 20th century average.",
            "name": "Mean",
            "type": "number"
          }
        ]
      }
    },
    {
      "format": "csv",
      "mediatype": "text/csv",
      "name": "monthly",
      "path": "data/monthly.csv",
      "schema": {
        "fields": [
          {
            "name": "Source",
            "type": "string"
          },
          {
            "description": "YYYY-MM",
            "format": "any",
            "name": "Year",
            "type": "date"
          },
          {
            "description": "Monthly mean temperature anomalies in degrees Celsius relative to a base period. GISTEMP base period: 1951-1980. GCAG base period: 20th century average.",
            "name": "Mean",
            "type": "number"
          }
        ]
      }
    }
  ],
  "sources": [
    {
      "name": "GISTEMP Global Land-Ocean Temperature Index",
      "path": "http://data.giss.nasa.gov/gistemp",
      "title": "GISTEMP Global Land-Ocean Temperature Index"
    },
    {
      "name": "Global component of Climate at a Glance (GCAG)",
      "path": "http://www.ncdc.noaa.gov/cag/time-series/global",
      "title": "Global component of Climate at a Glance (GCAG)"
    }
  ],
  "title": "Global Temperature Time Series",
  "version": "0.1.0",
  "views": [
    {
      "name": "graph",
      "title": "Monthly mean temperature anomalies in degrees Celsius relative to a base period",
      "specType": "simple",
      "resourceName": "monthly",
      "spec": {
        "type": "line",
        "group": "Year",
        "series": [
          "Mean"
        ]
      }
    }
  ],
  "related": [
    {
      "title": "Trends in Atmospheric Carbon Dioxide",
      "path": "/core/co2-ppm",
      "publisher": "core",
      "formats": [
        "CSV",
        "JSON"
      ]
    },
    {
      "title": "CO2 Emissions from Fossil Fuels",
      "path": "/core/co2-fossil-by-nation",
      "publisher": "core",
      "formats": [
        "CSV",
        "JSON"
      ]
    },
    {
      "title": "Sea level rise",
      "path": "/core/sea-level-rise",
      "publisher": "core",
      "formats": [
        "CSV",
        "JSON"
      ]
    },
    {
      "title": "Glacier mass balance",
      "path": "/core/glacier-mass-balance",
      "publisher": "core",
      "formats": [
        "CSV",
        "JSON"
      ]
    }
  ],
  "collection": "climate-change"
}
