244 records

Weather statistics – Current

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
Antigua and Barbuda
latitude
               

No description available for this field.

Name (identifier)
latitude
Type
decimal
Sample
17.12
longitude
               

No description available for this field.

Name (identifier)
longitude
Type
decimal
Sample
-61.75
time
               

No description available for this field.

Name (identifier)
time
Type
datetime
Sample
2025-04-08T20:30:00+00:00
temperature_2m
               

No description available for this field.

Name (identifier)
temperature_2m
Type
decimal
Sample
25.5
relative_humidity_2m
               

No description available for this field.

Name (identifier)
relative_humidity_2m
Type
integer
Sample
75
apparent_temperature
               

No description available for this field.

Name (identifier)
apparent_temperature
Type
decimal
Sample
27.5
precipitation
               

No description available for this field.

Name (identifier)
precipitation
Type
decimal
Sample
0
rain
               

No description available for this field.

Name (identifier)
rain
Type
decimal
Sample
0
showers
               

No description available for this field.

Name (identifier)
showers
Type
decimal
Sample
0
snowfall
               

No description available for this field.

Name (identifier)
snowfall
Type
decimal
Sample
0
pressure_msl
               

No description available for this field.

Name (identifier)
pressure_msl
Type
decimal
Sample
1016.5
surface_pressure
               

No description available for this field.

Name (identifier)
surface_pressure
Type
decimal
Sample
1009.1
wind_speed_10m
               

No description available for this field.

Name (identifier)
wind_speed_10m
Type
decimal
Sample
15.8
wind_direction_10m
               

No description available for this field.

Name (identifier)
wind_direction_10m
Type
integer
Sample
89
wind_gusts_10m
               

No description available for this field.

Name (identifier)
wind_gusts_10m
Type
decimal
Sample
26.3

JSON Schema

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

{
  • "title":"weather-statistics-current",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/weather-statistics-current"
      }
    ]
    ,
  • "definitions":
    {
    • "weather-statistics-current":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/weather-statistics-current_records"
            }
          }
        }
      }
      ,
    • "weather-statistics-current_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":""
              }
              ,
            • "temperature_2m":
              {
              • "type":"number",
              • "title":"temperature_2m",
              • "description":""
              }
              ,
            • "relative_humidity_2m":
              {
              • "type":"integer",
              • "title":"relative_humidity_2m",
              • "description":""
              }
              ,
            • "apparent_temperature":
              {
              • "type":"number",
              • "title":"apparent_temperature",
              • "description":""
              }
              ,
            • "precipitation":
              {
              • "type":"number",
              • "title":"precipitation",
              • "description":""
              }
              ,
            • "rain":
              {
              • "type":"number",
              • "title":"rain",
              • "description":""
              }
              ,
            • "showers":
              {
              • "type":"number",
              • "title":"showers",
              • "description":""
              }
              ,
            • "snowfall":
              {
              • "type":"number",
              • "title":"snowfall",
              • "description":""
              }
              ,
            • "pressure_msl":
              {
              • "type":"number",
              • "title":"pressure_msl",
              • "description":""
              }
              ,
            • "surface_pressure":
              {
              • "type":"number",
              • "title":"surface_pressure",
              • "description":""
              }
              ,
            • "wind_speed_10m":
              {
              • "type":"number",
              • "title":"wind_speed_10m",
              • "description":""
              }
              ,
            • "wind_direction_10m":
              {
              • "type":"integer",
              • "title":"wind_direction_10m",
              • "description":""
              }
              ,
            • "wind_gusts_10m":
              {
              • "type":"number",
              • "title":"wind_gusts_10m",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets