records

records

Active filters Clear all

No active filters

Filters

Trains per section of line

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
PID_section
Line section

No description available for this field.

Name (identifier)
pid_abschnitt
Type
text
Sample
                       
IM
Infrastructure manager

No description available for this field.

Name (identifier)
isb
Type
text
Sample
                       
Line_Number
Number of the line or nodal point to which the section belongs.

No description available for this field.

Name (identifier)
strecke_nummer
Type
integer
Sample
                       
Line_designation
Designation of the line

No description available for this field.

Name (identifier)
strecke_bezeichnung
Type
text
Sample
                       
Line_type
Indicates whether it is a line or a nodal point

No description available for this field.

Name (identifier)
strecke_art
Type
text
Sample
                       
OP_From_Section
Operating point where the route starts or the nodal point is located

No description available for this field.

Name (identifier)
bp_von_abschnitt
Type
text
Sample
                       
OP_From_Section_Designation
Operating point where the route starts or the nodal point is located

No description available for this field.

Name (identifier)
bp_von_abschnitt_bezeichnung
Type
text
Sample
                       
OP_To_Section
Operating point where the route starts or the nodal point is located

No description available for this field.

Name (identifier)
bp_bis_abschnitt
Type
text
Sample
                       
BP Bis Abschnitt Bezeichnung
Content-Type: text/plain; charset=utf-8

No description available for this field.

Name (identifier)
bp_bis_abschnitt_bezeichnung
Type
text
Sample
                       
In_direction
Indicates whether it is a line or a nodal point

No description available for this field.

Name (identifier)
in_richtung
Type
text
Sample
                       
Business code
Classification of traffic

No description available for this field.

Name (identifier)
geschaeftscode
Type
text
Sample
                       
Year
Year in question

No description available for this field.

Name (identifier)
jahr
Type
date
Sample
                       
Number_of_trains
Number of trains per year

No description available for this field.

Name (identifier)
anzahl_zuege
Type
decimal
Sample
                       
Total_load_gross_tonnes
Total load of the section of the route

No description available for this field.

Name (identifier)
gesamtbelastung_bruttotonnen
Type
decimal
Sample
                       
Trassenkilometer
               

No description available for this field.

Name (identifier)
trassenkilometer
Type
decimal
Sample
                       
Geopos
Geoposition of the data set

No description available for this field.

Name (identifier)
geopos
Type
text
Sample
                       
municipalityName
               

No description available for this field.

Name (identifier)
municipalityname
Type
text
Sample
                       
Geoposition Ende
Content-Type: text/plain; charset=utf-8

No description available for this field.

Name (identifier)
geopos_von
Type
text
Sample
                       
OPUIC
Identification of the stop according to UIC specification

No description available for this field.

Name (identifier)
bpuic
Type
integer
Sample
                       
Geoposition Anfang
Content-Type: text/plain; charset=utf-8

No description available for this field.

Name (identifier)
geopos_bis
Type
text
Sample
                       
Geo shape
Content-Type: text/plain; charset=utf-8

No description available for this field.

Name (identifier)
geoshape
Type
geo shape
Sample
                       
geo_point_2d
Geoposition of the data set

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
                       

JSON Schema

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

{
  • "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_section",
                • "description":"Line section"
                }
                ,
              • "isb":
                {
                • "type":"string",
                • "title":"IM",
                • "description":"Infrastructure manager"
                }
                ,
              • "strecke_nummer":
                {
                • "type":"integer",
                • "title":"Line_Number",
                • "description":"Number of the line or nodal point to which the section belongs."
                }
                ,
              • "strecke_bezeichnung":
                {
                • "type":"string",
                • "title":"Line_designation",
                • "description":"Designation of the line"
                }
                ,
              • "strecke_art":
                {
                • "type":"string",
                • "title":"Line_type",
                • "description":"Indicates whether it is a line or a nodal point"
                }
                ,
              • "bp_von_abschnitt":
                {
                • "type":"string",
                • "title":"OP_From_Section",
                • "description":"Operating point where the route starts or the nodal point is located"
                }
                ,
              • "bp_von_abschnitt_bezeichnung":
                {
                • "type":"string",
                • "title":"OP_From_Section_Designation",
                • "description":"Operating point where the route starts or the nodal point is located"
                }
                ,
              • "bp_bis_abschnitt":
                {
                • "type":"string",
                • "title":"OP_To_Section",
                • "description":"Operating point where the route starts or the nodal point is located"
                }
                ,
              • "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_direction",
                • "description":"Indicates whether it is a line or a nodal point"
                }
                ,
              • "geschaeftscode":
                {
                • "type":"string",
                • "title":"Business code",
                • "description":"Classification of traffic"
                }
                ,
              • "jahr":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Year",
                • "description":"Year in question"
                }
                ,
              • "anzahl_zuege":
                {
                • "type":"number",
                • "title":"Number_of_trains",
                • "description":"Number of trains per year"
                }
                ,
              • "gesamtbelastung_bruttotonnen":
                {
                • "type":"number",
                • "title":"Total_load_gross_tonnes",
                • "description":"Total load of the section of the route"
                }
                ,
              • "trassenkilometer":
                {
                • "type":"number",
                • "title":"Trassenkilometer",
                • "description":""
                }
                ,
              • "geopos":
                {
                • "type":"string",
                • "title":"Geopos",
                • "description":"Geoposition of the data set"
                }
                ,
              • "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":"OPUIC",
                • "description":"Identification of the stop according to UIC specification"
                }
                ,
              • "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":"Geoposition of the data set"
                }
              }
            }
          }
        }
      }
    }

    Similar datasets