enregistrement
Constructions identifiées dans le cadre du recensement des quartiers anciens
Modèle de données
Cliquez pour déplier Cliquez pour replier
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":"u_construction_l",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/u_construction_l"
}
] - "definitions":{
- "u_construction_l":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/u_construction_l_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"
}
}
} - "u_construction_l_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "geo_shape":,{
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/geometry"
}
] - "title":"Geo Shape",
- "description":""
} - "gid":,{
- "type":"integer",
- "title":"gid",
- "description":"Clé primaire"
} - "ident":,{
- "type":"string",
- "title":"ident",
- "description":"Identifiant de la construction"
} - "insee":,{
- "type":"string",
- "title":"insee",
- "description":"Code INSEE de la commune : Liste des valeurs possibles : 33003 : Ambarès-et-Lagrave 33004 : Ambès 33013 : Artigues-Près-Bordeaux 33032 : Bassens 33039 : Bègles 33056 : Blanquefort 33063 : Bordeaux 33065 : Bouliac 33069 : Le Bouscat 33075 : Bruges 33096 : Carbon-Blanc 33119 : Cenon 33162 : Eysines 33167 : Floirac 33192 : Gradignan 33200 : Le Haillan 33249 : Lormont 33273 : Martignas-sur-Jalle 33281 : Mérignac 33312 : Parempuyre 33318 : Pessac 33376 : Saint-Aubin-de-Médoc 33434 : Saint-Louis-de-Montferrand 33449 : Saint-Médard-en-Jalles 33487 : Saint-Vincent-de-Paul 33519 : Le Taillan-Médoc 33522 : Talence 33550 : Villenave-d'Ornon"
} - "affectation":,{
- "type":"string",
- "title":"affectation",
- "description":"Affectation : Liste des valeurs possibles : HABITATION : Habitation MIXTE : Mixte PARC_STATIONNEMENT : Parc de stationnement SERVICE_COLLECTIF : Service collectif ESPACE_LIBRE : Espace libre ACTIVITE : Activité"
} - "baie_commerciale":,{
- "type":"string",
- "title":"baie_commerciale",
- "description":"Baie commerciale"
} - "baie_stationnement":,{
- "type":"string",
- "title":"baie_stationnement",
- "description":"Baie permettant le stationnement"
} - "comble":,{
- "type":"string",
- "title":"comble",
- "description":"Comble : Liste des valeurs possibles : LUCARNE : Lucarne DISP_ECLAIREMENT : Dispositif d'éclairement VOLUME_HABITABLE : Volume habitable"
} - "commerce":,{
- "type":"string",
- "title":"commerce",
- "description":"Commerce : Liste des valeurs possibles : COIFFEUR : Coiffeur/Esthétique ALIMENTATION : Alimentation de proximité PRESSE : Presse BAR : Bar POSTE : Poste IMMOBILIER : Agence immobilière BOULANGERIE : Boulangerie Patisserie VACANT : Vacant RESTAURANT : Restaurant Hôtel BANQUE : Banque PHARMACIE : Pharmacie"
} - "entresol":,{
- "type":"string",
- "title":"entresol",
- "description":"Entresol"
} - "materiau":,{
- "type":"string",
- "title":"materiau",
- "description":"Matériau"
} - "nbre_etage":,{
- "type":"integer",
- "title":"nbre_etage",
- "description":"Nombre d'étages"
} - "soubassement":,{
- "type":"string",
- "title":"soubassement",
- "description":"Etage de soubassement"
} - "surelevation":,{
- "type":"string",
- "title":"surelevation",
- "description":"Surélévation récente : Liste des valeurs possibles : AU_NU : Etage ou demiétage au nu du mur de façade EN_RETRAIT : Etage ou demiétage en retrait du mur de façade COMBLE : Mansardé ou comble"
} - "toiture":,{
- "type":"string",
- "title":"toiture",
- "description":"Toiture : Liste des valeurs possibles : BRISIS_ARDOISE : Brisis ardoise BRISIS_MIXTE : Brisis ardoise + tuile NON_VU : Non vu SANS_TOITURE : Sans toiture TERRASSE : Terrasse VERSANT_AUTRE : Versant autre VERSANT_TUILE : Versant tuile"
} - "typologie":,{
- "type":"string",
- "title":"typologie",
- "description":"Type : Liste des valeurs possibles : ACTIVITE : Activités ANNEXE : Annexe CHAI : Chai COUR : Cour ECHOPPE_ANGLE : Echoppe d'angle ECHOPPE_DOUBLE : Echoppe double ECHOPPE_SIMPLE : Echoppe simple HOTEL_PARTICULIER : Hôtel particulier IMMEUBLE_COLLECTIF : Immeuble collectif JARDIN : Jardin MAISON_VILLE : Maison de ville AUTRE : Autre"
} - "inscription":,{
- "type":"string",
- "title":"inscription",
- "description":"Inscription"
} - "date_portee":,{
- "type":"string",
- "format":"date",
- "title":"date_portee",
- "description":"Date portée"
} - "sign_architecte":,{
- "type":"string",
- "title":"sign_architecte",
- "description":"Signature architecte"
} - "sign_entrepreneur":,{
- "type":"string",
- "title":"sign_entrepreneur",
- "description":"Signature entrepreneur"
} - "sign_sculpteur":,{
- "type":"string",
- "title":"sign_sculpteur",
- "description":"Signature sculpteur"
} - "adresse":,{
- "type":"string",
- "title":"adresse",
- "description":"Adresse"
} - "procedure_plu":,{
- "type":"string",
- "title":"procedure_plu",
- "description":"Nom de la procédure PLU : Liste des valeurs possibles : HP : Hors procédure MEC_BELCIER : Mise en compatibilité Belcier RG : Révision générale RS38 : Révision simplifiée 38 RS37 : Révision simplifiée 37 RS35 : Révision simplifiée 35 RS19 : Révision simplifiée 19 RS22 : Révision simplifiée 22 M10 : 10ème modification M2 : 2ème modification M4 : 4ème modification M5 : 5ème modification M6 : 6ème modification M7 : 7ème modification M9 : 9ème modification M11 : 11ème modification"
} - "categorie":,{
- "type":"string",
- "title":"categorie",
- "description":"Catégorie de construction identifiée : Liste des valeurs possibles : FACADE _BATIE : Façade bâtie FACADE_ NON_ BATIE : Façade non bâtie"
} - "cdate":,{
- "type":"string",
- "format":"date-time",
- "title":"cdate",
- "description":"Date de création"
} - "mdate":,{
- "type":"string",
- "format":"date-time",
- "title":"mdate",
- "description":"Date de modification"
} - "geo_point_2d":{
- "type":"array",
- "minItems":2,
- "maxItems":2,
- "items":,{
- "type":"number"
} - "title":"geo_point_2d",
- "description":""
}
} - "geo_shape":
}
} - "fields":
} - "properties":
} - "u_construction_l":
}