records

records

Active filters Clear all

No active filters

Filters

BAN - Base Adresse Nationale - Paris

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
id
               

No description available for this field.

Name (identifier)
id
Type
text
Sample
                       
id_fantoir
               

No description available for this field.

Name (identifier)
id_fantoir
Type
integer
Sample
                       
numero
               

No description available for this field.

Name (identifier)
numero
Type
integer
Sample
                       
rep
               

No description available for this field.

Name (identifier)
rep
Type
text
Sample
                       
nom_voie
               

No description available for this field.

Name (identifier)
nom_voie
Type
text
Sample
                       
code_postal
               

No description available for this field.

Name (identifier)
code_postal
Type
integer
Sample
                       
code_insee
               

No description available for this field.

Name (identifier)
code_insee
Type
integer
Sample
                       
nom_commune
               

No description available for this field.

Name (identifier)
nom_commune
Type
text
Sample
                       
code_insee_ancienne_commune
               

No description available for this field.

Name (identifier)
code_insee_ancienne_commune
Type
text
Sample
                       
nom_ancienne_commune
               

No description available for this field.

Name (identifier)
nom_ancienne_commune
Type
text
Sample
                       
x
               

No description available for this field.

Name (identifier)
x
Type
decimal
Sample
                       
y
               

No description available for this field.

Name (identifier)
y
Type
decimal
Sample
                       
lon
               

No description available for this field.

Name (identifier)
lon
Type
text
Sample
                       
lat
               

No description available for this field.

Name (identifier)
lat
Type
text
Sample
                       
type_position
               

No description available for this field.

Name (identifier)
type_position
Type
text
Sample
                       
alias
               

No description available for this field.

Name (identifier)
alias
Type
text
Sample
                       
nom_ld
               

No description available for this field.

Name (identifier)
nom_ld
Type
text
Sample
                       
libelle_acheminement
               

No description available for this field.

Name (identifier)
libelle_acheminement
Type
text
Sample
                       
nom_afnor
               

No description available for this field.

Name (identifier)
nom_afnor
Type
text
Sample
                       
source_position
               

No description available for this field.

Name (identifier)
source_position
Type
text
Sample
                       
source_nom_voie
               

No description available for this field.

Name (identifier)
source_nom_voie
Type
text
Sample
                       
certification_commune
               

No description available for this field.

Name (identifier)
certification_commune
Type
integer
Sample
                       
cad_parcelles
               

No description available for this field.

Name (identifier)
cad_parcelles
Type
text
Sample
                       
geo
               

No description available for this field.

Name (identifier)
geo
Type
geo point
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"base-adresse-75",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/base-adresse-75"
      }
    ]
    ,
  • "definitions":
    {
    • "base-adresse-75":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/base-adresse-75_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"
            }
          }
        }
        ,
      • "base-adresse-75_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "id":
                {
                • "type":"string",
                • "title":"id",
                • "description":""
                }
                ,
              • "id_fantoir":
                {
                • "type":"integer",
                • "title":"id_fantoir",
                • "description":""
                }
                ,
              • "numero":
                {
                • "type":"integer",
                • "title":"numero",
                • "description":""
                }
                ,
              • "rep":
                {
                • "type":"string",
                • "title":"rep",
                • "description":""
                }
                ,
              • "nom_voie":
                {
                • "type":"string",
                • "title":"nom_voie",
                • "description":""
                }
                ,
              • "code_postal":
                {
                • "type":"integer",
                • "title":"code_postal",
                • "description":""
                }
                ,
              • "code_insee":
                {
                • "type":"integer",
                • "title":"code_insee",
                • "description":""
                }
                ,
              • "nom_commune":
                {
                • "type":"string",
                • "title":"nom_commune",
                • "description":""
                }
                ,
              • "code_insee_ancienne_commune":
                {
                • "type":"string",
                • "title":"code_insee_ancienne_commune",
                • "description":""
                }
                ,
              • "nom_ancienne_commune":
                {
                • "type":"string",
                • "title":"nom_ancienne_commune",
                • "description":""
                }
                ,
              • "x":
                {
                • "type":"number",
                • "title":"x",
                • "description":""
                }
                ,
              • "y":
                {
                • "type":"number",
                • "title":"y",
                • "description":""
                }
                ,
              • "lon":
                {
                • "type":"string",
                • "title":"lon",
                • "description":""
                }
                ,
              • "lat":
                {
                • "type":"string",
                • "title":"lat",
                • "description":""
                }
                ,
              • "type_position":
                {
                • "type":"string",
                • "title":"type_position",
                • "description":""
                }
                ,
              • "alias":
                {
                • "type":"string",
                • "title":"alias",
                • "description":""
                }
                ,
              • "nom_ld":
                {
                • "type":"string",
                • "title":"nom_ld",
                • "description":""
                }
                ,
              • "libelle_acheminement":
                {
                • "type":"string",
                • "title":"libelle_acheminement",
                • "description":""
                }
                ,
              • "nom_afnor":
                {
                • "type":"string",
                • "title":"nom_afnor",
                • "description":""
                }
                ,
              • "source_position":
                {
                • "type":"string",
                • "title":"source_position",
                • "description":""
                }
                ,
              • "source_nom_voie":
                {
                • "type":"string",
                • "title":"source_nom_voie",
                • "description":""
                }
                ,
              • "certification_commune":
                {
                • "type":"integer",
                • "title":"certification_commune",
                • "description":""
                }
                ,
              • "cad_parcelles":
                {
                • "type":"string",
                • "title":"cad_parcelles",
                • "description":""
                }
                ,
              • "geo":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets