enregistrement
2724 - PV - Cartographie du potentiel PV pour les centrales au sol
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-pour-les-centrales-au-sol",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/2724-pv-cartographie-du-potentiel-pv-pour-les-centrales-au-sol"
}
] - "definitions":{
- "2724-pv-cartographie-du-potentiel-pv-pour-les-centrales-au-sol":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/2724-pv-cartographie-du-potentiel-pv-pour-les-centrales-au-sol_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-pour-les-centrales-au-sol_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":""
} - "fid":,{
- "type":"number",
- "title":"fid",
- "description":""
} - "site_numer":,{
- "type":"string",
- "title":"site_numer",
- "description":""
} - "activite_l":,{
- "type":"string",
- "title":"activite_l",
- "description":""
} - "contrpatri":,{
- "type":"string",
- "title":"contrPatri",
- "description":""
} - "site_nom":,{
- "type":"string",
- "title":"site_nom",
- "description":""
} - "zone_cnig":,{
- "type":"string",
- "title":"zone_cnig",
- "description":""
} - "libelle":,{
- "type":"string",
- "title":"libelle",
- "description":""
} - "libzone":,{
- "type":"string",
- "title":"libzone",
- "description":""
} - "risque_pol":,{
- "type":"string",
- "title":"risque_pol",
- "description":""
} - "projet_ava":,{
- "type":"string",
- "title":"projet_ava",
- "description":""
} - "proprietai":,{
- "type":"string",
- "title":"proprietai",
- "description":""
} - "propriet_1":,{
- "type":"string",
- "title":"propriet_1",
- "description":""
} - "ddenom":,{
- "type":"string",
- "title":"ddenom",
- "description":""
} - "typprop":,{
- "type":"string",
- "title":"typprop",
- "description":""
} - "source":,{
- "type":"string",
- "title":"source",
- "description":""
} - "producteur":,{
- "type":"string",
- "title":"producteur",
- "description":""
} - "site_datem":,{
- "type":"string",
- "title":"site_datem",
- "description":""
} - "surfsolfri":,{
- "type":"integer",
- "title":"surfSolFri",
- "description":""
} - "pvgti":,{
- "type":"number",
- "title":"pvGti",
- "description":""
} - "pvout":,{
- "type":"number",
- "title":"pvOut",
- "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":""
} - "unitespays":,{
- "type":"string",
- "title":"unitesPays",
- "description":""
} - "zonevege":,{
- "type":"number",
- "title":"zoneVege",
- "description":""
} - "pdamhtype":,{
- "type":"string",
- "title":"pdaMhType",
- "description":""
} - "pdamhappel":,{
- "type":"string",
- "title":"pdaMhAppel",
- "description":""
} - "sprappel":,{
- "type":"string",
- "title":"sprAppel",
- "description":""
} - "ziconomsit":,{
- "type":"string",
- "title":"zicoNomSit",
- "description":""
} - "tvbnomrese":,{
- "type":"string",
- "title":"tvbNomRese",
- "description":""
} - "contrenvir":,{
- "type":"string",
- "title":"contrEnvir",
- "description":""
} - "projrehab":,{
- "type":"string",
- "title":"projRehab",
- "description":""
} - "zoneresid":,{
- "type":"string",
- "title":"zoneResid",
- "description":""
} - "surfsol_ha":,{
- "type":"number",
- "title":"surfSol_ha",
- "description":""
} - "surfutile":,{
- "type":"number",
- "title":"surfUtile_",
- "description":""
} - "surfutil_1":,{
- "type":"number",
- "title":"surfUtil_1",
- "description":""
} - "puisspv_kw":,{
- "type":"number",
- "title":"puissPv_kw",
- "description":""
} - "puisspv_mw":,{
- "type":"number",
- "title":"puissPv_mw",
- "description":""
} - "prodpv_kwh":,{
- "type":"number",
- "title":"prodPv_kwh",
- "description":""
} - "production_pv_mwh":,{
- "type":"number",
- "title":"Production PV (MWh)",
- "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":""
} - "ventetotalite_euro_kwh":,{
- "type":"number",
- "title":"venteTotalite_euro_kwh",
- "description":""
} - "tauxfraistotalite":,{
- "type":"number",
- "title":"tauxFraisTotalite",
- "description":""
} - "primeinvest_euro_wc":,{
- "type":"number",
- "title":"primeInvest_euro_wc",
- "description":""
} - "ventesurplus_euro_kwh":,{
- "type":"number",
- "title":"venteSurplus_euro_kwh",
- "description":""
} - "achatelec_euro_kwh":,{
- "type":"number",
- "title":"achatElec_euro_kwh",
- "description":""
} - "tauxautoconso_pct":,{
- "type":"number",
- "title":"tauxAutoconso_pct",
- "description":""
} - "tauxfraisautoconso":,{
- "type":"number",
- "title":"tauxFraisAutoconso",
- "description":""
} - "montantinvest_eur":,{
- "type":"integer",
- "title":"montantinvest_eur",
- "description":"",
- "unit":"€"
} - "recette_vente_totale":{
- "type":"integer",
- "title":"recette_vente_totale",
- "description":"",
- "unit":"€"
}
} - "geo_point_2d":
}
} - "fields":
} - "properties":
} - "2724-pv-cartographie-du-potentiel-pv-pour-les-centrales-au-sol":
}