Saudi Arabia Hourly Climate Integrated Surface Data

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
                       
station_country
               

No description available for this field.

Name (identifier)
station_country
Type
text
Sample
                       
station_name
               

No description available for this field.

Name (identifier)
station_name
Type
text
Sample
                       
station_id
               

No description available for this field.

Name (identifier)
station_id
Type
integer
Sample
                       
observation_date
               

No description available for this field.

Name (identifier)
observation_date
Type
datetime
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
                       
elevation
               

No description available for this field.

Name (identifier)
elevation
Type
decimal
Sample
                       
wind_direction_angle
               

No description available for this field.

Name (identifier)
wind_direction_angle
Type
integer
Sample
                       
wind_direction_angle_units
               

No description available for this field.

Name (identifier)
wind_direction_angle_units
Type
text
Sample
                       
wind_direction_quality
               

No description available for this field.

Name (identifier)
wind_direction_quality
Type
text
Sample
                       
wind_type
               

No description available for this field.

Name (identifier)
wind_type
Type
text
Sample
                       
wind_speed_rate
               

No description available for this field.

Name (identifier)
wind_speed_rate
Type
decimal
Sample
                       
wind_speed_rate_units
               

No description available for this field.

Name (identifier)
wind_speed_rate_units
Type
text
Sample
                       
wind_speed_quality
               

No description available for this field.

Name (identifier)
wind_speed_quality
Type
text
Sample
                       
sky_ceiling_height
               

No description available for this field.

Name (identifier)
sky_ceiling_height
Type
integer
Sample
                       
sky_ceiling_height_units
               

No description available for this field.

Name (identifier)
sky_ceiling_height_units
Type
text
Sample
                       
sky_ceiling_quality
               

No description available for this field.

Name (identifier)
sky_ceiling_quality
Type
text
Sample
                       
sky_ceiling_determination
               

No description available for this field.

Name (identifier)
sky_ceiling_determination
Type
text
Sample
                       
sky_cavok
               

No description available for this field.

Name (identifier)
sky_cavok
Type
text
Sample
                       
visibility_distance
               

No description available for this field.

Name (identifier)
visibility_distance
Type
integer
Sample
                       
visibility_distance_units
               

No description available for this field.

Name (identifier)
visibility_distance_units
Type
text
Sample
                       
visibility_distance_quality
               

No description available for this field.

Name (identifier)
visibility_distance_quality
Type
text
Sample
                       
visibility_variability
               

No description available for this field.

Name (identifier)
visibility_variability
Type
text
Sample
                       
visibility_variability_quality
               

No description available for this field.

Name (identifier)
visibility_variability_quality
Type
text
Sample
                       
air_temperature
               

No description available for this field.

Name (identifier)
air_temperature
Type
decimal
Sample
                       
air_temperature_units
               

No description available for this field.

Name (identifier)
air_temperature_units
Type
text
Sample
                       
air_temperature_quality
               

No description available for this field.

Name (identifier)
air_temperature_quality
Type
text
Sample
                       
air_temperature_dew_point
               

No description available for this field.

Name (identifier)
air_temperature_dew_point
Type
decimal
Sample
                       
air_temperature_dew_point_units
               

No description available for this field.

Name (identifier)
air_temperature_dew_point_units
Type
text
Sample
                       
air_temperature_dew_point_quality
               

No description available for this field.

Name (identifier)
air_temperature_dew_point_quality
Type
text
Sample
                       
atmospheric_sea_level_pressure
               

No description available for this field.

Name (identifier)
atmospheric_sea_level_pressure
Type
decimal
Sample
                       
atmospheric_sea_level_pressure_units
               

No description available for this field.

Name (identifier)
atmospheric_sea_level_pressure_units
Type
text
Sample
                       
atmospheric_sea_level_pressure_quality
               

No description available for this field.

Name (identifier)
atmospheric_sea_level_pressure_quality
Type
text
Sample
                       
GEOPOINT
               

No description available for this field.

Name (identifier)
geopoint
Type
geo point
Sample
                       

JSON Schema

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

{
  • "title":"saudi-hourly-weather-data",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/saudi-hourly-weather-data"
      }
    ]
    ,
  • "definitions":
    {
    • "saudi-hourly-weather-data":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/saudi-hourly-weather-data_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "saudi-hourly-weather-data_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "year":
                {
                • "type":"string",
                • "format":"date",
                • "title":"YEAR",
                • "description":""
                }
                ,
              • "station_country":
                {
                • "type":"string",
                • "title":"station_country",
                • "description":""
                }
                ,
              • "station_name":
                {
                • "type":"string",
                • "title":"station_name",
                • "description":""
                }
                ,
              • "station_id":
                {
                • "type":"integer",
                • "title":"station_id",
                • "description":""
                }
                ,
              • "observation_date":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"observation_date",
                • "description":""
                }
                ,
              • "latitude":
                {
                • "type":"number",
                • "title":"latitude",
                • "description":""
                }
                ,
              • "longitude":
                {
                • "type":"number",
                • "title":"longitude",
                • "description":""
                }
                ,
              • "elevation":
                {
                • "type":"number",
                • "title":"elevation",
                • "description":""
                }
                ,
              • "wind_direction_angle":
                {
                • "type":"integer",
                • "title":"wind_direction_angle",
                • "description":""
                }
                ,
              • "wind_direction_angle_units":
                {
                • "type":"string",
                • "title":"wind_direction_angle_units",
                • "description":""
                }
                ,
              • "wind_direction_quality":
                {
                • "type":"string",
                • "title":"wind_direction_quality",
                • "description":""
                }
                ,
              • "wind_type":
                {
                • "type":"string",
                • "title":"wind_type",
                • "description":""
                }
                ,
              • "wind_speed_rate":
                {
                • "type":"number",
                • "title":"wind_speed_rate",
                • "description":""
                }
                ,
              • "wind_speed_rate_units":
                {
                • "type":"string",
                • "title":"wind_speed_rate_units",
                • "description":""
                }
                ,
              • "wind_speed_quality":
                {
                • "type":"string",
                • "title":"wind_speed_quality",
                • "description":""
                }
                ,
              • "sky_ceiling_height":
                {
                • "type":"integer",
                • "title":"sky_ceiling_height",
                • "description":""
                }
                ,
              • "sky_ceiling_height_units":
                {
                • "type":"string",
                • "title":"sky_ceiling_height_units",
                • "description":""
                }
                ,
              • "sky_ceiling_quality":
                {
                • "type":"string",
                • "title":"sky_ceiling_quality",
                • "description":""
                }
                ,
              • "sky_ceiling_determination":
                {
                • "type":"string",
                • "title":"sky_ceiling_determination",
                • "description":""
                }
                ,
              • "sky_cavok":
                {
                • "type":"string",
                • "title":"sky_cavok",
                • "description":""
                }
                ,
              • "visibility_distance":
                {
                • "type":"integer",
                • "title":"visibility_distance",
                • "description":""
                }
                ,
              • "visibility_distance_units":
                {
                • "type":"string",
                • "title":"visibility_distance_units",
                • "description":""
                }
                ,
              • "visibility_distance_quality":
                {
                • "type":"string",
                • "title":"visibility_distance_quality",
                • "description":""
                }
                ,
              • "visibility_variability":
                {
                • "type":"string",
                • "title":"visibility_variability",
                • "description":""
                }
                ,
              • "visibility_variability_quality":
                {
                • "type":"string",
                • "title":"visibility_variability_quality",
                • "description":""
                }
                ,
              • "air_temperature":
                {
                • "type":"number",
                • "title":"air_temperature",
                • "description":""
                }
                ,
              • "air_temperature_units":
                {
                • "type":"string",
                • "title":"air_temperature_units",
                • "description":""
                }
                ,
              • "air_temperature_quality":
                {
                • "type":"string",
                • "title":"air_temperature_quality",
                • "description":""
                }
                ,
              • "air_temperature_dew_point":
                {
                • "type":"number",
                • "title":"air_temperature_dew_point",
                • "description":""
                }
                ,
              • "air_temperature_dew_point_units":
                {
                • "type":"string",
                • "title":"air_temperature_dew_point_units",
                • "description":""
                }
                ,
              • "air_temperature_dew_point_quality":
                {
                • "type":"string",
                • "title":"air_temperature_dew_point_quality",
                • "description":""
                }
                ,
              • "atmospheric_sea_level_pressure":
                {
                • "type":"number",
                • "title":"atmospheric_sea_level_pressure",
                • "description":""
                }
                ,
              • "atmospheric_sea_level_pressure_units":
                {
                • "type":"string",
                • "title":"atmospheric_sea_level_pressure_units",
                • "description":""
                }
                ,
              • "atmospheric_sea_level_pressure_quality":
                {
                • "type":"string",
                • "title":"atmospheric_sea_level_pressure_quality",
                • "description":""
                }
                ,
              • "geopoint":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"GEOPOINT",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets

    • This dataset contains Saudi Arabia Total Rain Fall (IN mm) Observed by PME MET Station General Authority for Statistics from 2009-2019 , Follow datasource.kapsarc.org for timely data to advance energy economics research.
    • This dataset contains Riyadh Air Quality for 2019 - 2020. Data from The General Authority of Meteorology & Environmental Protection. Follow datasource.kapsarc.org for timely data to advance energy economics research. 
    • This dataset contains Saudi Arabia Average Relative Humidity for the period 2014-2019. Data from general authority statistics.
    • This dataset contains United Arab Emirates Climate Statistics for 2003-2019 Data from Federal Competitiveness and Statistics Authority. Follow datasource.kapsarc.org for timely data to advance energy economics research