records

records

Active filters Clear all

No active filters

Filters

Emergency exits along the route

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Line
Designation of the line, matches the official timetable no.

No description available for this field.

Name (identifier)
linie
Type
integer
Sample
                       
KM
Kilometrage of the line. Congruent with the markings along the line

No description available for this field.

Name (identifier)
km
Type
decimal
Unit
km
Sample
                       
Type
Type of doors

No description available for this field.

Name (identifier)
art
Type
text
Sample
                       
Wall type
Type of wall (fire safe / noise barrier)

No description available for this field.

Name (identifier)
wandtyp
Type
text
Sample
                       
Leads to
Where the emergency exit leads to outside of the track

No description available for this field.

Name (identifier)
fuhrt_zu
Type
text
Sample
                       
Passage number
Numbering of the doors in the wall

No description available for this field.

Name (identifier)
durchgang_nummer
Type
text
Sample
                       
Object name
Designation of the object

No description available for this field.

Name (identifier)
objektname
Type
text
Sample
                       
Position
Which side of the railway line is the emergency exit on (in the ascending direction of the kilometrage)

No description available for this field.

Name (identifier)
lage
Type
text
Sample
                       
EIGENTuMER
               

No description available for this field.

Name (identifier)
eigentumer
Type
text
Sample
                       
ANTEIL EIGENTUM
               

No description available for this field.

Name (identifier)
anteil_eigentum
Type
integer
Sample
                       
EIGENTuMER GRUPPE
               

No description available for this field.

Name (identifier)
eigentumer_gruppe
Type
text
Sample
                       
MITEIGENTuMER
               

No description available for this field.

Name (identifier)
miteigentumer
Type
text
Sample
                       
FID
Identification of the installation for giving SBB feedback

No description available for this field.

Name (identifier)
fid
Type
integer
Sample
                       
Geopos
Geoposition of the data set

No description available for this field.

Name (identifier)
geopos
Type
geo point
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"notausgang-entlang-strecke",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/notausgang-entlang-strecke"
      }
    ]
    ,
  • "definitions":
    {
    • "notausgang-entlang-strecke":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/notausgang-entlang-strecke_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"
            }
          }
        }
        ,
      • "notausgang-entlang-strecke_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "linie":
                {
                • "type":"integer",
                • "title":"Line",
                • "description":"Designation of the line, matches the official timetable no."
                }
                ,
              • "km":
                {
                • "type":"number",
                • "title":"KM",
                • "description":"Kilometrage of the line. Congruent with the markings along the line",
                • "unit":"km"
                }
                ,
              • "art":
                {
                • "type":"string",
                • "title":"Type",
                • "description":"Type of doors"
                }
                ,
              • "wandtyp":
                {
                • "type":"string",
                • "title":"Wall type",
                • "description":"Type of wall (fire safe / noise barrier)"
                }
                ,
              • "fuhrt_zu":
                {
                • "type":"string",
                • "title":"Leads to",
                • "description":"Where the emergency exit leads to outside of the track"
                }
                ,
              • "durchgang_nummer":
                {
                • "type":"string",
                • "title":"Passage number",
                • "description":"Numbering of the doors in the wall"
                }
                ,
              • "objektname":
                {
                • "type":"string",
                • "title":"Object name",
                • "description":"Designation of the object"
                }
                ,
              • "lage":
                {
                • "type":"string",
                • "title":"Position",
                • "description":"Which side of the railway line is the emergency exit on (in the ascending direction of the kilometrage)"
                }
                ,
              • "eigentumer":
                {
                • "type":"string",
                • "title":"EIGENTuMER",
                • "description":""
                }
                ,
              • "anteil_eigentum":
                {
                • "type":"integer",
                • "title":"ANTEIL EIGENTUM",
                • "description":""
                }
                ,
              • "eigentumer_gruppe":
                {
                • "type":"string",
                • "title":"EIGENTuMER GRUPPE",
                • "description":""
                }
                ,
              • "miteigentumer":
                {
                • "type":"string",
                • "title":"MITEIGENTuMER",
                • "description":""
                }
                ,
              • "fid":
                {
                • "type":"integer",
                • "title":"FID",
                • "description":"Identification of the installation for giving SBB feedback"
                }
                ,
              • "geopos":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geopos",
                • "description":"Geoposition of the data set"
                }
              }
            }
          }
        }
      }
    }

    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