records
Wetterdaten - Projekt iResilience 2021-II
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"iresilience-2021-ii",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/iresilience-2021-ii"
}
] - "definitions":{
- "iresilience-2021-ii":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/iresilience-2021-ii_records"
}
}
} - "records":
} - "properties":
- "iresilience-2021-ii_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "adresse":,{
- "type":"string",
- "title":"Adresse",
- "description":""
} - "name_sensor":,{
- "type":"string",
- "title":"Name Sensor",
- "description":""
} - "messung_zeitpunkt":,{
- "type":"string",
- "format":"date-time",
- "title":"Messung Zeitpunkt",
- "description":""
} - "messung_datum":,{
- "type":"string",
- "format":"date",
- "title":"Datum",
- "description":""
} - "messung_uhrzeit":,{
- "type":"string",
- "title":"Uhrzeit",
- "description":""
} - "monat":,{
- "type":"string",
- "title":"Monat",
- "description":""
} - "monat_nr":,{
- "type":"string",
- "title":"Monat Nr.",
- "description":""
} - "messung_quartal":,{
- "type":"string",
- "title":"Quartal",
- "description":""
} - "woche":,{
- "type":"string",
- "title":"Woche",
- "description":""
} - "luftfeuchte":,{
- "type":"number",
- "title":"Luftfeuchte",
- "description":"",
- "unit":"%"
} - "temparatur_degc":,{
- "type":"number",
- "title":"Temparatur °C",
- "description":"",
- "unit":"°C"
} - "rechtswert":,{
- "type":"number",
- "title":"Rechtswert",
- "description":""
} - "hochwert":,{
- "type":"number",
- "title":"Hochwert",
- "description":""
} - "kommune":{
- "type":"string",
- "title":"Kommune",
- "description":""
}
} - "adresse":
}
} - "fields":
} - "properties":
} - "iresilience-2021-ii":
}