enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Stationnements particuliers - Ville de Lorient

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
COLL_NOM
Nom de la collectivité gestionnaire

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
coll_nom
Type
texte
Exemple
                       
COLL_SIRET
Identifiant unique de la collectivité gestionnaire

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
coll_siret
Type
texte
Exemple
                       
CODE_INSEE
Identifiant INSEE de la commune

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_insee
Type
texte
Exemple
                       
COMMUNE_NOM
Nom officiel de la commune

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune_nom
Type
texte
Exemple
                       
CODE_SECTEUR
Code quartier

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_secteur
Type
int
Exemple
                       
SECTEUR_NOM
Libellé du quartier

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
secteur_nom
Type
texte
Exemple
                       
CODE_IRIS
Code IRIS

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_iris
Type
texte
Exemple
                       
IRIS_NOM
Libellé de l'IRIS

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
iris_nom
Type
texte
Exemple
                       
CODE_RIVOLI
Code Rivoli

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_rivoli
Type
texte
Exemple
                       
VOIE_NOM
Libellé de la voie

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
voie_nom
Type
texte
Exemple
                       
ADR_CLE_INTEROP
Clé d'interopérabilité de l'adresse la plus proche

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adr_cle_interop
Type
texte
Exemple
                       
ADRESSE
Libellé de l'adresse la plus proche

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse
Type
texte
Exemple
                       
STATIONNEMENT_TYPE
Type de stationnement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
stationnement_type
Type
texte
Exemple
                       
STATIONNEMENT_POSITION
Position du stationnement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
stationnement_position
Type
texte
Exemple
                       
STATIONNEMENT_DATE_MES
Date de mise en service du stationnement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
stationnement_date_mes
Type
date
Exemple
                       
LONG_RGF93CC48
Coord. X L93CC48

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
long_rgf93cc48
Type
décimal
Exemple
                       
LAT_RGF93CC48
Coord. Y L93CC48

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lat_rgf93cc48
Type
décimal
Exemple
                       
LONG
Coordonnée de longitude exprimée en WGS84

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
long
Type
décimal
Exemple
                       
LAT
Coordonnée de latitude exprimée en WGS84

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lat
Type
décimal
Exemple
                       
SOURCE
Nom de l’organisme ayant créé ou diffusé l'information

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
source
Type
texte
Exemple
                       
DATE_MAJ
Date de dernière mise à jour 

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_maj
Type
date
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
                       

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":"stationnements-particuliers-ville-de-lorient",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/stationnements-particuliers-ville-de-lorient"
      }
    ]
    ,
  • "definitions":
    {
    • "stationnements-particuliers-ville-de-lorient":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/stationnements-particuliers-ville-de-lorient_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"
            }
          }
        }
        ,
      • "stationnements-particuliers-ville-de-lorient_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "coll_nom":
                {
                • "type":"string",
                • "title":"COLL_NOM",
                • "description":"Nom de la collectivité gestionnaire"
                }
                ,
              • "coll_siret":
                {
                • "type":"string",
                • "title":"COLL_SIRET",
                • "description":"Identifiant unique de la collectivité gestionnaire"
                }
                ,
              • "code_insee":
                {
                • "type":"string",
                • "title":"CODE_INSEE",
                • "description":"Identifiant INSEE de la commune"
                }
                ,
              • "commune_nom":
                {
                • "type":"string",
                • "title":"COMMUNE_NOM",
                • "description":"Nom officiel de la commune"
                }
                ,
              • "code_secteur":
                {
                • "type":"integer",
                • "title":"CODE_SECTEUR",
                • "description":"Code quartier"
                }
                ,
              • "secteur_nom":
                {
                • "type":"string",
                • "title":"SECTEUR_NOM",
                • "description":"Libellé du quartier"
                }
                ,
              • "code_iris":
                {
                • "type":"string",
                • "title":"CODE_IRIS",
                • "description":"Code IRIS"
                }
                ,
              • "iris_nom":
                {
                • "type":"string",
                • "title":"IRIS_NOM",
                • "description":"Libellé de l'IRIS"
                }
                ,
              • "code_rivoli":
                {
                • "type":"string",
                • "title":"CODE_RIVOLI",
                • "description":"Code Rivoli"
                }
                ,
              • "voie_nom":
                {
                • "type":"string",
                • "title":"VOIE_NOM",
                • "description":"Libellé de la voie"
                }
                ,
              • "adr_cle_interop":
                {
                • "type":"string",
                • "title":"ADR_CLE_INTEROP",
                • "description":"Clé d'interopérabilité de l'adresse la plus proche"
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"ADRESSE",
                • "description":"Libellé de l'adresse la plus proche"
                }
                ,
              • "stationnement_type":
                {
                • "type":"string",
                • "title":"STATIONNEMENT_TYPE",
                • "description":"Type de stationnement"
                }
                ,
              • "stationnement_position":
                {
                • "type":"string",
                • "title":"STATIONNEMENT_POSITION",
                • "description":"Position du stationnement"
                }
                ,
              • "stationnement_date_mes":
                {
                • "type":"string",
                • "format":"date",
                • "title":"STATIONNEMENT_DATE_MES",
                • "description":"Date de mise en service du stationnement"
                }
                ,
              • "long_rgf93cc48":
                {
                • "type":"number",
                • "title":"LONG_RGF93CC48",
                • "description":"Coord. X L93CC48"
                }
                ,
              • "lat_rgf93cc48":
                {
                • "type":"number",
                • "title":"LAT_RGF93CC48",
                • "description":"Coord. Y L93CC48"
                }
                ,
              • "long":
                {
                • "type":"number",
                • "title":"LONG",
                • "description":"Coordonnée de longitude exprimée en WGS84"
                }
                ,
              • "lat":
                {
                • "type":"number",
                • "title":"LAT",
                • "description":"Coordonnée de latitude exprimée en WGS84"
                }
                ,
              • "source":
                {
                • "type":"string",
                • "title":"SOURCE",
                • "description":"Nom de l’organisme ayant créé ou diffusé l'information"
                }
                ,
              • "date_maj":
                {
                • "type":"string",
                • "format":"date",
                • "title":"DATE_MAJ",
                • "description":"Date de dernière mise à jour "
                }
                ,
              • "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":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires