enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Belib' - Points de recharge pour véhicules électriques - Disponibilité temps réel

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
ID PDC local
Identifiant du point de recharge utilisé localement. Si vous n’avez pas d’identifiant unique et que vous souhaitez en récupérer un, vous pouvez vous rendre sur https://heidi.app.etalab.studio. En cas de point de recharge qui n’est pas ouvert à l’itinérance, cet identifiant est indispensable.

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_pdc
Type
texte
Exemple
                       
Statut du point de recharge
Statut temps réel du point de recharge

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
statut_pdc
Type
texte
Exemple
                       
URL Description Point de charge
Lien vers la description du Point de charge du jeu de données : Belib' - Points de recharge pour véhicules électriques - Données statiques

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
url_description_pdc
Type
texte
Exemple
                       
Heure mise à jour
Heure de mise à jour des données au format AAAA/MM/JJ, par exemple 2021-04-16T10:36:04Z

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
last_updated
Type
datetime
Exemple
                       
coordonneesXY
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
coordonneesxy
Type
geo_point_2d
Exemple
                       
adresse_station
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse_station
Type
texte
Exemple
                       
code_insee_commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_insee_commune
Type
texte
Exemple
                       
arrondissement
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
arrondissement
Type
texte
Exemple
                       

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":"belib-points-de-recharge-pour-vehicules-electriques-disponibilite-temps-reel",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/belib-points-de-recharge-pour-vehicules-electriques-disponibilite-temps-reel"
      }
    ]
    ,
  • "definitions":
    {
    • "belib-points-de-recharge-pour-vehicules-electriques-disponibilite-temps-reel":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/belib-points-de-recharge-pour-vehicules-electriques-disponibilite-temps-reel_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"
            }
          }
        }
        ,
      • "belib-points-de-recharge-pour-vehicules-electriques-disponibilite-temps-reel_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "id_pdc":
                {
                • "type":"string",
                • "title":"ID PDC local",
                • "description":"Identifiant du point de recharge utilisé localement. Si vous n’avez pas d’identifiant unique et que vous souhaitez en récupérer un, vous pouvez vous rendre sur https://heidi.app.etalab.studio. En cas de point de recharge qui n’est pas ouvert à l’itinérance, cet identifiant est indispensable."
                }
                ,
              • "statut_pdc":
                {
                • "type":"string",
                • "title":"Statut du point de recharge",
                • "description":"Statut temps réel du point de recharge"
                }
                ,
              • "url_description_pdc":
                {
                • "type":"string",
                • "title":"URL Description Point de charge",
                • "description":"Lien vers la description du Point de charge du jeu de données : Belib' - Points de recharge pour véhicules électriques - Données statiques"
                }
                ,
              • "last_updated":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"Heure mise à jour",
                • "description":"Heure de mise à jour des données au format AAAA/MM/JJ, par exemple 2021-04-16T10:36:04Z"
                }
                ,
              • "coordonneesxy":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"coordonneesXY",
                • "description":""
                }
                ,
              • "adresse_station":
                {
                • "type":"string",
                • "title":"adresse_station",
                • "description":""
                }
                ,
              • "code_insee_commune":
                {
                • "type":"string",
                • "title":"code_insee_commune",
                • "description":""
                }
                ,
              • "arrondissement":
                {
                • "type":"string",
                • "title":"arrondissement",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires