3,103 records

Stop: clock

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Line
Designation of the line, matches the official timetable no.

No description available for this field.

Name (identifier)
linie
Type
integer
Sample
100
KM
Kilometrage of the line. Congruent with the markings along the line

No description available for this field.

Name (identifier)
km
Type
decimal
Sample
0.08
Stop name
Official name of the stop

No description available for this field.

Name (identifier)
bps_name
Type
text
Sample
Lausanne
Befestigung text
wie ist die Anlage befestigt

No description available for this field.

Name (identifier)
befestigung_text
Type
text
Sample
Suspendu
Befestigung Auswahl
wie ist die Anlage befestigt

No description available for this field.

Name (identifier)
befestigung_auswahl
Type
text
Sample
Haengend
Type of display
Where the clock can be seen from (one side/both sides)

No description available for this field.

Name (identifier)
art_auswahl
Type
text
Sample
Einseitig
Mounted on
Wo die Tafel festgemacht ist

No description available for this field.

Name (identifier)
montage_an
Type
text
Sample
Gebaeude
Lighting
Is the clock illuminated.

No description available for this field.

Name (identifier)
beleuchtung
Type
text
Sample
ja
Second hand
Is there a second hand.

No description available for this field.

Name (identifier)
sekundenzeiger
Type
text
Sample
ja
EIGENTuMER
               

No description available for this field.

Name (identifier)
eigentumer
Type
text
Sample
Migration ausstehend
ANTEIL EIGENTUM
               

No description available for this field.

Name (identifier)
anteil_eigentum
Type
integer
Sample
100
EIGENTuMER GRUPPE
               

No description available for this field.

Name (identifier)
eigentumer_gruppe
Type
text
Sample
unbekannt
IH-EA
               

No description available for this field.

Name (identifier)
ih_ea
Type
text
Sample
West > Lausanne
IH-TC
               

No description available for this field.

Name (identifier)
ih_tc
Type
text
Sample
West > Lausanne
FID
Identification of the installation for giving SBB feedback

No description available for this field.

Name (identifier)
fid
Type
integer
Sample
38853410
Geopos
Geoposition of the data set

No description available for this field.

Name (identifier)
geopos
Type
geo point
Sample
[46.51696082641175,6.630212380124407]

JSON Schema

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

{
  • "title":"haltestelle-uhr",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/haltestelle-uhr"
      }
    ]
    ,
  • "definitions":
    {
    • "haltestelle-uhr":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/haltestelle-uhr_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"
            }
          }
        }
        ,
      • "haltestelle-uhr_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "linie":
                {
                • "type":"integer",
                • "title":"Line",
                • "description":"Designation of the line, matches the official timetable no."
                }
                ,
              • "km":
                {
                • "type":"number",
                • "title":"KM",
                • "description":"Kilometrage of the line. Congruent with the markings along the line"
                }
                ,
              • "bps_name":
                {
                • "type":"string",
                • "title":"Stop name",
                • "description":"Official name of the stop"
                }
                ,
              • "befestigung_text":
                {
                • "type":"string",
                • "title":"Befestigung text",
                • "description":"wie ist die Anlage befestigt"
                }
                ,
              • "befestigung_auswahl":
                {
                • "type":"string",
                • "title":"Befestigung Auswahl",
                • "description":"wie ist die Anlage befestigt"
                }
                ,
              • "art_auswahl":
                {
                • "type":"string",
                • "title":"Type of display",
                • "description":"Where the clock can be seen from (one side/both sides)"
                }
                ,
              • "montage_an":
                {
                • "type":"string",
                • "title":"Mounted on",
                • "description":"Wo die Tafel festgemacht ist"
                }
                ,
              • "beleuchtung":
                {
                • "type":"string",
                • "title":"Lighting",
                • "description":"Is the clock illuminated."
                }
                ,
              • "sekundenzeiger":
                {
                • "type":"string",
                • "title":"Second hand",
                • "description":"Is there a second hand."
                }
                ,
              • "eigentumer":
                {
                • "type":"string",
                • "title":"EIGENTuMER",
                • "description":""
                }
                ,
              • "anteil_eigentum":
                {
                • "type":"integer",
                • "title":"ANTEIL EIGENTUM",
                • "description":""
                }
                ,
              • "eigentumer_gruppe":
                {
                • "type":"string",
                • "title":"EIGENTuMER GRUPPE",
                • "description":""
                }
                ,
              • "ih_ea":
                {
                • "type":"string",
                • "title":"IH-EA",
                • "description":""
                }
                ,
              • "ih_tc":
                {
                • "type":"string",
                • "title":"IH-TC",
                • "description":""
                }
                ,
              • "fid":
                {
                • "type":"integer",
                • "title":"FID",
                • "description":"Identification of the installation for giving SBB feedback"
                }
                ,
              • "geopos":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geopos",
                • "description":"Geoposition of the data set"
                }
              }
            }
          }
        }
      }
    }

    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

    • Platzleuchten, die als Erkennungszeichen einer SBB-Haltestelle dienen.
    • The major stations provide extensive SBB services with convenient opening hours: for ticket counters, ticket machines, counters for event tickets, currency exchange, money transfer and luggage registration and the SBB Travel Agency.
    • Detailinformationen zu den Wartehallen an den Betriebspunkten mit Verwaltung "SBB CFF" angezeigt (Mengengerüst SBB).
    • Shows SBB ticket validators.