805 records

805 records

Active filters Clear all

No active filters

Filters

parkrail_comment

bike_parking_lockable

Stop: mobility

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 number
Stop code according to the Didok (Services Documentation) list. Stop code according to the Didok (Services Documentation) list.

No description available for this field.

Name (identifier)
didok
Type
integer
Sample
10
parkrail_number
Number of Park&Rail parking spaces

No description available for this field.

Name (identifier)
parkrail_anzahl
Type
decimal
Sample
                       
parkrail_price_day
Price of parking space per day

No description available for this field.

Name (identifier)
parkrail_preis_tag
Type
decimal
Sample
                       
parkrail_price_month
Price of parking space per month

No description available for this field.

Name (identifier)
parkrail_preis_monat
Type
decimal
Sample
                       
parkrail_price_year
Price of parking space per year

No description available for this field.

Name (identifier)
parkrail_preis_jahr
Type
decimal
Sample
                       
parkrail_binding_time1
Opening hours Mon-Fri

No description available for this field.

Name (identifier)
parkrail_pflichtig_zeit1
Type
text
Sample
                       
parkrail_binding_time2
Opening hours on Sat

No description available for this field.

Name (identifier)
parkrail_pflichtig_zeit2
Type
text
Sample
                       
parkrail_binding_time3
Opening hours on Sun

No description available for this field.

Name (identifier)
parkrail_pflichtig_zeit3
Type
text
Sample
                       
parkrail_comment
Comments regarding Park&Rail

No description available for this field.

Name (identifier)
parkrail_bemerkung
Type
text
Sample
Private Parkangebote: http://www.parkleitsystem-basel.ch/stadtplan.php<br>
3 E-Ladestationen vorhanden.
railtaxitext
RailTaxi telephone number

No description available for this field.

Name (identifier)
railtaxitext
Type
text
Sample
Gratisnummer 0800 44 22 66
railtaxiinfo
Comments regarding RailTaxi

No description available for this field.

Name (identifier)
railtaxiinfo
Type
text
Sample
Treffpunkt RailTaxi: Ausgang Ost, Wegleitung P+Rail, nach Treppenabgang
Zugehörige Agglomerationsstandorte: Allschwil, Binningen, Birsfelden, Münchenstein, Muttenz, Riehen
Partner: 33er Taxi und Taxi-Zentrale AG, Basel
rental_bike_designation
Bike rental services designation

No description available for this field.

Name (identifier)
mietvelo_bezeichnung
Type
text
Sample
Elektrovelo
rental_bike_number
Number of rental bikes

No description available for this field.

Name (identifier)
mietvelo_anzahl
Type
decimal
Sample
10
rental_bike_comment
Comments

No description available for this field.

Name (identifier)
mietvelo_bemerkung
Type
text
Sample
Ausgabe/Rücknahme der Velos in örtlicher Velostation;; zusätzlich verfügbar: 4 Elektro-Bikes, 4 Tourenvelos
bike_parking_status_d
Bike parking occupancy rate

No description available for this field.

Name (identifier)
veloparking_status_d
Type
text
Sample
Normalerweise genügend Veloabstellplätze verfügbar, teilweise voll belegt
bike_parking_comment_d
Comment regarding bike parking

No description available for this field.

Name (identifier)
veloparking_bemerkung_d
Type
text
Sample
                       
bike_parking_lockable
Is the bicycle parking lockable

No description available for this field.

Name (identifier)
veloparking_abschliessbar
Type
integer
Sample
1
bike_parking_lockable_text
Comments regarding bike parking / Comments regarding locking facilities?

No description available for this field.

Name (identifier)
veloparking_abschliessbar_text
Type
text
Sample
Velostation https://www.velostation.ch/velostationen/basel-3/
carsharing location_designation
Mobility location designation

No description available for this field.

Name (identifier)
carsharing_standort_bezeichnung
Type
text
Sample
Basel Badischer Bahnhof
parkrail_app
Sales channel app

No description available for this field.

Name (identifier)
parkrail_app
Type
integer
Sample
0
parkrail_Webshop
Sales channel webshop

No description available for this field.

Name (identifier)
parkrail_webshop
Type
integer
Sample
0
parkrail_local
Sales channel cash register on site

No description available for this field.

Name (identifier)
parkrail_lokal
Type
integer
Sample
1
parkrail_Automat
               

No description available for this field.

Name (identifier)
parkrail_automat
Type
integer
Sample
0
OPUIC
Identification of the stop according to UIC specification

No description available for this field.

Name (identifier)
bpuic
Type
integer
Sample
8500010
Stop name
Official name of the stop

No description available for this field.

Name (identifier)
bezeichnung_offiziell
Type
text
Sample
Basel SBB
Station abbreviation
Abbreviation code for the station/operating point

No description available for this field.

Name (identifier)
abkuerzung
Type
text
Sample
BS
lod
Linked Open Data representation of the stop

No description available for this field.

Name (identifier)
lod
Type
text
Sample
http://lod.opentransportdata.swiss/didok/8500010
Geopos
Geoposition of the data set

No description available for this field.

Name (identifier)
geopos
Type
geo point
Sample
[47.5474120550501,7.589562790156525]
transport company
Content-Type: text/plain; charset=utf-8

No description available for this field.

Name (identifier)
tu_nummer
Type
integer
Sample
11
Weather
Link zur Wetterprognose

No description available for this field.

Name (identifier)
meteo
Type
text
Sample
https://meteo.sbb.ch/?didok=8500010
Postal code
Postal code of the stop

No description available for this field.

Name (identifier)
plz
Type
text
Sample
4051

JSON Schema

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

