1 enregistrement

1 enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Haltestellen Name

service

PLZ

locality

station: contact adress

De nouveaux enregistrements sont actuellement en cours d'ajout sur ce jeu de données. Pendant la durée du traitement, les visualisations peuvent afficher des données incomplètes. N’hésitez pas à rafraîchir votre page régulièrement !

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Didok-Nummer
Code der Haltestelle gemäss der Didok (Dienststellen-Dokumentations-) Liste. Stop code according to the Didok (Services Documentation) list.

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
didok
Type
int
Exemple
                       
Haltestellen Name
Offizieller Name der Haltestelle

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
stationsbezeichnung
Type
texte
Exemple
                       
service
Welche Services werden an der Haltestelle angeboten

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
service
Type
texte
Exemple
                       
company
Anbietende Gesellschaft

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
firma
Type
texte
Exemple
                       
Postfach
Postfach

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
postfach
Type
texte
Exemple
                       
Adresse
Adresse des Service

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse
Type
texte
Exemple
                       
Number
Hausnummer der Adresse

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nummer
Type
texte
Exemple
                       
PLZ
Postleitzahl der Haltestelle

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
plz
Type
int
Exemple
                       
locality
Stadt

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ort
Type
texte
Exemple
                       
Land
Land

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
land
Type
texte
Exemple
                       
BPUIC
Identifikation der Haltestelle gemäss der Spetzifikation der UIC

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
bpuic
Type
int
Exemple
                       
Name Haltestelle
offizieller Name der Haltestelle

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
bezeichnung_offiziell
Type
texte
Exemple
                       
Abkuerzung Bahnhof
Abkuerzungscode des Bahnhof/Betriebspunkt

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
abkuerzung
Type
texte
Exemple
                       
lod
Linked Open Data Repräsentation der Haltestelle

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lod
Type
texte
Exemple
                       
Geoposition
Geoposition des Datensatz

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geopos
Type
geo_point_2d
Exemple
                       
Transportunternehmung (Nummer)
Content-Type: text/plain; charset=utf-8

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
tu_nummer
Type
int
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"station-contactadress",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/station-contactadress"
      }
    ]
    ,
  • "definitions":
    {
    • "station-contactadress":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/station-contactadress_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"
            }
          }
        }
        ,
      • "station-contactadress_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "didok":
                {
                • "type":"integer",
                • "title":"Didok-Nummer",
                • "description":"Code der Haltestelle gemäss der Didok (Dienststellen-Dokumentations-) Liste. Stop code according to the Didok (Services Documentation) list."
                }
                ,
              • "stationsbezeichnung":
                {
                • "type":"string",
                • "title":"Haltestellen Name",
                • "description":"Offizieller Name der Haltestelle"
                }
                ,
              • "service":
                {
                • "type":"string",
                • "title":"service",
                • "description":"Welche Services werden an der Haltestelle angeboten"
                }
                ,
              • "firma":
                {
                • "type":"string",
                • "title":"company",
                • "description":"Anbietende Gesellschaft"
                }
                ,
              • "postfach":
                {
                • "type":"string",
                • "title":"Postfach",
                • "description":"Postfach"
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":"Adresse des Service"
                }
                ,
              • "nummer":
                {
                • "type":"string",
                • "title":"Number",
                • "description":"Hausnummer der Adresse"
                }
                ,
              • "plz":
                {
                • "type":"integer",
                • "title":"PLZ",
                • "description":"Postleitzahl der Haltestelle"
                }
                ,
              • "ort":
                {
                • "type":"string",
                • "title":"locality",
                • "description":"Stadt"
                }
                ,
              • "land":
                {
                • "type":"string",
                • "title":"Land",
                • "description":"Land"
                }
                ,
              • "bpuic":
                {
                • "type":"integer",
                • "title":"BPUIC",
                • "description":"Identifikation der Haltestelle gemäss der Spetzifikation der UIC"
                }
                ,
              • "bezeichnung_offiziell":
                {
                • "type":"string",
                • "title":"Name Haltestelle",
                • "description":"offizieller Name der Haltestelle"
                }
                ,
              • "abkuerzung":
                {
                • "type":"string",
                • "title":"Abkuerzung Bahnhof",
                • "description":"Abkuerzungscode des Bahnhof/Betriebspunkt"
                }
                ,
              • "lod":
                {
                • "type":"string",
                • "title":"lod",
                • "description":"Linked Open Data Repräsentation der Haltestelle"
                }
                ,
              • "geopos":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geoposition",
                • "description":"Geoposition des Datensatz"
                }
                ,
              • "tu_nummer":
                {
                • "type":"integer",
                • "title":"Transportunternehmung (Nummer)",
                • "description":"Content-Type: text/plain; charset=utf-8 "
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires