2,552 records

2,552 records

Active filters Clear all

No active filters

Filters

designationOfficial

Shuttleinformation Strassen TU

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
ID-Transport-Company
               

No description available for this field.

Name (identifier)
id_transport_company
Type
text
Sample
146
slnid
               

No description available for this field.

Name (identifier)
slnid
Type
text
Sample
ch:1:slnid:1026264
line number
               

No description available for this field.

Name (identifier)
line_number
Type
text
Sample
22
system line number
               

No description available for this field.

Name (identifier)
system_line_number
Type
text
Sample
                       
shuttleMode
               

No description available for this field.

Name (identifier)
shuttlemode
Type
text
Sample
plannedStop
didok
               

No description available for this field.

Name (identifier)
didok
Type
integer
Sample
                       
designationOfficial
               

No description available for this field.

Name (identifier)
designationofficial
Type
text
Sample
                       
meetingpoint
               

No description available for this field.

Name (identifier)
meetingpoint
Type
text
Sample
                       
line description
               

No description available for this field.

Name (identifier)
line_description
Type
text
Sample
Thun, Untere Wart - Oberhofen, Tannackerstrasse
direction 1
               

No description available for this field.

Name (identifier)
direction_1
Type
text
Sample
                       
didok direction 1
               

No description available for this field.

Name (identifier)
didok_direction_1
Type
integer
Sample
                       
shuttle to 1
               

No description available for this field.

Name (identifier)
shuttle_to_1
Type
text
Sample
                       
didok shuttle to 1
               

No description available for this field.

Name (identifier)
didok_shuttle_to_1
Type
integer
Sample
                       
direction 2
               

No description available for this field.

Name (identifier)
direction_2
Type
text
Sample
                       
didok direction 2
               

No description available for this field.

Name (identifier)
didok_direction_2
Type
integer
Sample
                       
shuttle to 2
               

No description available for this field.

Name (identifier)
shuttle_to_2
Type
text
Sample
                       
didok shuttle to 2
               

No description available for this field.

Name (identifier)
didok_shuttle_to_2
Type
integer
Sample
                       
direction 3
               

No description available for this field.

Name (identifier)
direction_3
Type
text
Sample
                       
didok direction 3
               

No description available for this field.

Name (identifier)
didok_direction_3
Type
text
Sample
                       
shuttle to 3
               

No description available for this field.

Name (identifier)
shuttle_to_3
Type
text
Sample
                       
didok shuttle to 3
               

No description available for this field.

Name (identifier)
didok_shuttle_to_3
Type
integer
Sample
                       
geoposition
               

No description available for this field.

Name (identifier)
geoposition
Type
geo point
Sample
                       
remarks
               

No description available for this field.

Name (identifier)
remarks
Type
text
Sample
Linie 22 = Hangbus
remarks de
               

No description available for this field.

Name (identifier)
remarks_de
Type
text
Sample
Linie 22 = Hangbus
remarks fr
               

No description available for this field.

Name (identifier)
remarks_fr
Type
text
Sample
ligne 22 = bus de pente
remarks it
               

No description available for this field.

Name (identifier)
remarks_it
Type
text
Sample
Linea 22 = Hangbus
remarks en
               

No description available for this field.

Name (identifier)
remarks_en
Type
text
Sample
Line 22 = Hangbus
meeting point de
               

No description available for this field.

Name (identifier)
meeting_point_de
Type
text
Sample
                       
meeting point fr
               

No description available for this field.

Name (identifier)
meeting_point_fr
Type
text
Sample
                       
meeting point it
               

No description available for this field.

Name (identifier)
meeting_point_it
Type
text
Sample
                       
meeting point en
               

No description available for this field.

Name (identifier)
meeting_point_en
Type
text
Sample
                       
source document
               

No description available for this field.

