3’513 record

3’513 record

Filtri attivi Cancella tutto

Nessun filtro attivo

Filtri

Haltestelle: Perronkante - inkl. BLS

Allegati

Clicca per espandere Clicca per ridurre

Schema dataset

Clicca per espandere Clicca per ridurre
Linie
Bezeichnung der Linie

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
linie
Tipo
int
Campione
100
KM
Kilometrierung der Linie. Kongruent zu den Markierung entlang der Strecke

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
km
Tipo
doppio
Campione
4.966
Abkuerzung Bahnhof
eindeutige Abkürzung gemäss Dienststellen Liste. Diese Liste ist unter https://opendata.swiss/de/dataset/haltestellen-des-offentlichen-verkehrs abgespeichert

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
bps
Tipo
testo
Campione
LTY
Haltestellen Name
offizieller Name der Haltestelle

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
bps_name
Tipo
testo
Campione
Lutry
Perrontyp
Typ des Perron:  - Mittelperron (zwischen zwei Geleisen) - Hausperron (neben dem Bahnhofsgebäude) - Aussenperron (nur 1 Geleise liegt an)

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
perrontyp
Tipo
testo
Campione
Aussenperron
Perron Nummer
betroffene Perronnummer

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
p_nr
Tipo
testo
Campione
2
Kundengleis Nr.
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
kundengleis_nr
Tipo
testo
Campione
2
Perronkantenlänge
Bauliche Länge des Perrons

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
kanten_l
Tipo
doppio
Unità
m
Campione
130.89
Perronkantenhöhe
Höhe des Perrons  P 35 (35 cm ab Schiene) P 55 (55 cm ab Schiene

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
pk_h
Tipo
testo
Campione
P 42
Bemerkung Höhe
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
bem_hohe
Tipo
testo
Campione
                       
Hilfstritt
gibt es einen Hilfstritt um z.B P55 zu erreichen

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
hilfstritt
Tipo
testo
Campione
nicht vorhanden
Höhenverlauf
Höhenverlauf

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
h_verl
Tipo
testo
Campione
konstant
Material
Typisierung der Kantenart

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
material
Tipo
testo
Campione
Fertigelement
Bemerkung Material
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
bem_material
Tipo
testo
Campione
                       
Kantenart
Aus was besteht die Perronkante

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
kantenkrone
Tipo
testo
Campione
Andere
Bemerkung Kantenkrone
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
bem_kantenkrone
Tipo
testo
Campione
Element prefabrique
Auftritt
Beschaffenheit des Hilfstritt

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
auftritt
Tipo
testo
Campione
Gitterrost
ErfMandant
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
erfmandant
Tipo
testo
Campione
SBB
FID
Identifikation der Anlage um der SBB Feedback zu geben

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
fid
Tipo
int
Campione
35328373
1_koord
Startkoordinate der Perronkante

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
1_koord
Tipo
testo
Campione
46.5043824114, 6.68950680326
2_koord
Endkoordinate der Perronkante

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
2_koord
Tipo
geo_point_2d
Campione
[46.50377389683511,6.690965726851643]
BPUIC
Identifikation der Haltestelle gemäss der Spetzifikation der UIC

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
bpuic
Tipo
int
Campione
8501122
lod
Linked Open Data Repräsentation der Haltestelle

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
lod
Tipo
testo
Campione
http://lod.opentransportdata.swiss/didok/8501122

Schema JSON

Il seguente oggetto JSON è una descrizione standardizzata dello schema del tuo dataset. Più informazioni sullo schema JSON.

{
  • "title":"haltestelle-perronkante-inkl-bls",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/haltestelle-perronkante-inkl-bls"
      }
    ]
    ,
  • "definitions":
    {
    • "haltestelle-perronkante-inkl-bls":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/haltestelle-perronkante-inkl-bls_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-perronkante-inkl-bls_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "linie":
                {
                • "type":"integer",
                • "title":"Linie",
                • "description":"Bezeichnung der Linie"
                }
                ,
              • "km":
                {
                • "type":"number",
                • "title":"KM",
                • "description":"Kilometrierung der Linie. Kongruent zu den Markierung entlang der Strecke"
                }
                ,
              • "bps":
                {
                • "type":"string",
                • "title":"Abkuerzung Bahnhof",
                • "description":"eindeutige Abkürzung gemäss Dienststellen Liste. Diese Liste ist unter https://opendata.swiss/de/dataset/haltestellen-des-offentlichen-verkehrs abgespeichert"
                }
                ,
              • "bps_name":
                {
                • "type":"string",
                • "title":"Haltestellen Name",
                • "description":"offizieller Name der Haltestelle"
                }
                ,
              • "perrontyp":
                {
                • "type":"string",
                • "title":"Perrontyp",
                • "description":"Typ des Perron: - Mittelperron (zwischen zwei Geleisen) - Hausperron (neben dem Bahnhofsgebäude) - Aussenperron (nur 1 Geleise liegt an)"
                }
                ,
              • "p_nr":
                {
                • "type":"string",
                • "title":"Perron Nummer",
                • "description":"betroffene Perronnummer"
                }
                ,
              • "kundengleis_nr":
                {
                • "type":"string",
                • "title":"Kundengleis Nr.",
                • "description":""
                }
                ,
              • "kanten_l":
                {
                • "type":"number",
                • "title":"Perronkantenlänge",
                • "description":"Bauliche Länge des Perrons",
                • "unit":"m"
                }
                ,
              • "pk_h":
                {
                • "type":"string",
                • "title":"Perronkantenhöhe",
                • "description":"Höhe des Perrons P 35 (35 cm ab Schiene) P 55 (55 cm ab Schiene"
                }
                ,
              • "bem_hohe":
                {
                • "type":"string",
                • "title":"Bemerkung Höhe",
                • "description":""
                }
                ,
              • "hilfstritt":
                {
                • "type":"string",
                • "title":"Hilfstritt",
                • "description":"gibt es einen Hilfstritt um z.B P55 zu erreichen"
                }
                ,
              • "h_verl":
                {
                • "type":"string",
                • "title":"Höhenverlauf",
                • "description":"Höhenverlauf"
                }
                ,
              • "material":
                {
                • "type":"string",
                • "title":"Material",
                • "description":"Typisierung der Kantenart"
                }
                ,
              • "bem_material":
                {
                • "type":"string",
                • "title":"Bemerkung Material",
                • "description":""
                }
                ,
              • "kantenkrone":
                {
                • "type":"string",
                • "title":"Kantenart",
                • "description":"Aus was besteht die Perronkante"
                }
                ,
              • "bem_kantenkrone":
                {
                • "type":"string",
                • "title":"Bemerkung Kantenkrone",
                • "description":""
                }
                ,
              • "auftritt":
                {
                • "type":"string",
                • "title":"Auftritt",
                • "description":"Beschaffenheit des Hilfstritt"
                }
                ,
              • "erfmandant":
                {
                • "type":"string",
                • "title":"ErfMandant",
                • "description":""
                }
                ,
              • "fid":
                {
                • "type":"integer",
                • "title":"FID",
                • "description":"Identifikation der Anlage um der SBB Feedback zu geben"
                }
                ,
              • "1_koord":
                {
                • "type":"string",
                • "title":"1_koord",
                • "description":"Startkoordinate der Perronkante"
                }
                ,
              • "2_koord":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"2_koord",
                • "description":"Endkoordinate der Perronkante"
                }
                ,
              • "bpuic":
                {
                • "type":"integer",
                • "title":"BPUIC",
                • "description":"Identifikation der Haltestelle gemäss der Spetzifikation der UIC"
                }
                ,
              • "lod":
                {
                • "type":"string",
                • "title":"lod",
                • "description":"Linked Open Data Repräsentation der Haltestelle"
                }
              }
            }
          }
        }
      }
    }

    Riutilizzi

    Clicca per espandere Clicca per ridurre

    Invia un riutilizzo

    Clicca per espandere Clicca per ridurre

    Il tuo cognome sarà visualizzato al pubblico con il tuo riutilizzo

    Il tuo nome sarà visualizzato al pubblico con il tuo riutilizzo

    Il tuo indirizzo e-mail non sarà disponibile al pubblico e verrà utilizzato per contattarti solo dagli amministratori.

    Breve descrizione del tuo lavoro (massimo 50 caratteri)

    Una descrizione più dettagliata dei risultati ottenuti utilizzando questo dataset (max. 1000 caratteri)

    Un URL in cui il tuo lavoro è pubblicamente accessibile

     o 

    (facoltativo) Un URL o un'immagine che presenti il tuo lavoro

    false

    Similar datasets

    • Gibt die Art des Perron, Höhe des Perrons und die Länge an.
    • Il marciapiede è una zona della fermata che, grazie a un livello più alto, risulta distinta dagli impianti di binari. Serve da superficie di circolazione per i viaggiatori che salgono e che scendono dai treni, nonché ai viaggiatori in attesa. I marciapiedi possono essere divisi in settori.
    • Die Perronoberfläche ist die begehbare Fläche des Perronkörpers, sie wird in der Regel durch die Perronkante gegen das Gleis abgeschlossen. The platform surface is the part of the platform that people can walk on; it normally terminates in the platform edge which faces the tracks.
    • Mittels der Sektoren werden Perrons in kleinere Bereiche aufgeteilt.