569 enregistrements

569 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Images historiques de gares ferroviaires

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Signature CFF Historic
Nom de l’image

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
signatur_sbb_historic
Type
texte
Exemple
F_116_00001_306
Gare
Nom officiel de la halte

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
bahnhof
Type
texte
Exemple
Malvaglia Rongie
Numéro de l’image

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nr
Type
int
Exemple
306
N° de la commune:
Localisation de la commune (numéro OFS)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
gemeindenr
Type
int
Exemple
5050
Ville
Ville

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ort
Type
texte
Exemple
Serravalle
Numéro DiDok
Code de la halte selon la liste DiDok (documentation des services). Code de la halte selon la liste DiDok (documentation des services).

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
didok85
Type
int
Exemple
8505253
mètres au-dessus du niveau de la mer
Altitude

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
m_u_nn
Type
int
Exemple
381
Date photo 1
Date de la prise de vue

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
datum_foto_1
Type
date
Exemple
1971-08-22
Koordinaten
Content-Type: text/plain; charset=utf-8

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_koordinaten
Type
geo_point_2d
Exemple
[46.4130170631,8.97711722634]
Nom de fichier
Content-Type: text/plain; charset=utf-8

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
filename
Type
fichier
Exemple
{"id":"cd19a81f464fe4b62e0e4b2e8ee08076","height":3244,"width":4792,"filename":"f_116_00001_306.jpg","thumbnail":true,"format":"JPEG","color_summary":["rgba(147, 147, 147, 1.00)","rgba(138, 138, 138, 1.00)","rgba(136, 136, 136, 1.00)"]}
LOD
Données ouvertes liées Représentation de la halte

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lod
Type
texte
Exemple
http://lod.opentransportdata.swiss/didok/8505253

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":"historische-bahnhofbilder",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/historische-bahnhofbilder"
      }
    ]
    ,
  • "definitions":
    {
    • "historische-bahnhofbilder":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/historische-bahnhofbilder_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"
            }
          }
        }
        ,
      • "historische-bahnhofbilder_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "signatur_sbb_historic":
                {
                • "type":"string",
                • "title":"Signature CFF Historic",
                • "description":"Nom de l’image"
                }
                ,
              • "bahnhof":
                {
                • "type":"string",
                • "title":"Gare",
                • "description":"Nom officiel de la halte"
                }
                ,
              • "nr":
                {
                • "type":"integer",
                • "title":"N°",
                • "description":"Numéro de l’image"
                }
                ,
              • "gemeindenr":
                {
                • "type":"integer",
                • "title":"N° de la commune:",
                • "description":"Localisation de la commune (numéro OFS)"
                }
                ,
              • "ort":
                {
                • "type":"string",
                • "title":"Ville",
                • "description":"Ville"
                }
                ,
              • "didok85":
                {
                • "type":"integer",
                • "title":"Numéro DiDok",
                • "description":"Code de la halte selon la liste DiDok (documentation des services). Code de la halte selon la liste DiDok (documentation des services)."
                }
                ,
              • "m_u_nn":
                {
                • "type":"integer",
                • "title":"mètres au-dessus du niveau de la mer",
                • "description":"Altitude"
                }
                ,
              • "datum_foto_1":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Date photo 1",
                • "description":"Date de la prise de vue"
                }
                ,
              • "geo_koordinaten":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Koordinaten",
                • "description":"Content-Type: text/plain; charset=utf-8 "
                }
                ,
              • "filename":
                {
                • "type":"string",
                • "title":"Nom de fichier",
                • "description":"Content-Type: text/plain; charset=utf-8 "
                }
                ,
              • "lod":
                {
                • "type":"string",
                • "title":"LOD",
                • "description":"Données ouvertes liées Représentation de la halte"
                }
              }
            }
          }
        }
      }
    }

    Réutilisations

    Cliquez pour déplier Cliquez pour replier

    Soumettre une réutilisation

    Cliquez pour déplier Cliquez pour replier

    Votre nom sera affiché publiquement avec votre réutilisation

    Votre prénom sera affiché publiquement avec votre réutilisation

    Votre email ne sera pas affiché publiquement et sera seulement utilisé par un administrateur pour vous contacter.

    Courte description de votre travail (max. 50 caractères)

    Une description de ce que vous avez fait en utilisant ce jeu de données (max. 1000 caractères)

    Une URL où votre travail est accessible publiquement

     ou 

    (facultatif) Une URL ou une image pour présenter votre travail

    false

    Jeux de données similaires

    • Bilder von Bahnhöfen
    • Les plans de gares donnent des informations sur la montée dans le train, la descente du train et les changements, les prestations de service, l’offre commerciale et la mobilité combinée dans et aux abords de la gare.
    • Les grandes gares vous proposent une large gamme de services CFF ainsi que des horaires d’ouverture attractifs: guichet, distributeurs de billets, guichets pour billets événementiels, change, transfert d’argent, expédition des bagages, Agence de voyages CFF.
    • Affiches des départ pour les haltes CFF. La mise à jour se fait de manière continue.