World Average Degree Days Database

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Temperature
               

No description available for this field.

Name (identifier)
temperature
Type
text
Sample
                       
Degree Days
               

No description available for this field.

Name (identifier)
degree_days
Type
integer
Sample
                       
Six hrs Avg 1964-2013
               

No description available for this field.

Name (identifier)
6_hrs_average_1964_2013
Type
decimal
Sample
                       
Daily Avg 1964-2013
               

No description available for this field.

Name (identifier)
daily_average_1964_2013
Type
decimal
Sample
                       
Degree Days (Heating/Cooling)
               

No description available for this field.

Name (identifier)
degree_days_heating_cooling
Type
text
Sample
                       
Series
               

No description available for this field.

Name (identifier)
series
Type
text
Sample
                       
Series Start
               

No description available for this field.

Name (identifier)
series0
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"world-average-degree-days-database-1964-2013",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/world-average-degree-days-database-1964-2013"
      }
    ]
    ,
  • "definitions":
    {
    • "world-average-degree-days-database-1964-2013":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/world-average-degree-days-database-1964-2013_records"
            }
          }
        }
      }
      ,
    • "world-average-degree-days-database-1964-2013_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "temperature":
              {
              • "type":"string",
              • "title":"Temperature",
              • "description":""
              }
              ,
            • "degree_days":
              {
              • "type":"integer",
              • "title":"Degree Days",
              • "description":""
              }
              ,
            • "6_hrs_average_1964_2013":
              {
              • "type":"number",
              • "title":"Six hrs Avg 1964-2013",
              • "description":""
              }
              ,
            • "daily_average_1964_2013":
              {
              • "type":"number",
              • "title":"Daily Avg 1964-2013",
              • "description":""
              }
              ,
            • "degree_days_heating_cooling":
              {
              • "type":"string",
              • "title":"Degree Days (Heating/Cooling)",
              • "description":""
              }
              ,
            • "series":
              {
              • "type":"string",
              • "title":"Series",
              • "description":""
              }
              ,
            • "series0":
              {
              • "type":"string",
              • "title":"Series Start",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets