enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Parkings

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_parking
Type
texte
Exemple
                       
nom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_parking
Type
texte
Exemple
                       
num_siret
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_siret
Type
texte
Exemple
                       
insee
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_insee
Type
texte
Exemple
                       
adresse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse
Type
texte
Exemple
                       
complement_localisation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
comp_loc
Type
texte
Exemple
                       
commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune
Type
texte
Exemple
                       
url
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lien_url
Type
texte
Exemple
                       
type_usagers
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_usager
Type
texte
Exemple
                       
gratuit
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
gratuit
Type
texte
Exemple
                       
nb_niveaux
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nb_niveaux
Type
int
Exemple
                       
nb_places
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nb_pl_total
Type
int
Exemple
                       
nb_pl_vl
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nb_pl_vl
Type
int
Exemple
                       
nb_pmr
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nb_pl_pmr
Type
int
Exemple
                       
nb_voitures_electriques
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
irve_nb_pl
Type
int
Exemple
                       
nb_pl_2roues
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nb_pl_2roues
Type
int
Exemple
                       
hauteur_max
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
haut_max
Type
texte
Exemple
                       
haut_niveau_inf
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
haut_niv_inf
Type
décimal
Exemple
                       
xlong
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
xlat
Type
texte
Exemple
                       
ylat
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ylong
Type
texte
Exemple
                       
type_ouvrage
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_parking
Type
texte
Exemple
                       
type_gestion
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_gestion
Type
texte
Exemple
                       
delegataire_gestionnaire
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
gestionnaire
Type
texte
Exemple
                       
dsp
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dsp
Type
texte
Exemple
                       
horaire_visit
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
horaire_visit
Type
texte
Exemple
                       
horaire_abo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
horaire_abo
Type
texte
Exemple
                       
geo_shape
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_shape
Type
geo_shape
Exemple
                       
geo_point_2d
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Exemple
                       
irve
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
irve
Type
texte
Exemple
                       
dsp_periode
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dsp_periode
Type
texte
Exemple
                       
denom_comp
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
denom_comp
Type
texte
Exemple
                       
an_constr
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
an_constr
Type
texte
Exemple
                       
surf_exploit
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
surf_exploit
Type
int
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":"parkings",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/parkings"
      }
    ]
    ,
  • "definitions":
    {
    • "parkings":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/parkings_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"
            }
          }
        }
        ,
      • "parkings_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "id_parking":
                {
                • "type":"string",
                • "title":"id",
                • "description":""
                }
                ,
              • "nom_parking":
                {
                • "type":"string",
                • "title":"nom",
                • "description":""
                }
                ,
              • "num_siret":
                {
                • "type":"string",
                • "title":"num_siret",
                • "description":""
                }
                ,
              • "code_insee":
                {
                • "type":"string",
                • "title":"insee",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"adresse",
                • "description":""
                }
                ,
              • "comp_loc":
                {
                • "type":"string",
                • "title":"complement_localisation",
                • "description":""
                }
                ,
              • "commune":
                {
                • "type":"string",
                • "title":"commune",
                • "description":""
                }
                ,
              • "lien_url":
                {
                • "type":"string",
                • "title":"url",
                • "description":""
                }
                ,
              • "type_usager":
                {
                • "type":"string",
                • "title":"type_usagers",
                • "description":""
                }
                ,
              • "gratuit":
                {
                • "type":"string",
                • "title":"gratuit",
                • "description":""
                }
                ,
              • "nb_niveaux":
                {
                • "type":"integer",
                • "title":"nb_niveaux",
                • "description":""
                }
                ,
              • "nb_pl_total":
                {
                • "type":"integer",
                • "title":"nb_places",
                • "description":""
                }
                ,
              • "nb_pl_vl":
                {
                • "type":"integer",
                • "title":"nb_pl_vl",
                • "description":""
                }
                ,
              • "nb_pl_pmr":
                {
                • "type":"integer",
                • "title":"nb_pmr",
                • "description":""
                }
                ,
              • "irve_nb_pl":
                {
                • "type":"integer",
                • "title":"nb_voitures_electriques",
                • "description":""
                }
                ,
              • "nb_pl_2roues":
                {
                • "type":"integer",
                • "title":"nb_pl_2roues",
                • "description":""
                }
                ,
              • "haut_max":
                {
                • "type":"string",
                • "title":"hauteur_max",
                • "description":""
                }
                ,
              • "haut_niv_inf":
                {
                • "type":"number",
                • "title":"haut_niveau_inf",
                • "description":""
                }
                ,
              • "xlat":
                {
                • "type":"string",
                • "title":"xlong",
                • "description":""
                }
                ,
              • "ylong":
                {
                • "type":"string",
                • "title":"ylat",
                • "description":""
                }
                ,
              • "type_parking":
                {
                • "type":"string",
                • "title":"type_ouvrage",
                • "description":""
                }
                ,
              • "type_gestion":
                {
                • "type":"string",
                • "title":"type_gestion",
                • "description":""
                }
                ,
              • "gestionnaire":
                {
                • "type":"string",
                • "title":"delegataire_gestionnaire",
                • "description":""
                }
                ,
              • "dsp":
                {
                • "type":"string",
                • "title":"dsp",
                • "description":""
                }
                ,
              • "horaire_visit":
                {
                • "type":"string",
                • "title":"horaire_visit",
                • "description":""
                }
                ,
              • "horaire_abo":
                {
                • "type":"string",
                • "title":"horaire_abo",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"geo_shape",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":""
                }
                ,
              • "irve":
                {
                • "type":"string",
                • "title":"irve",
                • "description":""
                }
                ,
              • "dsp_periode":
                {
                • "type":"string",
                • "title":"dsp_periode",
                • "description":""
                }
                ,
              • "denom_comp":
                {
                • "type":"string",
                • "title":"denom_comp",
                • "description":""
                }
                ,
              • "an_constr":
                {
                • "type":"string",
                • "title":"an_constr",
                • "description":""
                }
                ,
              • "surf_exploit":
                {
                • "type":"integer",
                • "title":"surf_exploit",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires