203 enregistrements

203 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

name

Informations sur les stations vélos « levelo » à Marseille

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
station_id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
station_id
Type
texte
Exemple
ce4bgi12rcd13ifvqb70
nom_division
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_division
Type
texte
Exemple
Marseille 1er Arrondissement
name
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
name
Type
texte
Exemple
Cours Jean Ballard
capacity
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
capacity
Type
int
Exemple
10
is_valet_station
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
is_valet_station
Type
int
Exemple
0
num_bikes_available
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_bikes_available
Type
int
Exemple
8
num_docks_available
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_docks_available
Type
int
Exemple
10
is_installed
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
is_installed
Type
int
Exemple
1
is_renting
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
is_renting
Type
int
Exemple
1
is_returning
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
is_returning
Type
int
Exemple
1
point_geo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
point_geo
Type
geo_point_2d
Exemple
[43.293009,5.374584]
last_reported_tr
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
last_reported_tr
Type
datetime
Exemple
2025-07-11T10:09:57+00:00
is_virtual_station
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
is_virtual_station
Type
int
Exemple
0
vehicle_type_capacity
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
vehicle_type_capacity
Type
texte
Exemple
{"1": 10, "10": 0, "14": 0, "15": 0, "2": 10, "4": 10, "5": 0, "6": 0, "7": 10}
is_charging_station
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
is_charging_station
Type
int
Exemple
0
message_velo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
message_velo
Type
texte
Exemple
Plus de trois vélo disponibles
message_dock_dispo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
message_dock_dispo
Type
texte
Exemple
Plus de trois docks disponibles

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"gbfs-extract-station-information",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/gbfs-extract-station-information"
      }
    ]
    ,
  • "definitions":
    {
    • "gbfs-extract-station-information":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/gbfs-extract-station-information_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"
            }
          }
        }
        ,
      • "gbfs-extract-station-information_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "station_id":
                {
                • "type":"string",
                • "title":"station_id",
                • "description":""
                }
                ,
              • "nom_division":
                {
                • "type":"string",
                • "title":"nom_division",
                • "description":""
                }
                ,
              • "name":
                {
                • "type":"string",
                • "title":"name",
                • "description":""
                }
                ,
              • "capacity":
                {
                • "type":"integer",
                • "title":"capacity",
                • "description":""
                }
                ,
              • "is_valet_station":
                {
                • "type":"integer",
                • "title":"is_valet_station",
                • "description":""
                }
                ,
              • "num_bikes_available":
                {
                • "type":"integer",
                • "title":"num_bikes_available",
                • "description":""
                }
                ,
              • "num_docks_available":
                {
                • "type":"integer",
                • "title":"num_docks_available",
                • "description":""
                }
                ,
              • "is_installed":
                {
                • "type":"integer",
                • "title":"is_installed",
                • "description":""
                }
                ,
              • "is_renting":
                {
                • "type":"integer",
                • "title":"is_renting",
                • "description":""
                }
                ,
              • "is_returning":
                {
                • "type":"integer",
                • "title":"is_returning",
                • "description":""
                }
                ,
              • "point_geo":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"point_geo",
                • "description":""
                }
                ,
              • "last_reported_tr":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"last_reported_tr",
                • "description":""
                }
                ,
              • "is_virtual_station":
                {
                • "type":"integer",
                • "title":"is_virtual_station",
                • "description":""
                }
                ,
              • "vehicle_type_capacity":
                {
                • "type":"string",
                • "title":"vehicle_type_capacity",
                • "description":""
                }
                ,
              • "is_charging_station":
                {
                • "type":"integer",
                • "title":"is_charging_station",
                • "description":""
                }
                ,
              • "message_velo":
                {
                • "type":"string",
                • "title":"message_velo",
                • "description":""
                }
                ,
              • "message_dock_dispo":
                {
                • "type":"string",
                • "title":"message_dock_dispo",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Réutilisations

    Cliquez pour déplier Cliquez pour replier

    Soumettre une réutilisation

    Cliquez pour déplier Cliquez pour replier

    Votre nom sera affiché publiquement avec votre réutilisation

    Votre prénom sera affiché publiquement avec votre réutilisation

    Votre email ne sera pas affiché publiquement et sera seulement utilisé par un administrateur pour vous contacter.

    Courte description de votre travail (max. 50 caractères)

    Une description de ce que vous avez fait en utilisant ce jeu de données (max. 1000 caractères)

    Une URL où votre travail est accessible publiquement

     ou 

    (facultatif) Une URL ou une image pour présenter votre travail

    false

    Jeux de données similaires