records

records

Active filters Clear all

No active filters

Filters

station: 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-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
10
Haltestellen Name
Offizieller Name der Haltestelle

No description available for this field.

Name (identifier)
stationsbezeichnung
Type
text
Sample
Basel SBB
parkrail_anzahl
Anzahl Park&Rail Parkplätze

No description available for this field.

Name (identifier)
parkrail_anzahl
Type
decimal
Sample
                       
parkrail_preis_tag
Preis des Parkplatz pro Tag

No description available for this field.

Name (identifier)
parkrail_preis_tag
Type
decimal
Sample
                       
parkrail_preis_monat
Preis des Parkplatz pro Monat

No description available for this field.

Name (identifier)
parkrail_preis_monat
Type
decimal
Sample
                       
parkrail_preis_jahr
Preis des Parkplatz pro Jahr

No description available for this field.

Name (identifier)
parkrail_preis_jahr
Type
decimal
Sample
                       
parkrail_pflichtig_zeit2
Öffnungszeiten Mo-Fr

No description available for this field.

Name (identifier)
parkrail_pflichtig_zeit1
Type
text
Sample
                       
parkrail_pflichtig_zeit3
Öffnungszeiten Sa

No description available for this field.

Name (identifier)
parkrail_pflichtig_zeit2
Type
text
Sample
                       
parkrail_pflichtig_zeit2
Öffnungszeiten So

No description available for this field.

Name (identifier)
parkrail_pflichtig_zeit3
Type
text
Sample
                       
parkrail_bemerkung
Bemerkungen zu 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.
Rail Taxi Text
               

No description available for this field.

Name (identifier)
railtaxitext
Type
text
Sample
Gratisnummer 0800 44 22 66
Rail Taxi
               

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
Bike rental services designation
               

No description available for this field.

Name (identifier)
mietvelo_bezeichnung
Type
text
Sample
Kinderanhänger
mietvelo_anzahl
Anzahl Mietvelos

No description available for this field.

Name (identifier)
mietvelo_anzahl
Type
decimal
Sample
1
rental bike Comments
Bemerkungen

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
Veloparking Status D
               

No description available for this field.

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

No description available for this field.

Name (identifier)
veloparking_bemerkung_d
Type
text
Sample
                       
Veloparking abschliessbar
Ist der Veloparking abschliessbar

No description available for this field.

Name (identifier)
veloparking_abschliessbar
Type
integer
Sample
1
Veloparking abschliessbar Text
Bemerkungen zum Veloparking / Bemerkungen zu den Abschliessmöglichkeiten?

No description available for this field.

Name (identifier)
veloparking_abschliessbar_text
Type
text
Sample
Velostation https://www.velostation.ch/velostationen/basel-3/
carsharing standort_bezeichnung
Standortbezeichnung von Mobility

No description available for this field.

Name (identifier)
carsharing_standort_bezeichnung
Type
text
Sample
Basel Bahnhof SBB / Solothurnerstrasse
parkrail_App
Verkaufskanal App

No description available for this field.

Name (identifier)
parkrail_app
Type
integer
Sample
0
parkrail_Webshop
Verkaufskanal Webshop

No description available for this field.

Name (identifier)
parkrail_webshop
Type
integer
Sample
0
parkrail_Lokal
Verkaufskanal Kasse vor Ort

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
Geoposition
Geoposition des Datensatz

No description available for this field.

Name (identifier)
geopos
Type
geo point
Sample
[47.54741205505015,7.589562790156526]
Transportunternehmung (Nummer)
               

No description available for this field.

Name (identifier)
tu_nummer
Type
integer
Sample
11
BPUIC
Identifikation der Haltestelle gemäss der Spetzifikation der UIC

No description available for this field.

Name (identifier)
bpuic
Type
integer
Sample
8500010
lod
Linked Open Data Repräsentation der Haltestelle

No description available for this field.

Name (identifier)
station_lod
Type
text
Sample
http://lod.opentransportdata.swiss/didok/didok85

JSON Schema

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

{
  • "title":"station-mobility",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/station-mobility"
      }
    ]
    ,
  • "definitions":
    {
    • "station-mobility":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/station-mobility_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-mobility_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"
                }
                ,
              • "parkrail_anzahl":
                {
                • "type":"number",
                • "title":"parkrail_anzahl",
                • "description":"Anzahl Park&Rail Parkplätze"
                }
                ,
              • "parkrail_preis_tag":
                {
                • "type":"number",
                • "title":"parkrail_preis_tag",
                • "description":"Preis des Parkplatz pro Tag"
                }
                ,
              • "parkrail_preis_monat":
                {
                • "type":"number",
                • "title":"parkrail_preis_monat",
                • "description":"Preis des Parkplatz pro Monat"
                }
                ,
              • "parkrail_preis_jahr":
                {
                • "type":"number",
                • "title":"parkrail_preis_jahr",
                • "description":"Preis des Parkplatz pro Jahr"
                }
                ,
              • "parkrail_pflichtig_zeit1":
                {
                • "type":"string",
                • "title":"parkrail_pflichtig_zeit2",
                • "description":"Öffnungszeiten Mo-Fr"
                }
                ,
              • "parkrail_pflichtig_zeit2":
                {
                • "type":"string",
                • "title":"parkrail_pflichtig_zeit3",
                • "description":"Öffnungszeiten Sa"
                }
                ,
              • "parkrail_pflichtig_zeit3":
                {
                • "type":"string",
                • "title":"parkrail_pflichtig_zeit2",
                • "description":"Öffnungszeiten So"
                }
                ,
              • "parkrail_bemerkung":
                {
                • "type":"string",
                • "title":"parkrail_bemerkung",
                • "description":"Bemerkungen zu Park&Rail"
                }
                ,
              • "railtaxitext":
                {
                • "type":"string",
                • "title":"Rail Taxi Text",
                • "description":""
                }
                ,
              • "railtaxiinfo":
                {
                • "type":"string",
                • "title":"Rail Taxi",
                • "description":""
                }
                ,
              • "mietvelo_bezeichnung":
                {
                • "type":"string",
                • "title":"Bike rental services designation",
                • "description":""
                }
                ,
              • "mietvelo_anzahl":
                {
                • "type":"number",
                • "title":"mietvelo_anzahl",
                • "description":"Anzahl Mietvelos"
                }
                ,
              • "mietvelo_bemerkung":
                {
                • "type":"string",
                • "title":"rental bike Comments",
                • "description":"Bemerkungen"
                }
                ,
              • "veloparking_status_d":
                {
                • "type":"string",
                • "title":"Veloparking Status D",
                • "description":""
                }
                ,
              • "veloparking_bemerkung_d":
                {
                • "type":"string",
                • "title":"",
                • "description":""
                }
                ,
              • "veloparking_abschliessbar":
                {
                • "type":"integer",
                • "title":"Veloparking abschliessbar",
                • "description":"Ist der Veloparking abschliessbar"
                }
                ,
              • "veloparking_abschliessbar_text":
                {
                • "type":"string",
                • "title":"Veloparking abschliessbar Text",
                • "description":"Bemerkungen zum Veloparking / Bemerkungen zu den Abschliessmöglichkeiten?"
                }
                ,
              • "carsharing_standort_bezeichnung":
                {
                • "type":"string",
                • "title":"carsharing standort_bezeichnung",
                • "description":"Standortbezeichnung von Mobility"
                }
                ,
              • "parkrail_app":
                {
                • "type":"integer",
                • "title":"parkrail_App",
                • "description":"Verkaufskanal App"
                }
                ,
              • "parkrail_webshop":
                {
                • "type":"integer",
                • "title":"parkrail_Webshop",
                • "description":"Verkaufskanal Webshop"
                }
                ,
              • "parkrail_lokal":
                {
                • "type":"integer",
                • "title":"parkrail_Lokal",
                • "description":"Verkaufskanal Kasse vor Ort"
                }
                ,
              • "parkrail_automat":
                {
                • "type":"integer",
                • "title":"parkrail_Automat",
                • "description":""
                }
                ,
              • "geopos":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geoposition",
                • "description":"Geoposition des Datensatz"
                }
                ,
              • "tu_nummer":
                {
                • "type":"integer",
                • "title":"Transportunternehmung (Nummer)",
                • "description":""
                }
                ,
              • "bpuic":
                {
                • "type":"integer",
                • "title":"BPUIC",
                • "description":"Identifikation der Haltestelle gemäss der Spetzifikation der UIC"
                }
                ,
              • "station_lod":
                {
                • "type":"string",
                • "title":"lod",
                • "description":"Linked Open Data Repräsentation der Haltestelle"
                }
              }
            }
          }
        }
      }
    }

    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