5 502 enregistrements

5 502 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

voie_nom

certification_commune

position

date_der_maj

Du
au

Base adresse locale

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
uid_adresse
identifiant unique national d'adresse

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
uid_adresse
Type
texte
Exemple
                       
cle_interop
clé nationale d'interopérabilité

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cle_interop
Type
texte
Exemple
92073_1470_00054
commune_insee
code INSEE de la commune

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune_insee
Type
texte
Exemple
92073
commune_nom
nom de la commune

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune_nom
Type
texte
Exemple
Suresnes
commune_deleguee_insee
code INSEE de la commune déléguée

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune_deleguee_insee
Type
texte
Exemple
                       
commune_deleguee_nom
nom de la commune déléguée

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune_deleguee_nom
Type
texte
Exemple
                       
voie_nom
nom complet de la voie

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
voie_nom
Type
texte
Exemple
Rue des Chênes
lieudit_complement_nom
nom du lieu-dit historique ou complémentaire

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lieudit_complement_nom
Type
texte
Exemple
                       
numero
numéro

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero
Type
int
Exemple
54
suffixe
suffixe

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
suffixe
Type
texte
Exemple
                       
position
décrit la position d'une adresse

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
position
Type
texte
Exemple
entrée
x
x (Lambert 93)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
x
Type
décimal
Exemple
643052.03
y
y (Lambert 93)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
y
Type
décimal
Exemple
6864731.74
long
longitude (WGS84)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
long
Type
décimal
Exemple
2.223502
lat
latitude (WGS84)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lat
Type
décimal
Exemple
48.880085
cad_parcelles
liste des parcelles (information non certifiée)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cad_parcelles
Type
texte
Exemple
                       
source
organisme ayant créé cette adresse

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
source
Type
texte
Exemple
Ville de Suresnes
date_der_maj
date de la dernière mise à jour

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_der_maj
Type
date
Exemple
2024-01-08
certification_commune
certification communale

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
certification_commune
Type
int
Exemple
0
point_geo
point géographique

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
point_geo
Type
geo_point_2d
Exemple
[48.880085,2.223502]

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":"fr-219200730-base-adresse-locale",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fr-219200730-base-adresse-locale"
      }
    ]
    ,
  • "definitions":
    {
    • "fr-219200730-base-adresse-locale":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fr-219200730-base-adresse-locale_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"
            }
          }
        }
        ,
      • "fr-219200730-base-adresse-locale_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "uid_adresse":
                {
                • "type":"string",
                • "title":"uid_adresse",
                • "description":"identifiant unique national d'adresse"
                }
                ,
              • "cle_interop":
                {
                • "type":"string",
                • "title":"cle_interop",
                • "description":"clé nationale d'interopérabilité"
                }
                ,
              • "commune_insee":
                {
                • "type":"string",
                • "title":"commune_insee",
                • "description":"code INSEE de la commune"
                }
                ,
              • "commune_nom":
                {
                • "type":"string",
                • "title":"commune_nom",
                • "description":"nom de la commune"
                }
                ,
              • "commune_deleguee_insee":
                {
                • "type":"string",
                • "title":"commune_deleguee_insee",
                • "description":"code INSEE de la commune déléguée"
                }
                ,
              • "commune_deleguee_nom":
                {
                • "type":"string",
                • "title":"commune_deleguee_nom",
                • "description":"nom de la commune déléguée"
                }
                ,
              • "voie_nom":
                {
                • "type":"string",
                • "title":"voie_nom",
                • "description":"nom complet de la voie"
                }
                ,
              • "lieudit_complement_nom":
                {
                • "type":"string",
                • "title":"lieudit_complement_nom",
                • "description":"nom du lieu-dit historique ou complémentaire"
                }
                ,
              • "numero":
                {
                • "type":"integer",
                • "title":"numero",
                • "description":"numéro"
                }
                ,
              • "suffixe":
                {
                • "type":"string",
                • "title":"suffixe",
                • "description":"suffixe"
                }
                ,
              • "position":
                {
                • "type":"string",
                • "title":"position",
                • "description":"décrit la position d'une adresse"
                }
                ,
              • "x":
                {
                • "type":"number",
                • "title":"x",
                • "description":"x (Lambert 93)"
                }
                ,
              • "y":
                {
                • "type":"number",
                • "title":"y",
                • "description":"y (Lambert 93)"
                }
                ,
              • "long":
                {
                • "type":"number",
                • "title":"long",
                • "description":"longitude (WGS84)"
                }
                ,
              • "lat":
                {
                • "type":"number",
                • "title":"lat",
                • "description":"latitude (WGS84)"
                }
                ,
              • "cad_parcelles":
                {
                • "type":"string",
                • "title":"cad_parcelles",
                • "description":"liste des parcelles (information non certifiée)"
                }
                ,
              • "source":
                {
                • "type":"string",
                • "title":"source",
                • "description":"organisme ayant créé cette adresse"
                }
                ,
              • "date_der_maj":
                {
                • "type":"string",
                • "format":"date",
                • "title":"date_der_maj",
                • "description":"date de la dernière mise à jour"
                }
                ,
              • "certification_commune":
                {
                • "type":"integer",
                • "title":"certification_commune",
                • "description":"certification communale"
                }
                ,
              • "point_geo":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"point_geo",
                • "description":"point géographique"
                }
              }
            }
          }
        }
      }
    }

    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