569 record

569 record

Filtri attivi Cancella tutto

Nessun filtro attivo

Filtri

Immagini storiche di stazioni

Allegati

Clicca per espandere Clicca per ridurre

Schema dataset

Clicca per espandere Clicca per ridurre
Firma FFS Historic
Nome dell’immagine

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
signatur_sbb_historic
Tipo
testo
Campione
F_116_00001_306
Stazione
Nome ufficiale della fermata

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
bahnhof
Tipo
testo
Campione
Malvaglia Rongie
Numero immagine

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
nr
Tipo
int
Campione
306
N° Comune
Ubicazione Comune (n° UST)

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
gemeindenr
Tipo
int
Campione
5050
Città
Città

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
ort
Tipo
testo
Campione
Serravalle
Numero DIDOK
Codice della fermata ai sensi dell’elenco DIDOK (documentazione dei servizi). Codice della fermata ai sensi dell’elenco DIDOK (documentazione dei servizi).

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
didok85
Tipo
int
Campione
8505253
m s.l.m.
Altezza sul livello del mare

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
m_u_nn
Tipo
int
Campione
381
Data foto 1
Data della ripresa fotografica

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
datum_foto_1
Tipo
data
Campione
1971-08-22
Koordinaten
Content-Type: text/plain; charset=utf-8

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
geo_koordinaten
Tipo
geo_point_2d
Campione
[46.4130170631,8.97711722634]
Nome file
Content-Type: text/plain; charset=utf-8

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
filename
Tipo
file
Campione
{"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
Rappresentazione Linked Open Data della fermata

Non è disponibile alcuna descrizione per questo campo.

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

Schema JSON

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

{
  • "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":"Firma FFS Historic",
                • "description":"Nome dell’immagine"
                }
                ,
              • "bahnhof":
                {
                • "type":"string",
                • "title":"Stazione",
                • "description":"Nome ufficiale della fermata"
                }
                ,
              • "nr":
                {
                • "type":"integer",
                • "title":"N°",
                • "description":"Numero immagine"
                }
                ,
              • "gemeindenr":
                {
                • "type":"integer",
                • "title":"N° Comune",
                • "description":"Ubicazione Comune (n° UST)"
                }
                ,
              • "ort":
                {
                • "type":"string",
                • "title":"Città",
                • "description":"Città"
                }
                ,
              • "didok85":
                {
                • "type":"integer",
                • "title":"Numero DIDOK",
                • "description":"Codice della fermata ai sensi dell’elenco DIDOK (documentazione dei servizi). Codice della fermata ai sensi dell’elenco DIDOK (documentazione dei servizi)."
                }
                ,
              • "m_u_nn":
                {
                • "type":"integer",
                • "title":"m s.l.m.",
                • "description":"Altezza sul livello del mare"
                }
                ,
              • "datum_foto_1":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Data foto 1",
                • "description":"Data della ripresa fotografica"
                }
                ,
              • "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":"Nome file",
                • "description":"Content-Type: text/plain; charset=utf-8 "
                }
                ,
              • "lod":
                {
                • "type":"string",
                • "title":"LOD",
                • "description":"Rappresentazione Linked Open Data della fermata"
                }
              }
            }
          }
        }
      }
    }

    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

    • Bilder von Bahnhöfen
    • I piani delle stazioni forniscono informazioni su discesa, salita e cambio treno e presentano le prestazioni di servizio, l’offerta commerciale e la mobilità combinata in stazione e attorno a essa.
    • Le grandi stazioni offrono servizi FFS completi con interessanti orari di apertura, che spaziano dallo sportello biglietti, dai distributori automatici di biglietti e dagli sportelli per i biglietti per eventi, al cambio di valuta, al trasferimento di contanti e alla spedizione dei bagagli, fino ad arrivare all’agenzia viaggi FFS.
    • Affissi delle partenze delle fermate FFS. Aggiornamento su base continua.