42’204 record

42’204 record

Filtri attivi Cancella tutto

Nessun filtro attivo

Filtri

BP_denominazione_inizio_sezione

Treni per sezione di tratta

Allegati

Clicca per espandere Clicca per ridurre

Schema dataset

Clicca per espandere Clicca per ridurre
PID_sezione
Sezione di tratta

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
pid_abschnitt
Tipo
testo
Campione
                       
ISB
Gestore dell’infrastruttura

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
isb
Tipo
testo
Campione
                       
tratta_numero
Numero della tratta/del nodo appartenente alla sezione di tratta

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
strecke_nummer
Tipo
int
Campione
                       
tratta_denominazione
Denominazione della tratta

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
strecke_bezeichnung
Tipo
testo
Campione
                       
tratta_tipo
Indica se si parla di una tratta o di un nodo.

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
strecke_art
Tipo
testo
Campione
                       
BP_inizio_sezione
Punto d’esercizio in cui inizia la tratta o si trova il nodo

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
bp_von_abschnitt
Tipo
testo
Campione
                       
BP_denominazione_inizio_sezione
Punto d’esercizio in cui inizia la tratta o si trova il nodo

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
bp_von_abschnitt_bezeichnung
Tipo
testo
Campione
                       
BP_fine_sezione
Punto d’esercizio in cui inizia la tratta o si trova il nodo

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
bp_bis_abschnitt
Tipo
testo
Campione
                       
BP Bis Abschnitt Bezeichnung
Content-Type: text/plain; charset=utf-8

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
bp_bis_abschnitt_bezeichnung
Tipo
testo
Campione
                       
in_direzione
Indica se si parla di una tratta o di un nodo.

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
in_richtung
Tipo
testo
Campione
                       
Codice attività
Tipizzazione del traffico

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
geschaeftscode
Tipo
testo
Campione
                       
Anno
Anno interessato

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
jahr
Tipo
data
Campione
                       
numero_treni
Numero di treni all’anno

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
anzahl_zuege
Tipo
doppio
Campione
                       
carico complessivo_tonnellate lorde
Carico complessivo della sezione di tratta

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
gesamtbelastung_bruttotonnen
Tipo
doppio
Campione
                       
Trassenkilometer
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
trassenkilometer
Tipo
doppio
Campione
                       
Geopos.
Geoposizionamento del record

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
geopos
Tipo
testo
Campione
                       
municipalityName
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
municipalityname
Tipo
testo
Campione
                       
Geoposition Ende
Content-Type: text/plain; charset=utf-8

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
geopos_von
Tipo
testo
Campione
                       
BPUIC
Identificativo della fermata ai sensi della specifica UIC

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
bpuic
Tipo
int
Campione
                       
Geoposition Anfang
Content-Type: text/plain; charset=utf-8

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
geopos_bis
Tipo
testo
Campione
                       
Geo Shape
Content-Type: text/plain; charset=utf-8

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
geoshape
Tipo
geo_shape
Campione
                       
geo_point_2d
Geoposizionamento del record

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
geo_point_2d
Tipo
geo_point_2d
Campione
                       

Schema JSON

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

{
  • "title":"zugzahlen",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/zugzahlen"
      }
    ]
    ,
  • "definitions":
    {
    • "zugzahlen":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/zugzahlen_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"
            }
          }
        }
        ,
      • "zugzahlen_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "pid_abschnitt":
                {
                • "type":"string",
                • "title":"PID_sezione",
                • "description":"Sezione di tratta"
                }
                ,
              • "isb":
                {
                • "type":"string",
                • "title":"ISB",
                • "description":"Gestore dell’infrastruttura"
                }
                ,
              • "strecke_nummer":
                {
                • "type":"integer",
                • "title":"tratta_numero",
                • "description":"Numero della tratta/del nodo appartenente alla sezione di tratta"
                }
                ,
              • "strecke_bezeichnung":
                {
                • "type":"string",
                • "title":"tratta_denominazione",
                • "description":"Denominazione della tratta"
                }
                ,
              • "strecke_art":
                {
                • "type":"string",
                • "title":"tratta_tipo",
                • "description":"Indica se si parla di una tratta o di un nodo."
                }
                ,
              • "bp_von_abschnitt":
                {
                • "type":"string",
                • "title":"BP_inizio_sezione",
                • "description":"Punto d’esercizio in cui inizia la tratta o si trova il nodo"
                }
                ,
              • "bp_von_abschnitt_bezeichnung":
                {
                • "type":"string",
                • "title":"BP_denominazione_inizio_sezione",
                • "description":"Punto d’esercizio in cui inizia la tratta o si trova il nodo"
                }
                ,
              • "bp_bis_abschnitt":
                {
                • "type":"string",
                • "title":"BP_fine_sezione",
                • "description":"Punto d’esercizio in cui inizia la tratta o si trova il nodo"
                }
                ,
              • "bp_bis_abschnitt_bezeichnung":
                {
                • "type":"string",
                • "title":"BP Bis Abschnitt Bezeichnung",
                • "description":"Content-Type: text/plain; charset=utf-8 "
                }
                ,
              • "in_richtung":
                {
                • "type":"string",
                • "title":"in_direzione",
                • "description":"Indica se si parla di una tratta o di un nodo."
                }
                ,
              • "geschaeftscode":
                {
                • "type":"string",
                • "title":"Codice attività",
                • "description":"Tipizzazione del traffico"
                }
                ,
              • "jahr":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Anno",
                • "description":"Anno interessato"
                }
                ,
              • "anzahl_zuege":
                {
                • "type":"number",
                • "title":"numero_treni",
                • "description":"Numero di treni all’anno"
                }
                ,
              • "gesamtbelastung_bruttotonnen":
                {
                • "type":"number",
                • "title":"carico complessivo_tonnellate lorde",
                • "description":"Carico complessivo della sezione di tratta"
                }
                ,
              • "trassenkilometer":
                {
                • "type":"number",
                • "title":"Trassenkilometer",
                • "description":""
                }
                ,
              • "geopos":
                {
                • "type":"string",
                • "title":"Geopos.",
                • "description":"Geoposizionamento del record"
                }
                ,
              • "municipalityname":
                {
                • "type":"string",
                • "title":"municipalityName",
                • "description":""
                }
                ,
              • "geopos_von":
                {
                • "type":"string",
                • "title":"Geoposition Ende",
                • "description":"Content-Type: text/plain; charset=utf-8 "
                }
                ,
              • "bpuic":
                {
                • "type":"integer",
                • "title":"BPUIC",
                • "description":"Identificativo della fermata ai sensi della specifica UIC"
                }
                ,
              • "geopos_bis":
                {
                • "type":"string",
                • "title":"Geoposition Anfang",
                • "description":"Content-Type: text/plain; charset=utf-8 "
                }
                ,
              • "geoshape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":"Content-Type: text/plain; charset=utf-8 "
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":"Geoposizionamento del record"
                }
              }
            }
          }
        }
      }
    }

    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