records
Référentiel géographique français, communes, unités urbaines, aires urbaines, départements, académies, régions
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"fr-esr-referentiel-geographique",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/fr-esr-referentiel-geographique"
}
] - "definitions":{
- "fr-esr-referentiel-geographique":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/fr-esr-referentiel-geographique_records"
}
}
} - "records":
} - "properties":
- "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"
}
} - "crs":
- "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"
}
} - "type":
- "additionalProperties":false,
- "oneOf":[
- ,{
- "$ref":"#/definitions/namedCrs"
} - {
- "$ref":"#/definitions/linkedCrs"
}
]
} - "namedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "name"
]
} - "enum":
- "properties":{
- "required":,[
- "name"
] - "additionalProperties":false,
- "properties":{
- "name":{
- "type":"string"
}
} - "name":
} - "required":
} - "type":
} - "properties":
- "linkedObject":,{
- "type":"object",
- "required":,[
- "href"
] - "properties":{
- "href":,{
- "type":"string",
- "format":"uri"
} - "type":{
- "type":"string",
- "description":"Suggested values: proj4, ogjwkt, esriwkt"
}
} - "href":
} - "linkedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "link"
]
} - "enum":
- "properties":{
- "$ref":"#/definitions/linkedObject"
}
} - "type":
} - "properties":
- "geometryCollection":,{
- "title":"GeometryCollection",
- "description":"A collection of geometry objects",
- "required":,[
- "geometries"
] - "properties":{
- "type":,{
- "enum":[
- "GeometryCollection"
]
} - "enum":
- "geometries":{
- "type":"array",
- "items":{
- "$ref":"http://json-schema.org/geojson/geometry.json#"
}
}
} - "type":
} - "feature":,{
- "title":"Feature",
- "description":"A Geo JSON feature object",
- "required":,[
- "geometry",
- "properties"
] - "properties":{
- "type":,{
- "enum":[
- "Feature"
]
} - "enum":
- "geometry":,{
- "oneOf":[
- ,{
- "type":"null"
} - {
- "$ref":"#/definitions/geometry"
}
]
} - "oneOf":
- "properties":,{
- "type":[
- "object",
- "null"
]
} - "type":
- "id":{}
} - "type":
} - "featureCollection":,{
- "title":"FeatureCollection",
- "description":"A Geo JSON feature collection",
- "required":,[
- "features"
] - "properties":{
- "type":,{
- "enum":[
- "FeatureCollection"
]
} - "enum":
- "features":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/feature"
}
}
} - "type":
} - "geometry":,{
- "title":"geometry",
- "description":"One geometry as defined by GeoJSON",
- "type":"object",
- "required":,[
- "type",
- "coordinates"
] - "oneOf":,[
- ,{
- "title":"Point",
- "properties":{
- "type":,{
- "enum":[
- "Point"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/position"
}
} - "type":
} - ,{
- "title":"MultiPoint",
- "properties":{
- "type":,{
- "enum":[
- "MultiPoint"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/positionArray"
}
} - "type":
} - ,{
- "title":"LineString",
- "properties":{
- "type":,{
- "enum":[
- "LineString"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/lineString"
}
} - "type":
} - ,{
- "title":"MultiLineString",
- "properties":{
- "type":,{
- "enum":[
- "MultiLineString"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/lineString"
}
}
} - "type":
} - ,{
- "title":"Polygon",
- "properties":{
- "type":,{
- "enum":[
- "Polygon"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/polygon"
}
} - "type":
} - {
- "title":"MultiPolygon",
- "properties":{
- "type":,{
- "enum":[
- "MultiPolygon"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/polygon"
}
}
} - "type":
}
] - "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-esr-referentiel-geographique_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "regrgp_nom":,{
- "type":"string",
- "title":"REGRGP_NOM",
- "description":"Regroupement régional"
} - "reg_nom":,{
- "type":"string",
- "title":"REG_NOM",
- "description":"Libellé région"
} - "reg_nom_old":,{
- "type":"string",
- "title":"REG_NOM_OLD",
- "description":"Ancien libellé région"
} - "aca_nom":,{
- "type":"string",
- "title":"ACA_NOM",
- "description":"Libellé de l'académie"
} - "dep_nom":,{
- "type":"string",
- "title":"DEP_NOM",
- "description":"Libellé du département"
} - "com_code":,{
- "type":"string",
- "title":"COM_CODE",
- "description":"code commune"
} - "com_code1":,{
- "type":"string",
- "title":"COM_CODE1",
- "description":"Code commune, arrondissements marseillais et Lyonnais agrégés"
} - "com_code2":,{
- "type":"string",
- "title":"COM_CODE2",
- "description":"Code commune, arrondissements parisien, marseillais et Lyonnais agrégés"
} - "com_id":,{
- "type":"string",
- "title":"COM_ID",
- "description":"Id commune"
} - "com_nom_maj_court":,{
- "type":"string",
- "title":"COM_NOM_MAJ_COURT",
- "description":"Libellé court de la commune en majuscule"
} - "com_nom_maj":,{
- "type":"string",
- "title":"COM_NOM_MAJ",
- "description":"Libellé de la commune en majuscule"
} - "com_nom":,{
- "type":"string",
- "title":"COM_NOM",
- "description":"Libellé de la commune"
} - "uu_code":,{
- "type":"string",
- "title":"UU_CODE",
- "description":"Code de l'unité urbaine (2020)"
} - "uu_id":,{
- "type":"string",
- "title":"UU_ID",
- "description":"ID de l'unité urbaine (2020)"
} - "uucr_id":,{
- "type":"string",
- "title":"UUCR_ID",
- "description":"ID de l'unité urbaine ou de la commune rurale (2020)"
} - "uucr_nom":,{
- "type":"string",
- "title":"UUCR_NOM",
- "description":"Libellé de l'unité urbaine ou de la commune rurale (2020)"
} - "uu_wikidata":,{
- "type":"string",
- "title":"UU_WIKIDATA",
- "description":"Élément wikidata de l'unité urbaine"
} - "uu_paysage":,{
- "type":"string",
- "title":"UU_PAYSAGE",
- "description":"Code interne de l'unité urbaine"
} - "ze_id":,{
- "type":"string",
- "title":"ZE_ID",
- "description":"Id de la zone d'emploi 2020"
} - "dep_code":,{
- "type":"string",
- "title":"DEP_CODE",
- "description":"Code département"
} - "dep_id":,{
- "type":"string",
- "title":"DEP_ID",
- "description":"Id du département"
} - "dep_nom_num":,{
- "type":"string",
- "title":"DEP_NOM_NUM",
- "description":"Libellé du département et code"
} - "dep_num_nom":,{
- "type":"string",
- "title":"DEP_NUM_NOM",
- "description":"Code et libellé du département"
} - "dep_wikidata":,{
- "type":"string",
- "title":"DEP_WIKIDATA",
- "description":"Élément wikidata du département"
} - "dep_paysage":,{
- "type":"string",
- "title":"DEP_PAYSAGE",
- "description":"Code interne du département"
} - "nuts_code_3":,{
- "type":"string",
- "title":"NUTS_CODE_3",
- "description":"Nomenclature des unités territoriales statistiques niveau 3"
} - "aca_code":,{
- "type":"string",
- "title":"ACA_CODE",
- "description":"Code académie"
} - "aca_id":,{
- "type":"string",
- "title":"ACA_ID",
- "description":"Id académie"
} - "aca_wikidata":,{
- "type":"string",
- "title":"ACA_WIKIDATA",
- "description":"Élément wikidata de l'académie"
} - "aca_paysage":,{
- "type":"string",
- "title":"ACA_PAYSAGE",
- "description":"Code interne de l'académie"
} - "reg_code":,{
- "type":"string",
- "title":"REG_CODE",
- "description":"Code région"
} - "reg_id":,{
- "type":"string",
- "title":"REG_ID",
- "description":"Id région"
} - "reg_wikidata":,{
- "type":"string",
- "title":"REG_WIKIDATA",
- "description":"Élément wikidata de la région"
} - "nuts_code_1":,{
- "type":"string",
- "title":"NUTS_CODE_1",
- "description":"Nomenclature des unités territoriales statistiques niveau 1"
} - "reg_paysage":,{
- "type":"string",
- "title":"REG_PAYSAGE",
- "description":"Code interne de la région"
} - "reg_code_old":,{
- "type":"string",
- "title":"REG_CODE_OLD",
- "description":"Ancien code région"
} - "reg_id_old":,{
- "type":"string",
- "title":"REG_ID_OLD",
- "description":"Ancien Id région"
} - "fd_id":,{
- "type":"string",
- "title":"FD_ID",
- "description":"France détaillée"
} - "fr_id":,{
- "type":"string",
- "title":"FR_ID",
- "description":"France regroupée"
} - "fe_id":,{
- "type":"string",
- "title":"FE_ID",
- "description":"France entière"
} - "uu_id_10":,{
- "type":"string",
- "title":"UU_ID_10",
- "description":"Ancien Id unité urbaine (2010)"
} - "uu_id_99":,{
- "type":"string",
- "title":"UU_ID_99",
- "description":"Ancien Id unité urbaine (1999)"
} - "au_code":,{
- "type":"string",
- "title":"AU_CODE",
- "description":"Code de l'aire urbaine"
} - "au_id":,{
- "type":"string",
- "title":"AU_ID",
- "description":"ID de l'aire urbaine"
} - "auc_id":,{
- "type":"string",
- "title":"AUC_ID",
- "description":"ID de l'aire urbaine ou de la commune"
} - "auc_nom":,{
- "type":"string",
- "title":"AUC_NOM",
- "description":"Libellé de l'aire urbaine ou de la commune"
} - "epci_id":,{
- "type":"string",
- "title":"EPCI_ID",
- "description":"Code de l'établissements publics de coopération intercommunale (EPCI)"
} - "epci_nom":,{
- "type":"string",
- "title":"EPCI_NOM",
- "description":"Libellé de l'établissements publics de coopération intercommunale (EPCI)"
} - "atlas_id":,{
- "type":"string",
- "title":"ATLAS_ID",
- "description":"Id interne"
} - "atlas_nom":,{
- "type":"string",
- "title":"ATLAS_NOM",
- "description":"Libellé interne"
} - "atlas_wikidata":,{
- "type":"string",
- "title":"ATLAS_WIKIDATA",
- "description":"Élément Wikidata de l'Id interne"
} - "atlas_paysage":,{
- "type":"string",
- "title":"ATLAS_PAYSAGE",
- "description":"Code interne de l'Id interne !"
} - "geolocalisation":,{
- "type":"array",
- "minItems":2,
- "maxItems":2,
- "items":,{
- "type":"number"
} - "title":"geolocalisation",
- "description":"Centroïde de la commune"
} - "com_nom_debut":,{
- "type":"string",
- "format":"date",
- "title":"COM_NOM_DEBUT",
- "description":"Date de début du nom de la commune"
} - "com_nom_fin":,{
- "type":"string",
- "format":"date",
- "title":"COM_NOM_FIN",
- "description":"Date de fin du nom de la commune"
} - "com_nom_anciens":,{
- "type":"string",
- "title":"COM_NOM_ANCIENS",
- "description":"Anciens noms de la commune"
} - "com_nom_anciens_dates":,{
- "type":"string",
- "title":"COM_NOM_ANCIENS_DATES",
- "description":"Anciens noms de la commune avec dates"
} - "com_code_actuel":,{
- "type":"string",
- "title":"COM_CODE_ACTUEL",
- "description":"Id actuel de la commune"
} - "com_code_actuel_depuis":{
- "type":"string",
- "format":"date",
- "title":"COM_CODE_ACTUEL_DEPUIS",
- "description":"Date de transfert vers le nouvel Id"
}
} - "regrgp_nom":
}
} - "fields":
} - "properties":
} - "fr-esr-referentiel-geographique":
}
Submit a reuse
Click to expand Click to collapse
Please login to submit a new reuse.