Saudi Arabia Hourly Climate Integrated Surface Data
Dataset schema
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"
}
}
} - "records":
} - "properties":
- "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"
}
} - "crs":
- "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"
}
} - "type":
- "additionalProperties":false,
- "oneOf":[
- ,{
- "$ref":"#/definitions/namedCrs"
} - {
- "$ref":"#/definitions/linkedCrs"
}
]
} - "namedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "name"
]
} - "enum":
- "properties":{
- "required":,[
- "name"
] - "additionalProperties":false,
- "properties":{
- "name":{
- "type":"string"
}
} - "name":
} - "required":
} - "type":
} - "properties":
- "linkedObject":,{
- "type":"object",
- "required":,[
- "href"
] - "properties":{
- "href":,{
- "type":"string",
- "format":"uri"
} - "type":{
- "type":"string",
- "description":"Suggested values: proj4, ogjwkt, esriwkt"
}
} - "href":
} - "linkedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "link"
]
} - "enum":
- "properties":{
- "$ref":"#/definitions/linkedObject"
}
} - "type":
} - "properties":
- "geometryCollection":,{
- "title":"GeometryCollection",
- "description":"A collection of geometry objects",
- "required":,[
- "geometries"
] - "properties":{
- "type":,{
- "enum":[
- "GeometryCollection"
]
} - "enum":
- "geometries":{
- "type":"array",
- "items":{
- "$ref":"http://json-schema.org/geojson/geometry.json#"
}
}
} - "type":
} - "feature":,{
- "title":"Feature",
- "description":"A Geo JSON feature object",
- "required":,[
- "geometry",
- "properties"
] - "properties":{
- "type":,{
- "enum":[
- "Feature"
]
} - "enum":
- "geometry":,{
- "oneOf":[
- ,{
- "type":"null"
} - {
- "$ref":"#/definitions/geometry"
}
]
} - "oneOf":
- "properties":,{
- "type":[
- "object",
- "null"
]
} - "type":
- "id":{}
} - "type":
} - "featureCollection":,{
- "title":"FeatureCollection",
- "description":"A Geo JSON feature collection",
- "required":,[
- "features"
] - "properties":{
- "type":,{
- "enum":[
- "FeatureCollection"
]
} - "enum":
- "features":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/feature"
}
}
} - "type":
} - "geometry":,{
- "title":"geometry",
- "description":"One geometry as defined by GeoJSON",
- "type":"object",
- "required":,[
- "type",
- "coordinates"
] - "oneOf":,[
- ,{
- "title":"Point",
- "properties":{
- "type":,{
- "enum":[
- "Point"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/position"
}
} - "type":
} - ,{
- "title":"MultiPoint",
- "properties":{
- "type":,{
- "enum":[
- "MultiPoint"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/positionArray"
}
} - "type":
} - ,{
- "title":"LineString",
- "properties":{
- "type":,{
- "enum":[
- "LineString"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/lineString"
}
} - "type":
} - ,{
- "title":"MultiLineString",
- "properties":{
- "type":,{
- "enum":[
- "MultiLineString"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/lineString"
}
}
} - "type":
} - ,{
- "title":"Polygon",
- "properties":{
- "type":,{
- "enum":[
- "Polygon"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/polygon"
}
} - "type":
} - {
- "title":"MultiPolygon",
- "properties":{
- "type":,{
- "enum":[
- "MultiPolygon"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/polygon"
}
}
} - "type":
}
] - "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":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "saudi-hourly-weather-data":
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