1 811 enregistrements

1 811 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

libelle voie

Base Adresse Nationale

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
numero
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero
Type
texte
Exemple
10
complement numero
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
complement
Type
texte
Exemple
                       
type voie
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_voie
Type
texte
Exemple
R
libelle voie
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
libelle_vo
Type
texte
Exemple
ABEL VARET
code rivoli
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
rivoli
Type
texte
Exemple
13
acces principal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
acces_prin
Type
texte
Exemple
O
occupation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
occupation
Type
texte
Exemple
HABITATION
communaute presente
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
communaute
Type
texte
Exemple
N
categorie INSEE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
categorie
Type
texte
Exemple
31
nombre logements
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nombre_log
Type
int
Exemple
1
nombre etages
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nombre_eta
Type
int
Exemple
1
annee construction
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
annee_cons
Type
texte
Exemple
2002
code IRIS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
iris
Type
texte
Exemple
405
parcelle cadastre
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
parcelle_c
Type
texte
Exemple
0X0212
Geo Point
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Exemple
[48.899515095161306,2.3164520057313855]
Geo Shape
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_shape
Type
geo_shape
Exemple
{"coordinates":[2.316452005731386,48.899515095161306],"type":"Point"}

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-219200243-adresse",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fr-219200243-adresse"
      }
    ]
    ,
  • "definitions":
    {
    • "fr-219200243-adresse":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fr-219200243-adresse_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-219200243-adresse_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "numero":
                {
                • "type":"string",
                • "title":"numero",
                • "description":""
                }
                ,
              • "complement":
                {
                • "type":"string",
                • "title":"complement numero",
                • "description":""
                }
                ,
              • "type_voie":
                {
                • "type":"string",
                • "title":"type voie",
                • "description":""
                }
                ,
              • "libelle_vo":
                {
                • "type":"string",
                • "title":"libelle voie",
                • "description":""
                }
                ,
              • "rivoli":
                {
                • "type":"string",
                • "title":"code rivoli",
                • "description":""
                }
                ,
              • "acces_prin":
                {
                • "type":"string",
                • "title":"acces principal",
                • "description":""
                }
                ,
              • "occupation":
                {
                • "type":"string",
                • "title":"occupation",
                • "description":""
                }
                ,
              • "communaute":
                {
                • "type":"string",
                • "title":"communaute presente",
                • "description":""
                }
                ,
              • "categorie":
                {
                • "type":"string",
                • "title":"categorie INSEE",
                • "description":""
                }
                ,
              • "nombre_log":
                {
                • "type":"integer",
                • "title":"nombre logements",
                • "description":""
                }
                ,
              • "nombre_eta":
                {
                • "type":"integer",
                • "title":"nombre etages",
                • "description":""
                }
                ,
              • "annee_cons":
                {
                • "type":"string",
                • "title":"annee construction",
                • "description":""
                }
                ,
              • "iris":
                {
                • "type":"string",
                • "title":"code IRIS",
                • "description":""
                }
                ,
              • "parcelle_c":
                {
                • "type":"string",
                • "title":"parcelle cadastre",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    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

    • Base Adresse Nationale. Il s'agit de l'ensemble des adresses postales de la ville de Rueil-Malmaison. Le format des données respecte le standard de la BAN. Ces données ont vocation à enrichir le portail https://adresse.data.gouv.fr/
    • Ce jeu de données géographiques contient les emplacements ponctuels auxquels les adresses de Suresnes sont affectées. Ces points sont localisés le plus souvent au niveau de l'emplacement réel de l'indication : portail, porte, boite aux lettres, etc.
    • Le jeu de données présente les quartiers administratifs actuels de la commune de Clichy.
    • Le jeu de données présente ici les localisations ponctuelles actuelles des bureaux de vote sur la commune de Clichy.