records

records

Active filters Clear all

No active filters

Filters

Weather statistics – 15-minutes

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
                       
latitude
               

No description available for this field.

Name (identifier)
latitude
Type
decimal
Sample
                       
longitude
               

No description available for this field.

Name (identifier)
longitude
Type
decimal
Sample
                       
time
               

No description available for this field.

Name (identifier)
time
Type
datetime
Sample
                       
dew_point_2m
               

No description available for this field.

Name (identifier)
dew_point_2m
Type
decimal
Sample
                       
visibility
               

No description available for this field.

Name (identifier)
visibility
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"weather-statistics-15-minutes",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/weather-statistics-15-minutes"
      }
    ]
    ,
  • "definitions":
    {
    • "weather-statistics-15-minutes":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/weather-statistics-15-minutes_records"
            }
          }
        }
      }
      ,
    • "weather-statistics-15-minutes_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "country":
              {
              • "type":"string",
              • "title":"country",
              • "description":""
              }
              ,
            • "latitude":
              {
              • "type":"number",
              • "title":"latitude",
              • "description":""
              }
              ,
            • "longitude":
              {
              • "type":"number",
              • "title":"longitude",
              • "description":""
              }
              ,
            • "time":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"time",
              • "description":""
              }
              ,
            • "dew_point_2m":
              {
              • "type":"number",
              • "title":"dew_point_2m",
              • "description":""
              }
              ,
            • "visibility":
              {
              • "type":"number",
              • "title":"visibility",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets