Weather Measurement
Entity
Name: Weather Measurement
Weather Observation at a specific atmospheric property.
Details
- Industry Domain:
Universal - Relational Table Name:
WEATHER_MEASUREMENT - JSON View Name:
WEATHER_MEASUREMENT#JSON - Ontology Class:
weather:WeatherMeasurement
Table: Properties
| Name | General Data Type | Oracle Data Type | Relational Column | Required? | Primary Key? | Validations | Related Graph Object |
|---|---|---|---|---|---|---|---|
| measurement id | double | NUMBER | MEASUREMENT_ID |
Yes | Yes | Must match regex pattern: ^\S{1,}$ |
weather:WeatherMeasurement |
| latitude | double | NUMBER | LATITUDE |
Yes | Must match regex pattern: ^[+\|-]?([1-8]?[0-9]\|[1-9]0)\.{0,1}\d{1,10} |
geo:GeoPoint | |
| longitude | double | NUMBER | LONGITUDE |
Yes | Must match regex pattern: ^[+\|-]?([1]?[0-7][0-9]\|[1]?[1-8][0]\|[1-9]?[0-9])\.{0,1}\d{0,10} |
geo:GeoPoint | |
| altitude | double | NUMBER | ALTITUDE |
geo:GeoPoint | |||
| quadkey | double | NUMBER | QUADKEY |
weather:WeatherMeasurement | |||
| end timestamp | dateTimeStamp | TIMESTAMP | END_TIMESTAMP |
Yes | weather:WeatherMeasurement | ||
| start timestamp | dateTimeStamp | TIMESTAMP | START_TIMESTAMP |
Yes | weather:WeatherMeasurement | ||
| interval type | string | VARCHAR2 | INTERVAL_TYPE |
Yes | Must match values in enumerated list from graph | weather:IntervalType | |
| accuracy category | string | VARCHAR2 | ACCURACY_CATEGORY |
Yes | Must match values in enumerated list from graph | weather:AccuracyCategory | |
| observation category | string | VARCHAR2 | OBSERVATION_CATEGORY |
Must match values in enumerated list from graph | weather:ObservationCategory | ||
| model type | string | VARCHAR2 | MODEL_TYPE |
Yes | Must match values in enumerated list from graph | weather:WeatherModelType | |
| weather code | string | VARCHAR2 | WEATHER_CODE |
Yes | weather:WMOCode | ||
| country code | string | VARCHAR2 | COUNTRY_CODE |
Yes | Must match values in enumerated list from graph | geo:Country | |
| relative elevation | string | VARCHAR2 | RELATIVE_ELEVATION |
Yes | weather:WeatherMeasurementElevation | ||
| aspect | string | VARCHAR2 | ASPECT |
Yes | Must match values in enumerated list from graph | weather:Aspect | |
| unit of measure | string | VARCHAR2 | UNIT_OF_MEASURE |
Yes | Must match values in enumerated list from graph | uom:UnitOfMeasure | |
| measurement value | double | NUMBER | MEASUREMENT_VALUE |
Yes | weather:WeatherMeasurement |