Semantic Description of WeatherCondition UrbanDataset from SCP Ontology 2.0

This document provides human-friendly documentation for WeatherCondition UrbanDataset having semantic definition in the SCP Ontology 2.0, part of the "Smart City Platform Specifications (SCPS) - Semantic Level" developed as part of the Electricity System Research Project.

File creation date 2025-12-07 17:46
SCPS URL https://smartcityplatform.enea.it/#/it/index.html

Table of content

Introduction

  1. How to read this document
  2. Artifacts to create an UrbanDataset message

SECTION I: UrbanDataset

  1. WeatherCondition

SECTION II: Code lists

  1. WeatherConditionCode.gc
  2. FormatCode.gc
  3. LanguageCode.gc
  4. TimezoneCode.gc

Introduction

1. How to read this document

This document provides the human-friendly representation of the semantic definition of one or more SCPS ontology´s UrbanDatasets.

Each UrbanDataset is described through a table composed of three main sections:

2. Artifacts to create an UrbanDataset message

The normative references concerning the syntactic and semantic compliance of UrbanDatasets with the SCPS are:

Furthermore, in the resources section available in the tab of each UrbanDataset in the UDWebLibrary, it is possible to download the message templates in JSON and XML syntax, compliant with the specifications. A template is an example of an UrbanDataset instance having all the properties (mandatory and optional) that make it (for any properties with alternative units of measurement and/or calculation method, the default values are used).

SECTION I: UrbanDataset

  1. WeatherCondition-2.0
  2. UrbanDataset Identification
    Scope Provides weather condition
    Category / Subcategory BuiltEnvironment / LandUseAndManagement
    Identifier WeatherCondition-2.0
    Name Weather Condition
    URI https://smartcityplatform.enea.it/specification/semantic/2.0/ontology/scps-ontology-2.0.owl#WeatherCondition
    UrbanDataset Contextualization
    Description Format/Code list
    coordinates Geographical reference

    Aggregated property
    subProperty: format Wgs84 format in which the coordinates are expressed (optional attribute) string

    FormatCode.gc
    subProperty: height Altitude (optional property) double

    subProperty: latitude Latitude double

    subProperty: longitude Longitude double

    language The language in which the text fields of the instance are expressed

    string

    LanguageCode.gc
    timestamp Timestamp

    dateTime

    timezone The time zone to be applied to each timestamp in the instance; it is expressed as an offset, i.e. as + or - the number of hours and minutes respect to UTC time: +/-hh:mm (ISO 8601)

    string

    TimezoneCode.gc
    UrbanDataset Properties

    * properties marked with an asterisk require to indicate, at instance level, the adopted calculation method (e.g. "average", "total", "instantaneous",...)
    Name Description Mandatory Format/Code list Unit of Measure
    AirTemperature Air temperature

    yes double

    degreeCelsius[default]

    degreeFahrenheit
    coordinates Geographic coordinates of the weather station

    yes Aggregated property
    subProperty: format Wgs84 format in which the coordinates are expressed (optional attribute) no string

    FormatCode.gc
    subProperty: height Altitude (optional property) no double

    subProperty: latitude Latitude yes double

    subProperty: longitude Longitude yes double

    period Measurement period of the data reported in the row

    yes Aggregated property
    subProperty: end_ts Timestamp indicating the end of the period yes dateTime

    subProperty: start_ts Timestamp indicating the beginning of the period yes dateTime

    AtmosphericPressure Observed atmospheric pressure

    no double

    hectopascal[default]

    pascal
    DewPoint Dew point

    no double

    degreeCelsius[default]
    LocationID An identifier for the monitored location

    no string

    Luminosity Luminosity

    no double

    lux[default]
    MeteoStationName Name of the weather station providing data

    no string

    OneHourRainfall Amount of rain calculated in 1 hour by pluviometers in millimeters of accumulation

    no double

    millimetre[default]
    RelativeHumidity Relative humidity, expressed as percentage

    no double

    SchemeID Indicates the encoding scheme the identifier provided in LocationID field belongs to (e.g. ISTAT if the monitored area is identified by the ISTAT municipality code)

    no string

    SolarRadiation Total observed solar radiation

    no double

    wattPerSquareMetre[default]

    micromolePerSquareMetreSecond
    ThreeHoursRainfall Amount of rain calculated in 3 hours by pluviometers in millimeters of accumulation

    no double

    millimetre[default]
    TotalCloudCoveragePercentage Cloud cover percentage: indicates how much of the sky is covered by clouds (0% stands for clear skies, 100% for completely cloudy sky)

    no double

    WeatherConditionCode A code stating the weather condition (rain, snow, clear, overcast,...)

    no string

    WeatherConditionCode.gc
    WeatherConditionDescription Textual description of the weather conditions

    no string

    WindDirection Wind direction expressed in decimal degrees respect to the North (clockwise measured)

    no double

    degree[default]
    WindSpeed Observed wind speed

    no double

    metrePerSecond-Time[default]

    kilometrePerHour