{
  • "title":"mobilitat",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/mobilitat"
      }
    ]
    ,
  • "definitions":
    {
    • "mobilitat":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/mobilitat_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"
            }
          }
        }
        ,
      • "mobilitat_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "didok":
                {
                • "type":"integer",
                • "title":"Didok number",
                • "description":"Stop code according to the Didok (Services Documentation) list. Stop code according to the Didok (Services Documentation) list."
                }
                ,
              • "parkrail_anzahl":
                {
                • "type":"number",
                • "title":"parkrail_number",
                • "description":"Number of Park&Rail parking spaces"
                }
                ,
              • "parkrail_preis_tag":
                {
                • "type":"number",
                • "title":"parkrail_price_day",
                • "description":"Price of parking space per day"
                }
                ,
              • "parkrail_preis_monat":
                {
                • "type":"number",
                • "title":"parkrail_price_month",
                • "description":"Price of parking space per month"
                }
                ,
              • "parkrail_preis_jahr":
                {
                • "type":"number",
                • "title":"parkrail_price_year",
                • "description":"Price of parking space per year"
                }
                ,
              • "parkrail_pflichtig_zeit1":
                {
                • "type":"string",
                • "title":"parkrail_binding_time1",
                • "description":"Opening hours Mon-Fri"
                }
                ,
              • "parkrail_pflichtig_zeit2":
                {
                • "type":"string",
                • "title":"parkrail_binding_time2",
                • "description":"Opening hours on Sat"
                }
                ,
              • "parkrail_pflichtig_zeit3":
                {
                • "type":"string",
                • "title":"parkrail_binding_time3",
                • "description":"Opening hours on Sun"
                }
                ,
              • "parkrail_bemerkung":
                {
                • "type":"string",
                • "title":"parkrail_comment",
                • "description":"Comments regarding Park&Rail"
                }
                ,
              • "railtaxitext":
                {
                • "type":"string",
                • "title":"railtaxitext",
                • "description":"RailTaxi telephone number"
                }
                ,
              • "railtaxiinfo":
                {
                • "type":"string",
                • "title":"railtaxiinfo",
                • "description":"Comments regarding RailTaxi"
                }
                ,
              • "mietvelo_bezeichnung":
                {
                • "type":"string",
                • "title":"rental_bike_designation",
                • "description":"Bike rental services designation"
                }
                ,
              • "mietvelo_anzahl":
                {
                • "type":"number",
                • "title":"rental_bike_number",
                • "description":"Number of rental bikes"
                }
                ,
              • "mietvelo_bemerkung":
                {
                • "type":"string",
                • "title":"rental_bike_comment",
                • "description":"Comments"
                }
                ,
              • "veloparking_status_d":
                {
                • "type":"string",
                • "title":"bike_parking_status_d",
                • "description":"Bike parking occupancy rate"
                }
                ,
              • "veloparking_bemerkung_d":
                {
                • "type":"string",
                • "title":"bike_parking_comment_d",
                • "description":"Comment regarding bike parking"
                }
                ,
              • "veloparking_abschliessbar":
                {
                • "type":"integer",
                • "title":"bike_parking_lockable",
                • "description":"Is the bicycle parking lockable"
                }
                ,
              • "veloparking_abschliessbar_text":
                {
                • "type":"string",
                • "title":"bike_parking_lockable_text",
                • "description":"Comments regarding bike parking / Comments regarding locking facilities?"
                }
                ,
              • "carsharing_standort_bezeichnung":
                {
                • "type":"string",
                • "title":"carsharing location_designation",
                • "description":"Mobility location designation"
                }
                ,
              • "parkrail_app":
                {
                • "type":"integer",
                • "title":"parkrail_app",
                • "description":"Sales channel app"
                }
                ,
              • "parkrail_webshop":
                {
                • "type":"integer",
                • "title":"parkrail_Webshop",
                • "description":"Sales channel webshop"
                }
                ,
              • "parkrail_lokal":
                {
                • "type":"integer",
                • "title":"parkrail_local",
                • "description":"Sales channel cash register on site"
                }
                ,
              • "parkrail_automat":
                {
                • "type":"integer",
                • "title":"parkrail_Automat",
                • "description":""
                }
                ,
              • "bpuic":
                {
                • "type":"integer",
                • "title":"OPUIC",
                • "description":"Identification of the stop according to UIC specification"
                }
                ,
              • "bezeichnung_offiziell":
                {
                • "type":"string",
                • "title":"Stop name",
                • "description":"Official name of the stop"
                }
                ,
              • "abkuerzung":
                {
                • "type":"string",
                • "title":"Station abbreviation",
                • "description":"Abbreviation code for the station/operating point"
                }
                ,
              • "lod":
                {
                • "type":"string",
                • "title":"lod",
                • "description":"Linked Open Data representation of the stop"
                }
                ,
              • "geopos":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geopos",
                • "description":"Geoposition of the data set"
                }
                ,
              • "tu_nummer":
                {
                • "type":"integer",
                • "title":"transport company",
                • "description":"Content-Type: text/plain; charset=utf-8 "
                }
                ,
              • "meteo":
                {
                • "type":"string",
                • "title":"Weather",
                • "description":"Link zur Wetterprognose"
                }
                ,
              • "plz":
                {
                • "type":"string",
                • "title":"Postal code",
                • "description":"Postal code of the stop"
                }
              }
            }
          }
        }
      }
    }

    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

    • Information regarding park&rail, bikeparking, railtaxi, rentalbike, carsharing.
    • What businesses are available at which stop and when they are open.     
    • Opening hours of services at the station.
    • The major stations provide extensive SBB services with convenient opening hours: for ticket counters, ticket machines, counters for event tickets, currency exchange, money transfer and luggage registration and the SBB Travel Agency.