enregistrement
2724 - PV - Cartographie du potentiel PV sur toitures
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":"2724-pv-cartographie-du-potentiel-pv-sur-toitures",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/2724-pv-cartographie-du-potentiel-pv-sur-toitures"
}
] - "definitions":{
- "2724-pv-cartographie-du-potentiel-pv-sur-toitures":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/2724-pv-cartographie-du-potentiel-pv-sur-toitures_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"
}
}
} - "2724-pv-cartographie-du-potentiel-pv-sur-toitures_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "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":""
} - "id":,{
- "type":"string",
- "title":"ID",
- "description":""
} - "nature":,{
- "type":"string",
- "title":"NATURE",
- "description":""
} - "usage1":,{
- "type":"string",
- "title":"USAGE1",
- "description":""
} - "usage2":,{
- "type":"string",
- "title":"USAGE2",
- "description":""
} - "leger":,{
- "type":"string",
- "title":"LEGER",
- "description":""
} - "etat":,{
- "type":"string",
- "title":"ETAT",
- "description":""
} - "hauteur":,{
- "type":"number",
- "title":"HAUTEUR",
- "description":""
} - "z_min_sol":,{
- "type":"number",
- "title":"Z_MIN_SOL",
- "description":""
} - "angle":,{
- "type":"number",
- "title":"angle",
- "description":""
} - "surfsolbat":,{
- "type":"integer",
- "title":"surfSolBat",
- "description":""
} - "pvgti":,{
- "type":"number",
- "title":"pvGti",
- "description":""
} - "pvout":,{
- "type":"number",
- "title":"pvOut",
- "description":""
} - "unitespays":,{
- "type":"string",
- "title":"unitesPays",
- "description":""
} - "zonevege":,{
- "type":"number",
- "title":"zoneVege",
- "description":""
} - "insee_com":,{
- "type":"string",
- "title":"INSEE_COM",
- "description":""
} - "nom_com":,{
- "type":"string",
- "title":"NOM_COM",
- "description":""
} - "siren_epci":,{
- "type":"string",
- "title":"SIREN_EPCI",
- "description":""
} - "nom_epci":,{
- "type":"string",
- "title":"NOM_EPCI",
- "description":""
} - "inscrclasa":,{
- "type":"string",
- "title":"inscrClasA",
- "description":""
} - "inscrclasp":,{
- "type":"string",
- "title":"inscrClasP",
- "description":""
} - "sprappelat":,{
- "type":"string",
- "title":"sprAppelat",
- "description":""
} - "pdamhtype":,{
- "type":"string",
- "title":"pdaMhType",
- "description":""
} - "pdamhappel":,{
- "type":"string",
- "title":"pdaMhAppel",
- "description":""
} - "pnrnomsite":,{
- "type":"string",
- "title":"pnrNomSite",
- "description":""
} - "cennomsite":,{
- "type":"string",
- "title":"cenNomSite",
- "description":""
} - "apbnomsite":,{
- "type":"string",
- "title":"apbNomSite",
- "description":""
} - "rnnnomsite":,{
- "type":"string",
- "title":"rnnNomSite",
- "description":""
} - "aphnnomsit":,{
- "type":"string",
- "title":"aphnNomSit",
- "description":""
} - "rnrnomsite":,{
- "type":"string",
- "title":"rnrNomSite",
- "description":""
} - "n2000nomsi":,{
- "type":"string",
- "title":"n2000NomSi",
- "description":""
} - "znieff1nom":,{
- "type":"string",
- "title":"znieff1Nom",
- "description":""
} - "ziconomsit":,{
- "type":"string",
- "title":"zicoNomSit",
- "description":""
} - "tvbnomrese":,{
- "type":"string",
- "title":"tvbNomRese",
- "description":""
} - "znieff2nom":,{
- "type":"string",
- "title":"znieff2Nom",
- "description":""
} - "mhappel":,{
- "type":"string",
- "title":"mhAppel",
- "description":""
} - "contrpatri":,{
- "type":"string",
- "title":"contrPatri",
- "description":""
} - "contrenvir":,{
- "type":"string",
- "title":"contrEnvir",
- "description":""
} - "surfutile":,{
- "type":"number",
- "title":"surfUtile_",
- "description":""
} - "puissmax_k":,{
- "type":"number",
- "title":"puissMax_k",
- "description":""
} - "puisspv_kw":,{
- "type":"integer",
- "title":"puissPv_kw",
- "description":""
} - "surfpv":,{
- "type":"integer",
- "title":"surfPv",
- "description":""
} - "typeinstal":,{
- "type":"string",
- "title":"typeInstal",
- "description":""
} - "orientatio":,{
- "type":"string",
- "title":"orientatio",
- "description":""
} - "prodpv_mwh":,{
- "type":"number",
- "title":"Production PV (MWh)",
- "description":""
} - "geo_point_format_texte":,{
- "type":"string",
- "title":"geo_point_format_texte",
- "description":""
} - "plagepuiss":,{
- "type":"string",
- "title":"plagepuiss",
- "description":""
} - "catvalorisationpv":,{
- "type":"string",
- "title":"catvalorisationpv",
- "description":""
} - "typeressource":,{
- "type":"string",
- "title":"typeRessource",
- "description":""
} - "plagepuisspv":,{
- "type":"string",
- "title":"plagePuissPv",
- "description":""
} - "regimetva":,{
- "type":"string",
- "title":"regimeTva",
- "description":""
} - "invest_euro_wc":,{
- "type":"number",
- "title":"invest_euro_wc",
- "description":""
} - "vente_totalite_euro_kwh":,{
- "type":"number",
- "title":"vente_totalite_euro_kwh",
- "description":""
} - "tauxfraistotalite":,{
- "type":"number",
- "title":"tauxFraisTotalite",
- "description":""
} - "prime_invest_euro_wc":,{
- "type":"number",
- "title":"prime_invest_euro_wc",
- "description":""
} - "ventesurplus_euro_kwh":,{
- "type":"number",
- "title":"venteSurplus_euro_kwh",
- "description":""
} - "achatelec_euro_kwh":,{
- "type":"number",
- "title":"achatElec_euro_kwh",
- "description":""
} - "taux_autoconso_pct":,{
- "type":"number",
- "title":"taux_autoconso_pct",
- "description":""
} - "tauxfraisautoconso":,{
- "type":"number",
- "title":"tauxFraisAutoconso",
- "description":""
} - "montantinvest_eur":,{
- "type":"integer",
- "title":"montant_invest_eur",
- "description":"",
- "unit":"€"
} - "recette_vente_totale":,{
- "type":"integer",
- "title":"recette_vente_totale",
- "description":"",
- "unit":"€"
} - "recetteautoconsosurplus":,{
- "type":"integer",
- "title":"recette_autoconso_surplus",
- "description":"",
- "unit":"€"
} - "subvention_invest_autoconso":,{
- "type":"integer",
- "title":"subvention_invest_autoconso",
- "description":"",
- "unit":"€"
} - "coutinvestautoconso":{
- "type":"integer",
- "title":"coutinvestautoconso",
- "description":"",
- "unit":"€"
}
} - "geo_point_2d":
}
} - "fields":
} - "properties":
} - "2724-pv-cartographie-du-potentiel-pv-sur-toitures":
}