Name (identifier)
source_document
Type
text
Sample
231030_STI_Shuttle_V2_ausgefuellt.xlsx

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"shuttleinformation-strassentu",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/shuttleinformation-strassentu"
      }
    ]
    ,
  • "definitions":
    {
    • "shuttleinformation-strassentu":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/shuttleinformation-strassentu_records"
            }
          }
        }
      }
      ,
    • "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"
          }
        }
        ,
      • "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"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "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"
            }
          }
        }
        ,
      • "shuttleinformation-strassentu_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "id_transport_company":
                {
                • "type":"string",
                • "title":"ID-Transport-Company",
                • "description":""
                }
                ,
              • "slnid":
                {
                • "type":"string",
                • "title":"slnid",
                • "description":""
                }
                ,
              • "line_number":
                {
                • "type":"string",
                • "title":"line number",
                • "description":""
                }
                ,
              • "system_line_number":
                {
                • "type":"string",
                • "title":"system line number",
                • "description":""
                }
                ,
              • "shuttlemode":
                {
                • "type":"string",
                • "title":"shuttleMode",
                • "description":""
                }
                ,
              • "didok":
                {
                • "type":"integer",
                • "title":"didok",
                • "description":""
                }
                ,
              • "designationofficial":
                {
                • "type":"string",
                • "title":"designationOfficial",
                • "description":""
                }
                ,
              • "meetingpoint":
                {
                • "type":"string",
                • "title":"meetingpoint",
                • "description":""
                }
                ,
              • "line_description":
                {
                • "type":"string",
                • "title":"line description",
                • "description":""
                }
                ,
              • "direction_1":
                {
                • "type":"string",
                • "title":"direction 1",
                • "description":""
                }
                ,
              • "didok_direction_1":
                {
                • "type":"integer",
                • "title":"didok direction 1",
                • "description":""
                }
                ,
              • "shuttle_to_1":
                {
                • "type":"string",
                • "title":"shuttle to 1",
                • "description":""
                }
                ,
              • "didok_shuttle_to_1":
                {
                • "type":"integer",
                • "title":"didok shuttle to 1",
                • "description":""
                }
                ,
              • "direction_2":
                {
                • "type":"string",
                • "title":"direction 2",
                • "description":""
                }
                ,
              • "didok_direction_2":
                {
                • "type":"integer",
                • "title":"didok direction 2",
                • "description":""
                }
                ,
              • "shuttle_to_2":
                {
                • "type":"string",
                • "title":"shuttle to 2",
                • "description":""
                }
                ,
              • "didok_shuttle_to_2":
                {
                • "type":"integer",
                • "title":"didok shuttle to 2",
                • "description":""
                }
                ,
              • "direction_3":
                {
                • "type":"string",
                • "title":"direction 3",
                • "description":""
                }
                ,
              • "didok_direction_3":
                {
                • "type":"string",
                • "title":"didok direction 3",
                • "description":""
                }
                ,
              • "shuttle_to_3":
                {
                • "type":"string",
                • "title":"shuttle to 3",
                • "description":""
                }
                ,
              • "didok_shuttle_to_3":
                {
                • "type":"integer",
                • "title":"didok shuttle to 3",
                • "description":""
                }
                ,
              • "geoposition":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geoposition",
                • "description":""
                }
                ,
              • "remarks":
                {
                • "type":"string",
                • "title":"remarks",
                • "description":""
                }
                ,
              • "remarks_de":
                {
                • "type":"string",
                • "title":"remarks de",
                • "description":""
                }
                ,
              • "remarks_fr":
                {
                • "type":"string",
                • "title":"remarks fr",
                • "description":""
                }
                ,
              • "remarks_it":
                {
                • "type":"string",
                • "title":"remarks it",
                • "description":""
                }
                ,
              • "remarks_en":
                {
                • "type":"string",
                • "title":"remarks en",
                • "description":""
                }
                ,
              • "meeting_point_de":
                {
                • "type":"string",
                • "title":"meeting point de",
                • "description":""
                }
                ,
              • "meeting_point_fr":
                {
                • "type":"string",
                • "title":"meeting point fr",
                • "description":""
                }
                ,
              • "meeting_point_it":
                {
                • "type":"string",
                • "title":"meeting point it",
                • "description":""
                }
                ,
              • "meeting_point_en":
                {
                • "type":"string",
                • "title":"meeting point en",
                • "description":""
                }
                ,
              • "source_document":
                {
                • "type":"string",
                • "title":" source document",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Reuses

    Click to expand Click to collapse

    Submit a reuse

    Click to expand Click to collapse

    Your last name will be publicly displayed with your reuse

    Your first name will be publicly displayed with your reuse

    Your email will not be published publicly and will only be used by the administrators to contact you.

    Short description of your work (max. 50 characters)

    A longer description of what you achieved using this dataset (max. 1000 characters)

    An URL where your work can be accessed publicly

     or 

    (optional) An URL or an image which illustrates your work

    false

    Similar datasets