records

records

Active filters Clear all

No active filters

Filters

station: contact adress

New records are currently being added to this dataset, this process may take a while. Please note that visualizations might be incomplete in the meantime. Don't hesitate to refresh your page regularly!

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Didok-Nummer
Code der Haltestelle gemäss der Didok (Dienststellen-Dokumentations-) Liste. Stop code according to the Didok (Services Documentation) list.

No description available for this field.

Name (identifier)
didok
Type
integer
Sample
                       
Haltestellen Name
Offizieller Name der Haltestelle

No description available for this field.

Name (identifier)
stationsbezeichnung
Type
text
Sample
                       
service
Welche Services werden an der Haltestelle angeboten

No description available for this field.

Name (identifier)
service
Type
text
Sample
                       
company
Anbietende Gesellschaft

No description available for this field.

Name (identifier)
firma
Type
text
Sample
                       
Postfach
Postfach

No description available for this field.

Name (identifier)
postfach
Type
text
Sample
                       
Adresse
Adresse des Service

No description available for this field.

Name (identifier)
adresse
Type
text
Sample
                       
Number
Hausnummer der Adresse

No description available for this field.

Name (identifier)
nummer
Type
text
Sample
                       
PLZ
Postleitzahl der Haltestelle

No description available for this field.

Name (identifier)
plz
Type
integer
Sample
                       
locality
Stadt

No description available for this field.

Name (identifier)
ort
Type
text
Sample
                       
Land
Land

No description available for this field.

Name (identifier)
land
Type
text
Sample
                       
BPUIC
Identifikation der Haltestelle gemäss der Spetzifikation der UIC

No description available for this field.

Name (identifier)
bpuic
Type
integer
Sample
                       
Name Haltestelle
offizieller Name der Haltestelle

No description available for this field.

Name (identifier)
bezeichnung_offiziell
Type
text
Sample
                       
Abkuerzung Bahnhof
Abkuerzungscode des Bahnhof/Betriebspunkt

No description available for this field.

Name (identifier)
abkuerzung
Type
text
Sample
                       
lod
Linked Open Data Repräsentation der Haltestelle

No description available for this field.

Name (identifier)
lod
Type
text
Sample
                       
Geoposition
Geoposition des Datensatz

No description available for this field.

Name (identifier)
geopos
Type
geo point
Sample
                       
Transportunternehmung (Nummer)
               

No description available for this field.

Name (identifier)
tu_nummer
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"station-contactadress",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/station-contactadress"
      }
    ]
    ,
  • "definitions":
    {
    • "station-contactadress":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/station-contactadress_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"
            }
          }
        }
        ,
      • "station-contactadress_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "didok":
                {
                • "type":"integer",
                • "title":"Didok-Nummer",
                • "description":"Code der Haltestelle gemäss der Didok (Dienststellen-Dokumentations-) Liste. Stop code according to the Didok (Services Documentation) list."
                }
                ,
              • "stationsbezeichnung":
                {
                • "type":"string",
                • "title":"Haltestellen Name",
                • "description":"Offizieller Name der Haltestelle"
                }
                ,
              • "service":
                {
                • "type":"string",
                • "title":"service",
                • "description":"Welche Services werden an der Haltestelle angeboten"
                }
                ,
              • "firma":
                {
                • "type":"string",
                • "title":"company",
                • "description":"Anbietende Gesellschaft"
                }
                ,
              • "postfach":
                {
                • "type":"string",
                • "title":"Postfach",
                • "description":"Postfach"
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":"Adresse des Service"
                }
                ,
              • "nummer":
                {
                • "type":"string",
                • "title":"Number",
                • "description":"Hausnummer der Adresse"
                }
                ,
              • "plz":
                {
                • "type":"integer",
                • "title":"PLZ",
                • "description":"Postleitzahl der Haltestelle"
                }
                ,
              • "ort":
                {
                • "type":"string",
                • "title":"locality",
                • "description":"Stadt"
                }
                ,
              • "land":
                {
                • "type":"string",
                • "title":"Land",
                • "description":"Land"
                }
                ,
              • "bpuic":
                {
                • "type":"integer",
                • "title":"BPUIC",
                • "description":"Identifikation der Haltestelle gemäss der Spetzifikation der UIC"
                }
                ,
              • "bezeichnung_offiziell":
                {
                • "type":"string",
                • "title":"Name Haltestelle",
                • "description":"offizieller Name der Haltestelle"
                }
                ,
              • "abkuerzung":
                {
                • "type":"string",
                • "title":"Abkuerzung Bahnhof",
                • "description":"Abkuerzungscode des Bahnhof/Betriebspunkt"
                }
                ,
              • "lod":
                {
                • "type":"string",
                • "title":"lod",
                • "description":"Linked Open Data Repräsentation der Haltestelle"
                }
                ,
              • "geopos":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geoposition",
                • "description":"Geoposition des Datensatz"
                }
                ,
              • "tu_nummer":
                {
                • "type":"integer",
                • "title":"Transportunternehmung (Nummer)",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    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