records
Verkehrszählung MIV Stadt St.Gallen (2018-2023)
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":"verkehrszahlung-miv-stadt-stgallen",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/verkehrszahlung-miv-stadt-stgallen"
}
] - "definitions":{
- "verkehrszahlung-miv-stadt-stgallen":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/verkehrszahlung-miv-stadt-stgallen_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"
}
}
} - "verkehrszahlung-miv-stadt-stgallen_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "1":,{
- "type":"integer",
- "title":"1",
- "description":"00:00 - 01:00"
} - "2":,{
- "type":"integer",
- "title":"2",
- "description":"01:00 - 02:00"
} - "3":,{
- "type":"integer",
- "title":"3",
- "description":"02:00 - 03:00"
} - "4":,{
- "type":"integer",
- "title":"4",
- "description":"03:00 - 04:00"
} - "5":,{
- "type":"integer",
- "title":"5",
- "description":"04:00 - 05:00"
} - "6":,{
- "type":"integer",
- "title":"6",
- "description":"05:00 - 06:00"
} - "7":,{
- "type":"integer",
- "title":"7",
- "description":"06:00 - 07:00"
} - "8":,{
- "type":"integer",
- "title":"8",
- "description":"07:00 - 08:00"
} - "9":,{
- "type":"integer",
- "title":"9",
- "description":"08:00 - 09:00"
} - "10":,{
- "type":"integer",
- "title":"10",
- "description":"09:00 - 10:00"
} - "11":,{
- "type":"integer",
- "title":"11",
- "description":"10:00 - 11:00"
} - "12":,{
- "type":"integer",
- "title":"12",
- "description":"11:00 - 12:00"
} - "13":,{
- "type":"integer",
- "title":"13",
- "description":"12:00 - 13:00"
} - "14":,{
- "type":"integer",
- "title":"14",
- "description":"13:00 - 14:00"
} - "15":,{
- "type":"integer",
- "title":"15",
- "description":"14:00 - 15:00"
} - "16":,{
- "type":"integer",
- "title":"16",
- "description":"15:00 - 16:00"
} - "17":,{
- "type":"integer",
- "title":"17",
- "description":"16:00 - 17:00"
} - "18":,{
- "type":"integer",
- "title":"18",
- "description":"17:00 - 18:00"
} - "19":,{
- "type":"integer",
- "title":"19",
- "description":"18:00 - 19:00"
} - "20":,{
- "type":"integer",
- "title":"20",
- "description":"19:00 - 20:00"
} - "21":,{
- "type":"integer",
- "title":"21",
- "description":"20:00 - 21:00"
} - "22":,{
- "type":"integer",
- "title":"22",
- "description":"21:00 - 22:00"
} - "23":,{
- "type":"integer",
- "title":"23",
- "description":"22:00 - 23:00"
} - "24":,{
- "type":"integer",
- "title":"24",
- "description":"23:00 - 24:00"
} - "lnr":,{
- "type":"integer",
- "title":"LNR",
- "description":""
} - "ort_id":,{
- "type":"string",
- "title":"ORT-ID",
- "description":"ID der Zählstelle"
} - "bezeichnung":,{
- "type":"string",
- "title":"BEZEICHNUNG",
- "description":"Name/Ort der Zählstelle"
} - "standort":,{
- "type":"array",
- "minItems":2,
- "maxItems":2,
- "items":,{
- "type":"number"
} - "title":"STANDORT",
- "description":"Geopunkt des Standorts der Zählstelle"
} - "datum":,{
- "type":"string",
- "format":"date",
- "title":"DATUM",
- "description":""
} - "wochentag":,{
- "type":"string",
- "title":"WOCHENTAG",
- "description":""
} - "arbeitstag":,{
- "type":"string",
- "title":"ARBEITSTAG",
- "description":""
} - "kennzahl":,{
- "type":"string",
- "title":"KENNZAHL",
- "description":"Die Spalte gibt an, in welche Kennzahl der Dateneintrag reinfliesst. Werktage fliessen in die Kennzahl DTV und DWV, während Wochenendtage nur in die Kennzahl DTV fliessen."
} - "ri":,{
- "type":"string",
- "title":"RICHTUNG",
- "description":"Richtungsnummer der Messung. Die Daten zeigen eine Zeile pro Richtungsnummer. Die Bedeutung der Richtungsnummer kann den Zählstellen-Detailplänen entnommen werden. Sie können hier abgerufen werden: https://daten.stadt.sg.ch/explore/dataset/detailplane-und-geokoordinaten-miv-zahlstellen-stadt-stgallen "
} - "ort_richtung_id":,{
- "type":"string",
- "title":"ORT-RICHTUNG ID",
- "description":""
} - "tagestotal":{
- "type":"integer",
- "title":"TAGESTOTAL",
- "description":""
}
} - "1":
}
} - "fields":
} - "properties":
} - "verkehrszahlung-miv-stadt-stgallen":
}