569 records

569 records

Active filters Clear all

No active filters

Filters

Historic pictures of railway stations

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
SBB Historic signature
Name of the image

No description available for this field.

Name (identifier)
signatur_sbb_historic
Type
text
Sample
F_116_00001_306
Station
Official name of the stop

No description available for this field.

Name (identifier)
bahnhof
Type
text
Sample
Malvaglia Rongie
No.
Image number

No description available for this field.

Name (identifier)
nr
Type
integer
Sample
306
MunicipalityNo.
Municipality location (FSO number)

No description available for this field.

Name (identifier)
gemeindenr
Type
integer
Sample
5050
City
City

No description available for this field.

Name (identifier)
ort
Type
text
Sample
Serravalle
Didok number
Stop code according to the Didok (Services Documentation) list. Stop code according to the Didok (Services Documentation) list.

No description available for this field.

Name (identifier)
didok85
Type
integer
Sample
8505253
Metres above standard zero
Altitude above sea level

No description available for this field.

Name (identifier)
m_u_nn
Type
integer
Sample
381
Date photo 1
Date photo was taken

No description available for this field.

Name (identifier)
datum_foto_1
Type
date
Sample
1971-08-22
Koordinaten
Content-Type: text/plain; charset=utf-8

No description available for this field.

Name (identifier)
geo_koordinaten
Type
geo point
Sample
[46.4130170631,8.97711722634]
File name
Content-Type: text/plain; charset=utf-8

No description available for this field.

Name (identifier)
filename
Type
file
Sample
{"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
Linked Open Data representation of the stop

No description available for this field.

Name (identifier)
lod
Type
text
Sample
http://lod.opentransportdata.swiss/didok/8505253

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about 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":"SBB Historic signature",
                • "description":"Name of the image"
                }
                ,
              • "bahnhof":
                {
                • "type":"string",
                • "title":"Station",
                • "description":"Official name of the stop"
                }
                ,
              • "nr":
                {
                • "type":"integer",
                • "title":"No.",
                • "description":"Image number"
                }
                ,
              • "gemeindenr":
                {
                • "type":"integer",
                • "title":"MunicipalityNo.",
                • "description":"Municipality location (FSO number)"
                }
                ,
              • "ort":
                {
                • "type":"string",
                • "title":"City",
                • "description":"City"
                }
                ,
              • "didok85":
                {
                • "type":"integer",
                • "title":"Didok number",
                • "description":"Stop code according to the Didok (Services Documentation) list. Stop code according to the Didok (Services Documentation) list."
                }
                ,
              • "m_u_nn":
                {
                • "type":"integer",
                • "title":"Metres above standard zero",
                • "description":"Altitude above sea level"
                }
                ,
              • "datum_foto_1":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Date photo 1",
                • "description":"Date photo was taken"
                }
                ,
              • "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":"File name",
                • "description":"Content-Type: text/plain; charset=utf-8 "
                }
                ,
              • "lod":
                {
                • "type":"string",
                • "title":"lod",
                • "description":"Linked Open Data representation of the stop"
                }
              }
            }
          }
        }
      }
    }

    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

    • Pictures of railwaystations
    • Station maps provide information about boarding, alighting and changing, as well as showing services, retail and combined mobility in and around the station.
    • 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.
    • Departure boards at SBB stops. Updated on an ongoing basis.