enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Points de rencontre de covoiturages

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
ID PAN
identifiant utilisé par le point d'accès national

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_lieu
Type
texte
Exemple
                       
ID base d'origine
Identifiant utilisé dans la base d'origine de ce point de rencontre

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_local
Type
texte
Exemple
                       
Nom du lieu
Nom du Point de rencontre

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_lieu
Type
texte
Exemple
                       
Adresse
Adresse du point de rencontre

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ad_lieu
Type
texte
Exemple
                       
Communes
Commune du point de rencontre

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
com_lieu
Type
texte
Exemple
                       
Code insee
Code insee de la commune du parking du point de rencontre

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
insee
Type
int
Exemple
                       
Type de parking
Caractérise la typologie de parking (sortie d'autoroute, parking, auto-stop, etc...)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type
Type
texte
Exemple
                       
date_maj
Date de mise à jour sur la PAN de borne de recharge

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_maj
Type
date
Exemple
                       
ouvert
Renseigne sur la possibilité ou non d'utiliser ce point de rencontre pour faire du covoiturage

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ouvert
Type
texte
Exemple
                       
source
Base de données d'origine du point de rencontre

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
source
Type
int
Exemple
                       
Xlong
Coordonnées X en 4326

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
xlong
Type
décimal
Exemple
                       
Ylat
Coordonnées Y en 4326

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ylat
Type
décimal
Exemple
                       
Nombre de place
Nombre de véhicule pouvant stationner au point de rencontre

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nbre_pl
Type
texte
Exemple
                       
Nombre de place pour personne à mobilité réduite
Nombre de véhicule pour personne à mobilité réduite pouvant stationner au point de rencontre

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nbre_pmr
Type
texte
Exemple
                       
Durée de stationnement gratuit
Temps pendant lequel le véhicule peut stationner gratuitement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
duree
Type
texte
Exemple
                       
Horaires d'ouverture
Horaires lors desquels le point de rencontre est accessible

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
horaires
Type
texte
Exemple
                       
Propriétaire
Propriétaire du point de rencontre

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
proprio
Type
texte
Exemple
                       
lumiere
Le point de rencontre est-il éclairé ou non

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lumiere
Type
texte
Exemple
                       
comm
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
comm
Type
texte
Exemple
                       
Numéro SDSEI
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_sdsei
Type
texte
Exemple
                       
Nom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom
Type
texte
Exemple
                       
geo_point
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point
Type
geo_point_2d
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":"espace_covoiturage",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/espace_covoiturage"
      }
    ]
    ,
  • "definitions":
    {
    • "espace_covoiturage":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/espace_covoiturage_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"
            }
          }
        }
        ,
      • "espace_covoiturage_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "id_lieu":
                {
                • "type":"string",
                • "title":"ID PAN",
                • "description":"identifiant utilisé par le point d'accès national"
                }
                ,
              • "id_local":
                {
                • "type":"string",
                • "title":"ID base d'origine",
                • "description":"Identifiant utilisé dans la base d'origine de ce point de rencontre"
                }
                ,
              • "nom_lieu":
                {
                • "type":"string",
                • "title":"Nom du lieu",
                • "description":"Nom du Point de rencontre"
                }
                ,
              • "ad_lieu":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":"Adresse du point de rencontre"
                }
                ,
              • "com_lieu":
                {
                • "type":"string",
                • "title":"Communes",
                • "description":"Commune du point de rencontre"
                }
                ,
              • "insee":
                {
                • "type":"integer",
                • "title":"Code insee",
                • "description":"Code insee de la commune du parking du point de rencontre"
                }
                ,
              • "type":
                {
                • "type":"string",
                • "title":"Type de parking",
                • "description":"Caractérise la typologie de parking (sortie d'autoroute, parking, auto-stop, etc...)"
                }
                ,
              • "date_maj":
                {
                • "type":"string",
                • "format":"date",
                • "title":"date_maj",
                • "description":"Date de mise à jour sur la PAN de borne de recharge"
                }
                ,
              • "ouvert":
                {
                • "type":"string",
                • "title":"ouvert",
                • "description":"Renseigne sur la possibilité ou non d'utiliser ce point de rencontre pour faire du covoiturage"
                }
                ,
              • "source":
                {
                • "type":"integer",
                • "title":"source",
                • "description":"Base de données d'origine du point de rencontre"
                }
                ,
              • "xlong":
                {
                • "type":"number",
                • "title":"Xlong",
                • "description":"Coordonnées X en 4326"
                }
                ,
              • "ylat":
                {
                • "type":"number",
                • "title":"Ylat",
                • "description":"Coordonnées Y en 4326"
                }
                ,
              • "nbre_pl":
                {
                • "type":"string",
                • "title":"Nombre de place",
                • "description":"Nombre de véhicule pouvant stationner au point de rencontre"
                }
                ,
              • "nbre_pmr":
                {
                • "type":"string",
                • "title":"Nombre de place pour personne à mobilité réduite",
                • "description":"Nombre de véhicule pour personne à mobilité réduite pouvant stationner au point de rencontre"
                }
                ,
              • "duree":
                {
                • "type":"string",
                • "title":"Durée de stationnement gratuit",
                • "description":"Temps pendant lequel le véhicule peut stationner gratuitement"
                }
                ,
              • "horaires":
                {
                • "type":"string",
                • "title":"Horaires d'ouverture",
                • "description":"Horaires lors desquels le point de rencontre est accessible"
                }
                ,
              • "proprio":
                {
                • "type":"string",
                • "title":"Propriétaire",
                • "description":"Propriétaire du point de rencontre"
                }
                ,
              • "lumiere":
                {
                • "type":"string",
                • "title":"lumiere",
                • "description":"Le point de rencontre est-il éclairé ou non"
                }
                ,
              • "comm":
                {
                • "type":"string",
                • "title":"comm",
                • "description":""
                }
                ,
              • "num_sdsei":
                {
                • "type":"string",
                • "title":"Numéro SDSEI",
                • "description":""
                }
                ,
              • "nom":
                {
                • "type":"string",
                • "title":"Nom",
                • "description":""
                }
                ,
              • "geo_point":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires