Desalination Capacities by Technology

المرفقات

انقر للتوسيع انقر للطي

مخطط مجموعة البيانات

انقر للتوسيع انقر للطي
Country
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
countries
نوع
نص
عينة
                       
Population (million)
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
population_million
نوع
double
عينة
                       
Online desalination capacity (Million Cubic Meters/day) (2014)
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
online_desalination_capacity_106_m3_d_2014
نوع
double
عينة
                       
2014 - Multi-stage flash distillation - MSF (%)
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
2014_multi_stage_flash_distillation_msf
نوع
double
الوحدة
%
عينة
                       
2014 - Multiple-effect distillation - MED (%)
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
2014_multiple_effect_distillation_med
نوع
double
الوحدة
%
عينة
                       
2014 - Reverse Osmosis - RO (%)
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
2014_reverse_osmosis_ro
نوع
double
الوحدة
%
عينة
                       
2014 - Other (%)
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
2014_other
نوع
double
الوحدة
%
عينة
                       
Additional Contracted (Million Cubic Meters/day) (2015-2020)
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
additional_contracted_106_m3_d_2015_2020
نوع
double
عينة
                       
GeoShape
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
geoshape
نوع
geo_shape
عينة
                       
geo_point_2d
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
geo_point_2d
نوع
geo_point_2d
عينة
                       

مخطط JSON

إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.

{
  • "title":"gcc-desalination-capacities-by-technology-2011-2020",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/gcc-desalination-capacities-by-technology-2011-2020"
      }
    ]
    ,
  • "definitions":
    {
    • "gcc-desalination-capacities-by-technology-2011-2020":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/gcc-desalination-capacities-by-technology-2011-2020_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"
            }
          }
        }
        ,
      • "gcc-desalination-capacities-by-technology-2011-2020_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "countries":
                {
                • "type":"string",
                • "title":"Country",
                • "description":""
                }
                ,
              • "population_million":
                {
                • "type":"number",
                • "title":"Population (million)",
                • "description":""
                }
                ,
              • "online_desalination_capacity_106_m3_d_2014":
                {
                • "type":"number",
                • "title":"Online desalination capacity (Million Cubic Meters/day) (2014)",
                • "description":""
                }
                ,
              • "2014_multi_stage_flash_distillation_msf":
                {
                • "type":"number",
                • "title":"2014 - Multi-stage flash distillation - MSF (%)",
                • "description":"",
                • "unit":"%"
                }
                ,
              • "2014_multiple_effect_distillation_med":
                {
                • "type":"number",
                • "title":"2014 - Multiple-effect distillation - MED (%)",
                • "description":"",
                • "unit":"%"
                }
                ,
              • "2014_reverse_osmosis_ro":
                {
                • "type":"number",
                • "title":"2014 - Reverse Osmosis - RO (%)",
                • "description":"",
                • "unit":"%"
                }
                ,
              • "2014_other":
                {
                • "type":"number",
                • "title":"2014 - Other (%)",
                • "description":"",
                • "unit":"%"
                }
                ,
              • "additional_contracted_106_m3_d_2015_2020":
                {
                • "type":"number",
                • "title":"Additional Contracted (Million Cubic Meters/day) (2015-2020)",
                • "description":""
                }
                ,
              • "geoshape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"GeoShape",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets

    • IRENA Copyright Info: Material in this publication may be freely used, shared, copied, reproduced, printed and/or stored, provided that all such material is clearly attributed to IRENA and bears a notation that it is subject to copyright (© IRENA 2019). Material contained in this publication attributed to third parties may be subject to third-party copy-right and separate terms of use and restr…
    • Installed Renewable Energy Capacity in GCC Counties, as of 2018 as reported by IRENA (2019): 'Renewable Energy Market Analysis, The GCC region' IRENA AbuDubai
    • IRENA Copyright Info: Material in this publication may be freely used, shared, copied, reproduced, printed and/or stored, provided that all such material is clearly attributed to IRENA and bears a notation that it is subject to copyright (© IRENA 2016). Material contained in this publication attributed to third parties may be subject to third-party copy-right and separate terms of use and restr…
    • IRENA Copyright Info: Material in this publication may be freely used, shared, copied, reproduced, printed and/or stored, provided that all such material is clearly attributed to IRENA and bears a notation that it is subject to copyright (© IRENA 2016). Material contained in this publication attributed to third parties may be subject to third-party copy-right and separate terms of use and restr…