{
  "name": "sea-level-rise",
  "title": "Global Average Absolute Sea Level Change, 1880-2014",
  "description": "This data contains cumulative changes in sea level for the world\u2019s oceans since 1880, based on a combination of long-term tide gauge measurements and recent satellite measurements.",
  "homepage": "http://www3.epa.gov/climatechange/science/indicators/oceans/sea-level.html",
  "licenses": [
    {
      "name": "ODC-PDDL-1.0",
      "path": "http://opendatacommons.org/licenses/pddl/",
      "title": "Open Data Commons Public Domain Dedication and License v1.0"
    }
  ],
  "sources": [
    {
      "name": "EPA (United States Environmental Protection Agency)",
      "path": "http://www3.epa.gov/climatechange/images/indicator_downloads/sea-level_fig-1.csv",
      "title": "EPA (United States Environmental Protection Agency)"
    },
    {
      "name": "CSIRO (Commonwealth Scientific and Industrial Research Organisation)",
      "path": "http://www.cmar.csiro.au/sealevel/GMSL_SG_2011_up.html",
      "title": "CSIRO (Commonwealth Scientific and Industrial Research Organisation)"
    }
  ],
  "resources": [
    {
      "name": "csiro_alt_seas_inc",
      "path": "data/CSIRO_Alt_seas_inc.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "schema": {
        "fields": [
          {
            "name": "Time",
            "type": "date",
            "format": "any",
            "description": "Year and month of GMSL calculation (YYYY-MMM)"
          },
          {
            "name": "GMSL (monthly)",
            "type": "number",
            "description": "Global Mean Sea Level - monthly value in mm"
          },
          {
            "name": "GMSL (smoothed)",
            "type": "number",
            "description": "Global Mean Sea Level - smoothed value in mm"
          }
        ]
      }
    },
    {
      "name": "csiro_alt_yearly",
      "path": "data/CSIRO_Alt_yearly.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "schema": {
        "fields": [
          {
            "name": "Time",
            "type": "date",
            "format": "any",
            "description": "Year of GMSL calculation (YYYY)"
          },
          {
            "name": "GMSL (yearly)",
            "type": "number",
            "description": "Global Mean Sea Level - yearly average in mm"
          }
        ]
      }
    },
    {
      "name": "csiro_recons_gmsl_mo_2015",
      "path": "data/CSIRO_Recons_gmsl_mo_2015.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "schema": {
        "fields": [
          {
            "name": "Time",
            "type": "date",
            "format": "any",
            "description": "Year and month of GMSL calculation (YYYY-MMM)"
          },
          {
            "name": "GMSL",
            "type": "number",
            "description": "Reconstructed Global Mean Sea Level in mm"
          },
          {
            "name": "GMSL uncertainty",
            "type": "number",
            "description": "uncertainty due to reconstruction"
          }
        ]
      }
    },
    {
      "name": "csiro_recons_gmsl_yr_2019",
      "path": "data/CSIRO_Recons_gmsl_yr_2019.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "schema": {
        "fields": [
          {
            "name": "Time",
            "type": "date",
            "format": "any",
            "description": "Year of GMSL calculation (YYYY)"
          },
          {
            "name": "GMSL",
            "type": "number",
            "description": "Reconstructed Global Mean Sea Level in mm"
          },
          {
            "name": "GMSL uncertainty",
            "type": "number",
            "description": "Uncertainty due to reconstruction"
          }
        ]
      }
    },
    {
      "name": "epa-sea-level",
      "path": "data/epa-sea-level.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "schema": {
        "fields": [
          {
            "name": "Year",
            "type": "date",
            "format": "any",
            "description": "Year of measurement (YYYY)"
          },
          {
            "name": "CSIRO Adjusted Sea Level",
            "type": "number",
            "description": "Comulative changes (in inches) in sea level for the world\u2019s oceans based on the combination of long-term tide gauge measurements and recent satellite measurements."
          },
          {
            "name": "Lower Error Bound",
            "type": "number",
            "description": "inches"
          },
          {
            "name": "Upper Error Bound",
            "type": "number",
            "description": "inches"
          },
          {
            "name": "NOAA Adjusted Sea Level",
            "type": "number",
            "description": "inches"
          }
        ]
      }
    }
  ],
  "views": [
    {
      "name": "graph",
      "resources": [
        "epa-sea-level"
      ],
      "specType": "simple",
      "spec": {
        "group": "Year",
        "series": [
          "CSIRO Adjusted Sea Level",
          "NOAA Adjusted Sea Level"
        ],
        "type": "line"
      }
    }
  ],
  "collection": "climate-change"
}