Trends in Atmospheric CO₂ - Estimated global trend daily values

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
month
               

No description available for this field.

Name (identifier)
month
Type
integer
Sample
                       
day
               

No description available for this field.

Name (identifier)
day
Type
integer
Sample
                       
smoothed
               

No description available for this field.

Name (identifier)
smoothed
Type
decimal
Sample
                       
trend
               

No description available for this field.

Name (identifier)
trend
Type
decimal
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"atmospheric-co2-estimated-global-trend-daily-values",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/atmospheric-co2-estimated-global-trend-daily-values"
      }
    ]
    ,
  • "definitions":
    {
    • "atmospheric-co2-estimated-global-trend-daily-values":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/atmospheric-co2-estimated-global-trend-daily-values_records"
            }
          }
        }
      }
      ,
    • "atmospheric-co2-estimated-global-trend-daily-values_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"year",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"integer",
              • "title":"month",
              • "description":""
              }
              ,
            • "day":
              {
              • "type":"integer",
              • "title":"day",
              • "description":""
              }
              ,
            • "smoothed":
              {
              • "type":"number",
              • "title":"smoothed",
              • "description":""
              }
              ,
            • "trend":
              {
              • "type":"number",
              • "title":"trend",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets