enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Base Adresse Nationale - Val-d'Oise

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
Type
texte
Exemple
                       
id_fantoir
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_fantoir
Type
texte
Exemple
                       
numero
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero
Type
int
Exemple
                       
rep
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
rep
Type
texte
Exemple
                       
nom_voie
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_voie
Type
texte
Exemple
                       
code_postal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_postal
Type
int
Exemple
                       
code_insee
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_insee
Type
int
Exemple
                       
nom_commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_commune
Type
texte
Exemple
                       
code_insee_ancienne_commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_insee_ancienne_commune
Type
texte
Exemple
                       
nom_ancienne_commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_ancienne_commune
Type
texte
Exemple
                       
x
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
x
Type
décimal
Exemple
                       
y
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
y
Type
décimal
Exemple
                       
lon
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lon
Type
décimal
Exemple
                       
lat
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lat
Type
décimal
Exemple
                       
type_position
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_position
Type
texte
Exemple
                       
alias
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
alias
Type
texte
Exemple
                       
nom_ld
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_ld
Type
texte
Exemple
                       
libelle_acheminement
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
libelle_acheminement
Type
texte
Exemple
                       
nom_afnor
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_afnor
Type
texte
Exemple
                       
source_position
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
source_position
Type
texte
Exemple
                       
source_nom_voie
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
source_nom_voie
Type
texte
Exemple
                       
certification_commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
certification_commune
Type
int
Exemple
                       
cad_parcelles
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cad_parcelles
Type
texte
Exemple
                       
geo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo
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":"base-adresse-95",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/base-adresse-95"
      }
    ]
    ,
  • "definitions":
    {
    • "base-adresse-95":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/base-adresse-95_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-95_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "id":
                {
                • "type":"string",
                • "title":"id",
                • "description":""
                }
                ,
              • "id_fantoir":
                {
                • "type":"string",
                • "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":"number",
                • "title":"lon",
                • "description":""
                }
                ,
              • "lat":
                {
                • "type":"number",
                • "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":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires