From f7d699765d2024a8ed357733dfde11a6057b62ee Mon Sep 17 00:00:00 2001 From: Aaron Zuspan Date: Sat, 22 Feb 2025 00:17:42 -0800 Subject: [PATCH] Update demo notebook - Remove the binder configuration and link in favor of just Colab - Update the demo notebook to explicitly initialize and list config options --- .binder/environment.yml | 9 - README.md | 1 - docs/notebooks/demo.ipynb | 614 +++++++++++++++----------------------- 3 files changed, 245 insertions(+), 379 deletions(-) delete mode 100644 .binder/environment.yml diff --git a/.binder/environment.yml b/.binder/environment.yml deleted file mode 100644 index e1681ee..0000000 --- a/.binder/environment.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: eerepr-demo -channels: - - conda-forge -dependencies: - - python=3.8 - - pip - - earthengine-api - - pip: - - git+https://github.com/aazuspan/eerepr.git \ No newline at end of file diff --git a/README.md b/README.md index 222afdc..63049a3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ [![PyPI version](https://badge.fury.io/py/eerepr.svg)](https://badge.fury.io/py/eerepr) [![conda-forge link](https://img.shields.io/conda/vn/conda-forge/eerepr)](https://anaconda.org/conda-forge/eerepr) [![nbviewer](https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg)](https://nbviewer.org/github/aazuspan/eerepr/blob/main/docs/notebooks/demo.ipynb) -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/aazuspan/eerepr/HEAD?labpath=docs%2Fnotebooks%2Fdemo.ipynb) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/aazuspan/eerepr/blob/main/docs/notebooks/demo.ipynb) Add interactive Code Editor-style HTML reprs to Earth Engine objects in a Jupyter environment. diff --git a/docs/notebooks/demo.ipynb b/docs/notebooks/demo.ipynb index c1fa164..29b8c32 100644 --- a/docs/notebooks/demo.ipynb +++ b/docs/notebooks/demo.ipynb @@ -6,13 +6,13 @@ "metadata": {}, "outputs": [], "source": [ - "# Install eerepr if needed\n", - "# !pip install eerepr" + "# Install the latest eerepr if needed\n", + "# !pip install --upgrade eerepr" ] }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -20,21 +20,32 @@ "import eerepr\n", "\n", "ee.Authenticate()\n", - "ee.Initialize()" + "ee.Initialize(project=\"my-project\")" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "## Quick Start" + "## Quick Start\n", + "\n", + "Calling `eerepr.initialize()` registers `_repr_html_` methods for all Earth Engine objects, which will automatically be displayed instead of string reprs in a Jupyter notebook. " + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "eerepr.initialize()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "Importing `eerepr` registers interactive HTML reprs to all Earth Engine objects. Just print an object to preview it. This works for simple objects, like `ee.Dictionary`..." + "This works for simple objects, like `ee.Dictionary`..." ] }, { @@ -45,16 +56,9 @@ { "data": { "text/html": [ - "
      • 0:1
      • 1:2
      • 2:3
      • 3:4
" + ".eerepr details summary {\n", + " list-style-type: none;\n", + "}\n", + "
" ], "text/plain": [ - "" + "" ] }, "execution_count": 3, @@ -175,7 +162,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "...and for much more complex objects like `ee.ImageCollection` or `ee.FeatureCollection`." + "...and for more complex objects like `ee.ImageCollection` or `ee.FeatureCollection`." ] }, { @@ -186,16 +173,9 @@ { "data": { "text/html": [ - "
    • type:ImageCollection
    • id:COPERNICUS/S2_SR
    • version:1667959494839422
          • 0:1490659200000
          • 1:1647907200000
        • description:

          Sentinel-2 is a wide-swath, high-resolution, multi-spectral\n", + "\n", + ".eerepr details summary::-webkit-details-marker {\n", + " display:none;\n", + "}\n", + "\n", + ".eerepr details summary {\n", + " list-style-type: none;\n", + "}\n", + "

          • ImageCollection COPERNICUS/S2_SR_HARMONIZED (3 elements)
            • type:ImageCollection
            • id:COPERNICUS/S2_SR_HARMONIZED
            • version:1740211306271965
            • bands: []
              • properties: Object (21 properties)
                • date_range: [1490659200000, 1647907200000]
                  • 0:1490659200000
                  • 1:1647907200000
                • description:<p>Sentinel-2 is a wide-swath, high-resolution, multi-spectral\n", "imaging mission supporting Copernicus Land Monitoring studies,\n", "including the monitoring of vegetation, soil and water cover,\n", - "as well as observation of inland waterways and coastal areas.

                  The Sentinel-2 L2 data are downloaded from scihub. They were\n", + "as well as observation of inland waterways and coastal areas.</p><p>The Sentinel-2 L2 data are downloaded from scihub. They were\n", "computed by running sen2cor. WARNING: ESA did not produce L2 data\n", - "for all L1 assets, and earlier L2 coverage is not global.

                  The assets contain\n", + "for all L1 assets, and earlier L2 coverage is not global.</p><p>The assets contain\n", "12 UINT16 spectral bands representing SR scaled by 10000 (unlike in L1 data,\n", "there is no B10). There are also several more L2-specific bands (see band\n", "list for details). See the\n", - "Sentinel-2 User Handbook\n", + "<a href="https://sentinel.esa.int/documents/247904/685211/Sentinel-2_User_Handbook">Sentinel-2 User Handbook</a>\n", "for details. In addition, three QA bands are present where one\n", "(QA60) is a bitmask band with cloud mask information. For more\n", - "details, see the full explanation of how cloud masks are computed.

                  EE asset ids for Sentinel-2 L2 assets have the following format:\n", + "details, <a href="https://sentinel.esa.int/web/sentinel/technical-guides/sentinel-2-msi/level-1c/cloud-masks">see the full explanation of how cloud masks are computed.</a></p><p>EE asset ids for Sentinel-2 L2 assets have the following format:\n", "COPERNICUS/S2_SR/20151128T002653_20151128T102149_T56MNN. Here the\n", "first numeric part represents the sensing date and time, the\n", "second numeric part represents the product generation date and\n", "time, and the final 6-character string is a unique granule identifier\n", - "indicating its UTM grid reference (see MGRS).

                  Clouds can be removed by using\n", - "COPERNICUS/S2_CLOUD_PROBABILITY.\n", + "indicating its UTM grid reference (see <a href="https://en.wikipedia.org/wiki/Military_Grid_Reference_System">MGRS</a>).</p><p>Clouds can be removed by using\n", + "<a href="COPERNICUS_S2_CLOUD_PROBABILITY">COPERNICUS/S2_CLOUD_PROBABILITY</a>.\n", "See\n", - "this tutorial\n", - "explaining how to apply the cloud mask.

                  For more details on Sentinel-2 radiometric resolution, see this page.

                  Provider: European Union/ESA/Copernicus

                  Revisit Interval
                  \n", + "<a href="https://developers.google.com/earth-engine/tutorials/community/sentinel-2-s2cloudless">this tutorial</a>\n", + "explaining how to apply the cloud mask.</p><p>For more details on Sentinel-2 radiometric resolution, <a href="https://earth.esa.int/web/sentinel/user-guides/sentinel-2-msi/resolutions/radiometric">see this page</a>.</p><p><b>Provider: <a href="https://earth.esa.int/web/sentinel/user-guides/sentinel-2-msi/product-types/level-2a">European Union/ESA/Copernicus</a></b><br><p><b>Revisit Interval</b><br>\n", " 5 days\n", - "

                  Bands
                  NameDescription
                  B1

                  Aerosols

                  B2

                  Blue

                  B3

                  Green

                  B4

                  Red

                  B5

                  Red Edge 1

                  B6

                  Red Edge 2

                  B7

                  Red Edge 3

                  B8

                  NIR

                  B8A

                  Red Edge 4

                  B9

                  Water vapor

                  B11

                  SWIR 1

                  B12

                  SWIR 2

                  AOT

                  Aerosol Optical Thickness

                  WVP

                  Water Vapor Pressure. The height the water would occupy if the vapor were condensed into\n", - "liquid and spread evenly across the column.

                  SCL

                  Scene Classification Map (The "No Data" value of 0 is masked out)

                  TCI_R

                  True Color Image, Red channel

                  TCI_G

                  True Color Image, Green channel

                  TCI_B

                  True Color Image, Blue channel

                  MSK_CLDPRB

                  Cloud Probability Map (missing in some products)

                  MSK_SNWPRB

                  Snow Probability Map (missing in some products)

                  QA10

                  Always empty

                  QA20

                  Always empty

                  QA60

                  Cloud mask

                  \n", + "</p><p><b>Bands</b><table class="eecat"><tr><th scope="col">Name</th><th scope="col">Description</th></tr><tr><td>B1</td><td><p>Aerosols</p></td></tr><tr><td>B2</td><td><p>Blue</p></td></tr><tr><td>B3</td><td><p>Green</p></td></tr><tr><td>B4</td><td><p>Red</p></td></tr><tr><td>B5</td><td><p>Red Edge 1</p></td></tr><tr><td>B6</td><td><p>Red Edge 2</p></td></tr><tr><td>B7</td><td><p>Red Edge 3</p></td></tr><tr><td>B8</td><td><p>NIR</p></td></tr><tr><td>B8A</td><td><p>Red Edge 4</p></td></tr><tr><td>B9</td><td><p>Water vapor</p></td></tr><tr><td>B11</td><td><p>SWIR 1</p></td></tr><tr><td>B12</td><td><p>SWIR 2</p></td></tr><tr><td>AOT</td><td><p>Aerosol Optical Thickness</p></td></tr><tr><td>WVP</td><td><p>Water Vapor Pressure. The height the water would occupy if the vapor were condensed into\n", + "liquid and spread evenly across the column.</p></td></tr><tr><td>SCL</td><td><p>Scene Classification Map (The &quot;No Data&quot; value of 0 is masked out)</p></td></tr><tr><td>TCI_R</td><td><p>True Color Image, Red channel</p></td></tr><tr><td>TCI_G</td><td><p>True Color Image, Green channel</p></td></tr><tr><td>TCI_B</td><td><p>True Color Image, Blue channel</p></td></tr><tr><td>MSK_CLDPRB</td><td><p>Cloud Probability Map (missing in some products)</p></td></tr><tr><td>MSK_SNWPRB</td><td><p>Snow Probability Map (missing in some products)</p></td></tr><tr><td>QA10</td><td><p>Always empty</p></td></tr><tr><td>QA20</td><td><p>Always empty</p></td></tr><tr><td>QA60</td><td><p>Cloud mask</p></td></tr><tr><td colspan=100>\n", " Bitmask for QA60\n", - "
                  • \n", + "<ul><li>\n", " Bit 10: Opaque clouds\n", - "
                    • 0: No opaque clouds
                    • 1: Opaque clouds present
                  • \n", + "<ul><li>0: No opaque clouds</li><li>1: Opaque clouds present</li></ul></li><li>\n", " Bit 11: Cirrus clouds\n", - "
                    • 0: No cirrus clouds
                    • 1: Cirrus clouds present

                  Image Properties
                  NameTypeDescription
                  AOT_RETRIEVAL_ACCURACYDOUBLE

                  Accuracy of Aerosol Optical thickness model

                  CLOUDY_PIXEL_PERCENTAGEDOUBLE

                  Granule-specific cloudy pixel percentage taken from the original metadata

                  CLOUD_COVERAGE_ASSESSMENTDOUBLE

                  Cloudy pixel percentage for the whole archive that\n", - "contains this granule. Taken from the original metadata

                  CLOUDY_SHADOW_PERCENTAGEDOUBLE

                  Percentage of pixels classified as cloud shadow

                  DARK_FEATURES_PERCENTAGEDOUBLE

                  Percentage of pixels classified as dark features or shadows

                  DATASTRIP_IDSTRING

                  Unique identifier of the datastrip Product Data Item (PDI)

                  DATATAKE_IDENTIFIERSTRING

                  Uniquely identifies a given Datatake. The ID contains\n", + "<ul><li>0: No cirrus clouds</li><li>1: Cirrus clouds present</li></ul></li></ul></td></tr></table><p><b>Image Properties</b><table class="eecat"><tr><th scope="col">Name</th><th scope="col">Type</th><th scope="col">Description</th></tr><tr><td>AOT_RETRIEVAL_ACCURACY</td><td>DOUBLE</td><td><p>Accuracy of Aerosol Optical thickness model</p></td></tr><tr><td>CLOUDY_PIXEL_PERCENTAGE</td><td>DOUBLE</td><td><p>Granule-specific cloudy pixel percentage taken from the original metadata</p></td></tr><tr><td>CLOUD_COVERAGE_ASSESSMENT</td><td>DOUBLE</td><td><p>Cloudy pixel percentage for the whole archive that\n", + "contains this granule. Taken from the original metadata</p></td></tr><tr><td>CLOUDY_SHADOW_PERCENTAGE</td><td>DOUBLE</td><td><p>Percentage of pixels classified as cloud shadow</p></td></tr><tr><td>DARK_FEATURES_PERCENTAGE</td><td>DOUBLE</td><td><p>Percentage of pixels classified as dark features or shadows</p></td></tr><tr><td>DATASTRIP_ID</td><td>STRING</td><td><p>Unique identifier of the datastrip Product Data Item (PDI)</p></td></tr><tr><td>DATATAKE_IDENTIFIER</td><td>STRING</td><td><p>Uniquely identifies a given Datatake. The ID contains\n", "the Sentinel-2 satellite, start date and time, absolute orbit\n", - "number, and processing baseline.

                  DATATAKE_TYPESTRING

                  MSI operation mode

                  DEGRADED_MSI_DATA_PERCENTAGEDOUBLE

                  Percentage of degraded MSI and ancillary data

                  FORMAT_CORRECTNESSSTRING

                  Synthesis of the On-Line Quality Control (OLQC) checks\n", + "number, and processing baseline.</p></td></tr><tr><td>DATATAKE_TYPE</td><td>STRING</td><td><p>MSI operation mode</p></td></tr><tr><td>DEGRADED_MSI_DATA_PERCENTAGE</td><td>DOUBLE</td><td><p>Percentage of degraded MSI and ancillary data</p></td></tr><tr><td>FORMAT_CORRECTNESS</td><td>STRING</td><td><p>Synthesis of the On-Line Quality Control (OLQC) checks\n", "performed at granule (Product_Syntax) and datastrip (Product\n", - "Syntax and DS_Consistency) levels

                  GENERAL_QUALITYSTRING

                  Synthesis of the OLQC checks performed at the datastrip level (Relative_Orbit_Number)

                  GENERATION_TIMEDOUBLE

                  Product generation time

                  GEOMETRIC_QUALITYSTRING

                  Synthesis of the OLQC checks performed at the datastrip level (Attitude_Quality_Indicator)

                  GRANULE_IDSTRING

                  Unique identifier of the granule PDI (PDI_ID)

                  HIGH_PROBA_CLOUDS_PERCENTAGEDOUBLE

                  Percentage of pixels classified as high probability clouds

                  MEAN_INCIDENCE_AZIMUTH_ANGLE_B1DOUBLE

                  Mean value containing viewing incidence azimuth angle average for band B1 and for all detectors

                  MEAN_INCIDENCE_AZIMUTH_ANGLE_B2DOUBLE

                  Mean value containing viewing incidence azimuth angle average for band B2 and for all detectors

                  MEAN_INCIDENCE_AZIMUTH_ANGLE_B3DOUBLE

                  Mean value containing viewing incidence azimuth angle average for band B3 and for all detectors

                  MEAN_INCIDENCE_AZIMUTH_ANGLE_B4DOUBLE

                  Mean value containing viewing incidence azimuth angle average for band B4 and for all detectors

                  MEAN_INCIDENCE_AZIMUTH_ANGLE_B5DOUBLE

                  Mean value containing viewing incidence azimuth angle average for band B5 and for all detectors

                  MEAN_INCIDENCE_AZIMUTH_ANGLE_B6DOUBLE

                  Mean value containing viewing incidence azimuth angle average for band B6 and for all detectors

                  MEAN_INCIDENCE_AZIMUTH_ANGLE_B7DOUBLE

                  Mean value containing viewing incidence azimuth angle average for band B7 and for all detectors

                  MEAN_INCIDENCE_AZIMUTH_ANGLE_B8DOUBLE

                  Mean value containing viewing incidence azimuth angle average for band B8 and for all detectors

                  MEAN_INCIDENCE_AZIMUTH_ANGLE_B8ADOUBLE

                  Mean value containing viewing incidence azimuth angle average for band B8a and for all detectors

                  MEAN_INCIDENCE_AZIMUTH_ANGLE_B9DOUBLE

                  Mean value containing viewing incidence azimuth angle average for band B9 and for all detectors

                  MEAN_INCIDENCE_AZIMUTH_ANGLE_B10DOUBLE

                  Mean value containing viewing incidence azimuth angle average for band B10 and for all detectors

                  MEAN_INCIDENCE_AZIMUTH_ANGLE_B11DOUBLE

                  Mean value containing viewing incidence azimuth angle average for band B11 and for all detectors

                  MEAN_INCIDENCE_AZIMUTH_ANGLE_B12DOUBLE

                  Mean value containing viewing incidence azimuth angle average for band B12 and for all detectors

                  MEAN_INCIDENCE_ZENITH_ANGLE_B1DOUBLE

                  Mean value containing viewing incidence zenith angle average for band B1 and for all detectors

                  MEAN_INCIDENCE_ZENITH_ANGLE_B2DOUBLE

                  Mean value containing viewing incidence zenith angle average for band B2 and for all detectors

                  MEAN_INCIDENCE_ZENITH_ANGLE_B3DOUBLE

                  Mean value containing viewing incidence zenith angle average for band B3 and for all detectors

                  MEAN_INCIDENCE_ZENITH_ANGLE_B4DOUBLE

                  Mean value containing viewing incidence zenith angle average for band B4 and for all detectors

                  MEAN_INCIDENCE_ZENITH_ANGLE_B5DOUBLE

                  Mean value containing viewing incidence zenith angle average for band B5 and for all detectors

                  MEAN_INCIDENCE_ZENITH_ANGLE_B6DOUBLE

                  Mean value containing viewing incidence zenith angle average for band B6 and for all detectors

                  MEAN_INCIDENCE_ZENITH_ANGLE_B7DOUBLE

                  Mean value containing viewing incidence zenith angle average for band B7 and for all detectors

                  MEAN_INCIDENCE_ZENITH_ANGLE_B8DOUBLE

                  Mean value containing viewing incidence zenith angle average for band B8 and for all detectors

                  MEAN_INCIDENCE_ZENITH_ANGLE_B8ADOUBLE

                  Mean value containing viewing incidence zenith angle average for band B8a and for all detectors

                  MEAN_INCIDENCE_ZENITH_ANGLE_B9DOUBLE

                  Mean value containing viewing incidence zenith angle average for band B9 and for all detectors

                  MEAN_INCIDENCE_ZENITH_ANGLE_B10DOUBLE

                  Mean value containing viewing incidence zenith angle average for band B10 and for all detectors

                  MEAN_INCIDENCE_ZENITH_ANGLE_B11DOUBLE

                  Mean value containing viewing incidence zenith angle average for band B11 and for all detectors

                  MEAN_INCIDENCE_ZENITH_ANGLE_B12DOUBLE

                  Mean value containing viewing incidence zenith angle average for band B12 and for all detectors

                  MEAN_SOLAR_AZIMUTH_ANGLEDOUBLE

                  Mean value containing sun azimuth angle average for all bands and detectors

                  MEAN_SOLAR_ZENITH_ANGLEDOUBLE

                  Mean value containing sun zenith angle average for all bands and detectors

                  MEDIUM_PROBA_CLOUDS_PERCENTAGEDOUBLE

                  Percentage of pixels classified as medium probability clouds

                  MGRS_TILESTRING

                  US-Military Grid Reference System (MGRS) tile

                  NODATA_PIXEL_PERCENTAGEDOUBLE

                  Percentage of No Data pixels

                  NOT_VEGETATED_PERCENTAGEDOUBLE

                  Percentage of pixels classified as non-vegetated

                  PROCESSING_BASELINESTRING

                  Configuration baseline used at the time of the product\n", + "Syntax and DS_Consistency) levels</p></td></tr><tr><td>GENERAL_QUALITY</td><td>STRING</td><td><p>Synthesis of the OLQC checks performed at the datastrip level (Relative_Orbit_Number)</p></td></tr><tr><td>GENERATION_TIME</td><td>DOUBLE</td><td><p>Product generation time</p></td></tr><tr><td>GEOMETRIC_QUALITY</td><td>STRING</td><td><p>Synthesis of the OLQC checks performed at the datastrip level (Attitude_Quality_Indicator)</p></td></tr><tr><td>GRANULE_ID</td><td>STRING</td><td><p>Unique identifier of the granule PDI (PDI_ID)</p></td></tr><tr><td>HIGH_PROBA_CLOUDS_PERCENTAGE</td><td>DOUBLE</td><td><p>Percentage of pixels classified as high probability clouds</p></td></tr><tr><td>MEAN_INCIDENCE_AZIMUTH_ANGLE_B1</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence azimuth angle average for band B1 and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_AZIMUTH_ANGLE_B2</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence azimuth angle average for band B2 and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_AZIMUTH_ANGLE_B3</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence azimuth angle average for band B3 and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_AZIMUTH_ANGLE_B4</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence azimuth angle average for band B4 and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_AZIMUTH_ANGLE_B5</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence azimuth angle average for band B5 and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_AZIMUTH_ANGLE_B6</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence azimuth angle average for band B6 and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_AZIMUTH_ANGLE_B7</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence azimuth angle average for band B7 and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_AZIMUTH_ANGLE_B8</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence azimuth angle average for band B8 and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_AZIMUTH_ANGLE_B8A</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence azimuth angle average for band B8a and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_AZIMUTH_ANGLE_B9</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence azimuth angle average for band B9 and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_AZIMUTH_ANGLE_B10</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence azimuth angle average for band B10 and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_AZIMUTH_ANGLE_B11</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence azimuth angle average for band B11 and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_AZIMUTH_ANGLE_B12</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence azimuth angle average for band B12 and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_ZENITH_ANGLE_B1</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence zenith angle average for band B1 and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_ZENITH_ANGLE_B2</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence zenith angle average for band B2 and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_ZENITH_ANGLE_B3</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence zenith angle average for band B3 and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_ZENITH_ANGLE_B4</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence zenith angle average for band B4 and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_ZENITH_ANGLE_B5</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence zenith angle average for band B5 and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_ZENITH_ANGLE_B6</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence zenith angle average for band B6 and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_ZENITH_ANGLE_B7</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence zenith angle average for band B7 and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_ZENITH_ANGLE_B8</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence zenith angle average for band B8 and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_ZENITH_ANGLE_B8A</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence zenith angle average for band B8a and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_ZENITH_ANGLE_B9</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence zenith angle average for band B9 and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_ZENITH_ANGLE_B10</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence zenith angle average for band B10 and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_ZENITH_ANGLE_B11</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence zenith angle average for band B11 and for all detectors</p></td></tr><tr><td>MEAN_INCIDENCE_ZENITH_ANGLE_B12</td><td>DOUBLE</td><td><p>Mean value containing viewing incidence zenith angle average for band B12 and for all detectors</p></td></tr><tr><td>MEAN_SOLAR_AZIMUTH_ANGLE</td><td>DOUBLE</td><td><p>Mean value containing sun azimuth angle average for all bands and detectors</p></td></tr><tr><td>MEAN_SOLAR_ZENITH_ANGLE</td><td>DOUBLE</td><td><p>Mean value containing sun zenith angle average for all bands and detectors</p></td></tr><tr><td>MEDIUM_PROBA_CLOUDS_PERCENTAGE</td><td>DOUBLE</td><td><p>Percentage of pixels classified as medium probability clouds</p></td></tr><tr><td>MGRS_TILE</td><td>STRING</td><td><p>US-Military Grid Reference System (MGRS) tile</p></td></tr><tr><td>NODATA_PIXEL_PERCENTAGE</td><td>DOUBLE</td><td><p>Percentage of No Data pixels</p></td></tr><tr><td>NOT_VEGETATED_PERCENTAGE</td><td>DOUBLE</td><td><p>Percentage of pixels classified as non-vegetated</p></td></tr><tr><td>PROCESSING_BASELINE</td><td>STRING</td><td><p>Configuration baseline used at the time of the product\n", "generation in terms of processor software version and major Ground\n", - "Image Processing Parameters (GIPP) version

                  PRODUCT_IDSTRING

                  The full id of the original Sentinel-2 product

                  RADIATIVE_TRANSFER_ACCURACYDOUBLE

                  Accuracy of radiative transfer model

                  RADIOMETRIC_QUALITYSTRING

                  Based on the OLQC reports contained in the Datastrips/QI_DATA with RADIOMETRIC_QUALITY checklist name

                  REFLECTANCE_CONVERSION_CORRECTIONDOUBLE

                  Earth-Sun distance correction factor

                  SATURATED_DEFECTIVE_PIXEL_PERCENTAGEDOUBLE

                  Percentage of saturated or defective pixels

                  SENSING_ORBIT_DIRECTIONSTRING

                  Imaging orbit direction

                  SENSING_ORBIT_NUMBERDOUBLE

                  Imaging orbit number

                  SENSOR_QUALITYSTRING

                  Synthesis of the OLQC checks performed at granule\n", + "Image Processing Parameters (GIPP) version</p></td></tr><tr><td>PRODUCT_ID</td><td>STRING</td><td><p>The full id of the original Sentinel-2 product</p></td></tr><tr><td>RADIATIVE_TRANSFER_ACCURACY</td><td>DOUBLE</td><td><p>Accuracy of radiative transfer model</p></td></tr><tr><td>RADIOMETRIC_QUALITY</td><td>STRING</td><td><p>Based on the OLQC reports contained in the Datastrips/QI_DATA with RADIOMETRIC_QUALITY checklist name</p></td></tr><tr><td>REFLECTANCE_CONVERSION_CORRECTION</td><td>DOUBLE</td><td><p>Earth-Sun distance correction factor</p></td></tr><tr><td>SATURATED_DEFECTIVE_PIXEL_PERCENTAGE</td><td>DOUBLE</td><td><p>Percentage of saturated or defective pixels</p></td></tr><tr><td>SENSING_ORBIT_DIRECTION</td><td>STRING</td><td><p>Imaging orbit direction</p></td></tr><tr><td>SENSING_ORBIT_NUMBER</td><td>DOUBLE</td><td><p>Imaging orbit number</p></td></tr><tr><td>SENSOR_QUALITY</td><td>STRING</td><td><p>Synthesis of the OLQC checks performed at granule\n", "(Missing_Lines, Corrupted_ISP, and Sensing_Time) and datastrip\n", - "(Degraded_SAD and Datation_Model) levels

                  SOLAR_IRRADIANCE_B1DOUBLE

                  Mean solar exoatmospheric irradiance for band B1

                  SOLAR_IRRADIANCE_B2DOUBLE

                  Mean solar exoatmospheric irradiance for band B2

                  SOLAR_IRRADIANCE_B3DOUBLE

                  Mean solar exoatmospheric irradiance for band B3

                  SOLAR_IRRADIANCE_B4DOUBLE

                  Mean solar exoatmospheric irradiance for band B4

                  SOLAR_IRRADIANCE_B5DOUBLE

                  Mean solar exoatmospheric irradiance for band B5

                  SOLAR_IRRADIANCE_B6DOUBLE

                  Mean solar exoatmospheric irradiance for band B6

                  SOLAR_IRRADIANCE_B7DOUBLE

                  Mean solar exoatmospheric irradiance for band B7

                  SOLAR_IRRADIANCE_B8DOUBLE

                  Mean solar exoatmospheric irradiance for band B8

                  SOLAR_IRRADIANCE_B8ADOUBLE

                  Mean solar exoatmospheric irradiance for band B8a

                  SOLAR_IRRADIANCE_B9DOUBLE

                  Mean solar exoatmospheric irradiance for band B9

                  SOLAR_IRRADIANCE_B10DOUBLE

                  Mean solar exoatmospheric irradiance for band B10

                  SOLAR_IRRADIANCE_B11DOUBLE

                  Mean solar exoatmospheric irradiance for band B11

                  SOLAR_IRRADIANCE_B12DOUBLE

                  Mean solar exoatmospheric irradiance for band B12

                  SNOW_ICE_PERCENTAGEDOUBLE

                  Percentage of pixels classified as snow or ice

                  SPACECRAFT_NAMESTRING

                  Sentinel-2 spacecraft name: Sentinel-2A, Sentinel-2B

                  THIN_CIRRUS_PERCENTAGEDOUBLE

                  Percentage of pixels classified as thin cirrus clouds

                  UNCLASSIFIED_PERCENTAGEDOUBLE

                  Percentage of unclassified pixels

                  VEGETATION_PERCENTAGEDOUBLE

                  Percentage of pixels classified as vegetation

                  WATER_PERCENTAGEDOUBLE

                  Percentage of pixels classified as water

                  WATER_VAPOUR_RETRIEVAL_ACCURACYDOUBLE

                  Declared accuracy of the Water Vapor model

                  Terms of Use

                  The use of Sentinel data is governed by the Copernicus\n", - "Sentinel Data Terms and Conditions.

                  • 0:copernicus
                  • 1:esa
                  • 2:eu
                  • 3:msi
                  • 4:reflectance
                  • 5:sentinel
                  • 6:sr
                • period:0
                  • 0:msi
                  • 1:sr
                  • 2:reflectance
                • provider:European Union/ESA/Copernicus
                • provider_url:https://earth.esa.int/web/sentinel/user-guides/sentinel-2-msi/product-types/level-2a
                • sample:https://mw1.google.com/ges/dd/images/COPERNICUS_S2_SR_sample.png
                  • 0:eu
                  • 1:esa
                  • 2:copernicus
                  • 3:sentinel
                • system:visualization_0_bands:B4,B3,B2
                • system:visualization_0_max:3000.0
                • system:visualization_0_min:0.0
                • system:visualization_0_name:RGB
                  • 0:copernicus
                  • 1:esa
                  • 2:eu
                  • 3:msi
                  • 4:reflectance
                  • 5:sentinel
                  • 6:sr
                • thumb:https://mw1.google.com/ges/dd/images/COPERNICUS_S2_SR_thumb.png
                • title:Sentinel-2 MSI: MultiSpectral Instrument, Level-2A
                • type_name:ImageCollection
                • visualization_0_bands:B4,B3,B2
                • visualization_0_max:3000.0
                • visualization_0_min:0.0
                • visualization_0_name:RGB
                  • type:Image
                  • id:COPERNICUS/S2_SR/20170328T083601_20170328T084228_T35RNK
                  • version:1644772313475563
                      • id:B1
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-60
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                      • id:B2
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B3
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B4
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B5
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B6
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B7
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B8
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B8A
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B9
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-60
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                      • id:B11
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B12
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:AOT
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:WVP
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:SCL
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3000000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:TCI_R
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3000000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:TCI_G
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3000000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:TCI_B
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3000000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:MSK_CLDPRB
                      • crs:EPSG:32635
                        • 0:1
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:1
                        • 5:3000000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:1
                        • 1:1
                      • id:MSK_SNWPRB
                      • crs:EPSG:32635
                        • 0:1
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:1
                        • 5:3000000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:1
                        • 1:1
                      • id:QA10
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:QA20
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3000000
                        • type:PixelType
                        • max:4294967295
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:QA60
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-60
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                    • AOT_RETRIEVAL_ACCURACY:0
                    • BARE_SOILS_PERCENTAGE:95.713365
                    • CLOUDY_PIXEL_PERCENTAGE:0.9371
                    • CLOUD_COVERAGE_ASSESSMENT:0.9371
                    • CLOUD_COVERAGE_PERCENTAGE:0.125049
                    • CLOUD_SHADOW_PERCENTAGE:0.002297
                    • DARK_FEATURES_PERCENTAGE:0.009656
                    • DATASTRIP_ID:S2A_USER_MSI_L2A_DS_MPS__20170328T123128_S20170328T084228_N02.04
                    • DATATAKE_IDENTIFIER:GS2A_20170328T083601_009213_N02.04
                    • DATATAKE_TYPE:INS-NOBS
                    • DEGRADED_MSI_DATA_PERCENTAGE:0
                    • FORMAT_CORRECTNESS_FLAG:PASSED
                    • GENERAL_QUALITY_FLAG:PASSED
                    • GENERATION_TIME:1490833524000
                    • GEOMETRIC_QUALITY_FLAG:PASSED
                    • GRANULE_ID:L2A_T35RNK_A009213_20170328T084228
                    • HIGH_PROBA_CLOUDS_PERCENTAGE:0.009395
                    • LOW_PROBA_CLOUDS_PERCENTAGE:3.266497
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B1:102.278039620893
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B10:102.387203144909
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B11:102.315681976464
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B12:102.250289538229
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B2:102.394454121819
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B3:102.389237545572
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B4:102.356370499476
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B5:102.352643621664
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B6:102.352232896132
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B7:102.318357793202
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8:102.383153807081
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8A:102.298310347845
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B9:102.255545015823
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B1:7.97937567487903
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B10:7.84510879619063
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B11:7.89216314554438
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B12:7.96639694613242
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B2:7.78469074687201
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B3:7.80764616306986
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B4:7.8341910219081
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B5:7.85692977605161
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B6:7.88239106253906
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B7:7.90695091136708
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B8:7.796699156862
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B8A:7.93770186590827
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B9:8.01613094389656
                    • MEAN_SOLAR_AZIMUTH_ANGLE:136.683697922854
                    • MEAN_SOLAR_ZENITH_ANGLE:30.6150451978666
                    • MEDIUM_PROBA_CLOUDS_PERCENTAGE:0.115654
                    • MGRS_TILE:35RNK
                    • NODATA_PIXEL_PERCENTAGE:8.42899
                    • PROCESSING_BASELINE:02.04
                    • PRODUCT_ID:S2A_MSIL2A_20170328T083601_N0204_R064_T35RNK_20170328T084228
                    • RADIATIVE_TRANSFER_ACCURAY:0
                    • RADIOMETRIC_QUALITY_FLAG:PASSED
                    • REFLECTANCE_CONVERSION_CORRECTION:1.00613186852888
                    • SATURATED_DEFECTIVE_PIXEL_PERCENTAGE:0
                    • SENSING_ORBIT_DIRECTION:DESCENDING
                    • SENSING_ORBIT_NUMBER:64
                    • SENSOR_QUALITY_FLAG:PASSED
                    • SNOW_ICE_PERCENTAGE:0
                    • SOLAR_IRRADIANCE_B1:1913.57
                    • SOLAR_IRRADIANCE_B10:367.15
                    • SOLAR_IRRADIANCE_B11:245.59
                    • SOLAR_IRRADIANCE_B12:85.25
                    • SOLAR_IRRADIANCE_B2:1941.63
                    • SOLAR_IRRADIANCE_B3:1822.61
                    • SOLAR_IRRADIANCE_B4:1512.79
                    • SOLAR_IRRADIANCE_B5:1425.56
                    • SOLAR_IRRADIANCE_B6:1288.32
                    • SOLAR_IRRADIANCE_B7:1163.19
                    • SOLAR_IRRADIANCE_B8:1036.39
                    • SOLAR_IRRADIANCE_B8A:955.19
                    • SOLAR_IRRADIANCE_B9:813.04
                    • SPACECRAFT_NAME:Sentinel-2A
                    • THIN_CIRRUS_PERCENTAGE:0
                    • VEGETATION_PERCENTAGE:0.808226
                    • WATER_PERCENTAGE:0.074907
                    • WATER_VAPOUR_RETRIEVAL_ACCURACY:0
                    • system:asset_size:1396774832
                      • type:LinearRing
                          • 0:28.107426889904886
                          • 1:27.11819105630901
                          • 0:28.10741028029859
                          • 1:27.11819399702698
                          • 0:27.21229436586105
                          • 1:27.122399178330305
                          • 0:27.21226134691695
                          • 1:27.122373367738696
                          • 0:27.21221774036841
                          • 1:27.12236814423152
                          • 0:27.21220374320269
                          • 1:27.122349375161726
                          • 0:27.211591366257103
                          • 1:27.12125813636491
                          • 0:27.210978897736958
                          • 1:27.119081495023572
                          • 0:27.204880401375053
                          • 1:27.09471254136155
                          • 0:27.026163360366766
                          • 1:26.365682201299258
                          • 0:27.00390815662182
                          • 1:26.274125806825698
                          • 0:26.999699341299365
                          • 1:26.256779664191527
                          • 0:26.99969970057016
                          • 1:26.131258307936516
                          • 0:26.99974038798357
                          • 1:26.131216828148673
                          • 0:26.99977721322956
                          • 1:26.131168305082245
                          • 0:28.097889859048905
                          • 1:26.126986431099567
                          • 0:28.097936386331536
                          • 1:26.12702272123306
                          • 0:28.097990772333393
                          • 1:26.1270552865103
                          • 0:28.102684961905215
                          • 1:26.622607117747478
                          • 0:28.107501990309334
                          • 1:27.118103242418634
                          • 0:28.10746135929785
                          • 1:27.118145059123197
                          • 0:28.107426889904886
                          • 1:27.11819105630901
                    • system:index:20170328T083601_20170328T084228_T35RNK
                    • system:time_end:1490690548704
                    • system:time_start:1490690548704
                  • type:Image
                  • id:COPERNICUS/S2_SR/20170328T083601_20170328T084228_T35RNL
                  • version:1645331235349859
                      • id:B1
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-60
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                      • id:B2
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B3
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B4
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B5
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B6
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B7
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B8
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B8A
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B9
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-60
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                      • id:B11
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B12
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:AOT
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:WVP
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:SCL
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3100020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:TCI_R
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3100020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:TCI_G
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3100020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:TCI_B
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3100020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:MSK_CLDPRB
                      • crs:EPSG:32635
                        • 0:1
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:1
                        • 5:3100020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:1
                        • 1:1
                      • id:MSK_SNWPRB
                      • crs:EPSG:32635
                        • 0:1
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:1
                        • 5:3100020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:1
                        • 1:1
                      • id:QA10
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:QA20
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3100020
                        • type:PixelType
                        • max:4294967295
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:QA60
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-60
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                    • AOT_RETRIEVAL_ACCURACY:0
                    • BARE_SOILS_PERCENTAGE:95.071429
                    • CLOUDY_PIXEL_PERCENTAGE:1.4639
                    • CLOUD_COVERAGE_ASSESSMENT:1.4639
                    • CLOUD_COVERAGE_PERCENTAGE:0.224897
                    • CLOUD_SHADOW_PERCENTAGE:0.00428
                    • DARK_FEATURES_PERCENTAGE:0.015394
                    • DATASTRIP_ID:S2A_USER_MSI_L2A_DS_MPS__20170328T123128_S20170328T084228_N02.04
                    • DATATAKE_IDENTIFIER:GS2A_20170328T083601_009213_N02.04
                    • DATATAKE_TYPE:INS-NOBS
                    • DEGRADED_MSI_DATA_PERCENTAGE:0
                    • FORMAT_CORRECTNESS_FLAG:PASSED
                    • GENERAL_QUALITY_FLAG:PASSED
                    • GENERATION_TIME:1490845271000
                    • GEOMETRIC_QUALITY_FLAG:PASSED
                    • GRANULE_ID:L2A_T35RNL_A009213_20170328T084228
                    • HIGH_PROBA_CLOUDS_PERCENTAGE:0.023603
                    • LOW_PROBA_CLOUDS_PERCENTAGE:4.163379
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B1:104.567115178866
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B10:103.623644544347
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B11:104.025182064291
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B12:104.417025490871
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B2:102.921134879922
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B3:103.271249840646
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B4:103.609273219246
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B5:103.794543873275
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B6:103.96451343688
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B7:104.1436317374
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8:103.090969679931
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8A:104.310902315755
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B9:104.739293125948
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B1:8.81858851727027
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B10:8.67435939192528
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B11:8.72342663472199
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B12:8.78689327580851
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B2:8.64634171324533
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B3:8.67223171051305
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B4:8.6957486028144
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B5:8.71515053173898
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B6:8.73686759238397
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B7:8.76095504402237
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B8:8.65963151760375
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B8A:8.78726632686348
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B9:8.85022609569992
                    • MEAN_SOLAR_AZIMUTH_ANGLE:137.619664879748
                    • MEAN_SOLAR_ZENITH_ANGLE:31.3115801677624
                    • MEDIUM_PROBA_CLOUDS_PERCENTAGE:0.201293
                    • MGRS_TILE:35RNL
                    • NODATA_PIXEL_PERCENTAGE:28.142375
                    • PROCESSING_BASELINE:02.04
                    • PRODUCT_ID:S2A_MSIL2A_20170328T083601_N0204_R064_T35RNL_20170328T084228
                    • RADIATIVE_TRANSFER_ACCURAY:0
                    • RADIOMETRIC_QUALITY_FLAG:PASSED
                    • REFLECTANCE_CONVERSION_CORRECTION:1.00613186852888
                    • SATURATED_DEFECTIVE_PIXEL_PERCENTAGE:0
                    • SENSING_ORBIT_DIRECTION:DESCENDING
                    • SENSING_ORBIT_NUMBER:64
                    • SENSOR_QUALITY_FLAG:PASSED
                    • SNOW_ICE_PERCENTAGE:0
                    • SOLAR_IRRADIANCE_B1:1913.57
                    • SOLAR_IRRADIANCE_B10:367.15
                    • SOLAR_IRRADIANCE_B11:245.59
                    • SOLAR_IRRADIANCE_B12:85.25
                    • SOLAR_IRRADIANCE_B2:1941.63
                    • SOLAR_IRRADIANCE_B3:1822.61
                    • SOLAR_IRRADIANCE_B4:1512.79
                    • SOLAR_IRRADIANCE_B5:1425.56
                    • SOLAR_IRRADIANCE_B6:1288.32
                    • SOLAR_IRRADIANCE_B7:1163.19
                    • SOLAR_IRRADIANCE_B8:1036.39
                    • SOLAR_IRRADIANCE_B8A:955.19
                    • SOLAR_IRRADIANCE_B9:813.04
                    • SPACECRAFT_NAME:Sentinel-2A
                    • THIN_CIRRUS_PERCENTAGE:0
                    • VEGETATION_PERCENTAGE:0.413109
                    • WATER_PERCENTAGE:0.107508
                    • WATER_VAPOUR_RETRIEVAL_ACCURACY:0
                    • system:asset_size:1080391315
                      • type:LinearRing
                          • 0:27.190682408582873
                          • 1:27.034158897336546
                          • 0:27.19073445483362
                          • 1:27.034132335517047
                          • 0:28.106534523179548
                          • 1:27.029912420691925
                          • 0:28.106636235177547
                          • 1:27.029981184406896
                          • 0:28.111556382016165
                          • 1:27.525468373085424
                          • 0:28.116603813411917
                          • 1:28.020898981476286
                          • 0:28.11652585949817
                          • 1:28.020989543017414
                          • 0:27.434992680075922
                          • 1:28.024837067155904
                          • 0:27.434899111573532
                          • 1:28.02478888439672
                          • 0:27.434274065656627
                          • 1:28.02260321041018
                          • 0:27.425592675412876
                          • 1:27.987964799783466
                          • 0:27.38783188823215
                          • 1:27.83641785076414
                          • 0:27.37115234984851
                          • 1:27.769299525576862
                          • 0:27.237849414188453
                          • 1:27.22954375117679
                          • 0:27.231738000313083
                          • 1:27.204635961266323
                          • 0:27.190251411274478
                          • 1:27.03513543849035
                          • 0:27.190250424188196
                          • 1:27.034546999952813
                          • 0:27.190682408582873
                          • 1:27.034158897336546
                    • system:index:20170328T083601_20170328T084228_T35RNL
                    • system:time_end:1490690548704
                    • system:time_start:1490690548704
                  • type:Image
                  • id:COPERNICUS/S2_SR/20170328T083601_20170328T084228_T35RNM
                  • version:1645138527625437
                      • id:B1
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-60
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                      • id:B2
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B3
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B4
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B5
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B6
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B7
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B8
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B8A
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B9
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-60
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                      • id:B11
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B12
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:AOT
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:WVP
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:SCL
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3200040
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:TCI_R
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3200040
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:TCI_G
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3200040
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:TCI_B
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3200040
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:MSK_CLDPRB
                      • crs:EPSG:32635
                        • 0:1
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:1
                        • 5:3200040
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:1
                        • 1:1
                      • id:MSK_SNWPRB
                      • crs:EPSG:32635
                        • 0:1
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:1
                        • 5:3200040
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:1
                        • 1:1
                      • id:QA10
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:QA20
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3200040
                        • type:PixelType
                        • max:4294967295
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:QA60
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-60
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                    • AOT_RETRIEVAL_ACCURACY:0
                    • BARE_SOILS_PERCENTAGE:88.374627
                    • CLOUDY_PIXEL_PERCENTAGE:3.8607
                    • CLOUD_COVERAGE_ASSESSMENT:3.8607
                    • CLOUD_COVERAGE_PERCENTAGE:0.082801
                    • CLOUD_SHADOW_PERCENTAGE:7e-05
                    • DARK_FEATURES_PERCENTAGE:0
                    • DATASTRIP_ID:S2A_USER_MSI_L2A_DS_MPS__20170328T123128_S20170328T084228_N02.04
                    • DATATAKE_IDENTIFIER:GS2A_20170328T083601_009213_N02.04
                    • DATATAKE_TYPE:INS-NOBS
                    • DEGRADED_MSI_DATA_PERCENTAGE:0
                    • FORMAT_CORRECTNESS_FLAG:PASSED
                    • GENERAL_QUALITY_FLAG:PASSED
                    • GENERATION_TIME:1490866099000
                    • GEOMETRIC_QUALITY_FLAG:PASSED
                    • GRANULE_ID:L2A_T35RNM_A009213_20170328T084228
                    • HIGH_PROBA_CLOUDS_PERCENTAGE:0
                    • LOW_PROBA_CLOUDS_PERCENTAGE:11.397176
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B1:103.256227555342
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B10:102.790759225307
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B11:102.969596507555
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B12:103.224163432254
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B2:102.443838894217
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B3:102.63940089151
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B4:102.793110821053
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B5:102.894301373981
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B6:102.982526756786
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B7:103.079551794189
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8:102.538940034604
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8A:103.128545006266
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B9:103.340899108775
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B1:9.63754277402365
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B10:9.51040407743285
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B11:9.55344083898503
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B12:9.61278549548682
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B2:9.48998355181051
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B3:9.5017982741057
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B4:9.5291313886193
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B5:9.54626398712918
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B6:9.56549477430116
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B7:9.58684691925802
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B8:9.49071700003941
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B8A:9.61166218408591
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B9:9.66574207167135
                    • MEAN_SOLAR_AZIMUTH_ANGLE:138.511244551408
                    • MEAN_SOLAR_ZENITH_ANGLE:32.0167450476774
                    • MEDIUM_PROBA_CLOUDS_PERCENTAGE:0.082801
                    • MGRS_TILE:35RNM
                    • NODATA_PIXEL_PERCENTAGE:47.944936
                    • PROCESSING_BASELINE:02.04
                    • PRODUCT_ID:S2A_MSIL2A_20170328T083601_N0204_R064_T35RNM_20170328T084228
                    • RADIATIVE_TRANSFER_ACCURAY:0
                    • RADIOMETRIC_QUALITY_FLAG:PASSED
                    • REFLECTANCE_CONVERSION_CORRECTION:1.00613186852888
                    • SATURATED_DEFECTIVE_PIXEL_PERCENTAGE:0
                    • SENSING_ORBIT_DIRECTION:DESCENDING
                    • SENSING_ORBIT_NUMBER:64
                    • SENSOR_QUALITY_FLAG:PASSED
                    • SNOW_ICE_PERCENTAGE:0
                    • SOLAR_IRRADIANCE_B1:1913.57
                    • SOLAR_IRRADIANCE_B10:367.15
                    • SOLAR_IRRADIANCE_B11:245.59
                    • SOLAR_IRRADIANCE_B12:85.25
                    • SOLAR_IRRADIANCE_B2:1941.63
                    • SOLAR_IRRADIANCE_B3:1822.61
                    • SOLAR_IRRADIANCE_B4:1512.79
                    • SOLAR_IRRADIANCE_B5:1425.56
                    • SOLAR_IRRADIANCE_B6:1288.32
                    • SOLAR_IRRADIANCE_B7:1163.19
                    • SOLAR_IRRADIANCE_B8:1036.39
                    • SOLAR_IRRADIANCE_B8A:955.19
                    • SOLAR_IRRADIANCE_B9:813.04
                    • SPACECRAFT_NAME:Sentinel-2A
                    • THIN_CIRRUS_PERCENTAGE:0
                    • VEGETATION_PERCENTAGE:0
                    • WATER_PERCENTAGE:0.145327
                    • WATER_VAPOUR_RETRIEVAL_ACCURACY:0
                    • system:asset_size:761153923
                      • type:LinearRing
                          • 0:27.66052009585949
                          • 1:28.925893960712962
                          • 0:27.66051006968037
                          • 1:28.925870988810416
                          • 0:27.658935147242243
                          • 1:28.920191917766438
                          • 0:27.618001343780538
                          • 1:28.763876037279886
                          • 0:27.6073057101878
                          • 1:28.721140636546863
                          • 0:27.413197447384718
                          • 1:27.938162777437288
                          • 0:27.41319323454089
                          • 1:27.93707003643139
                          • 0:27.413208831026086
                          • 1:27.937018830431906
                          • 0:27.413627874057127
                          • 1:27.936644198509974
                          • 0:27.413680220759932
                          • 1:27.93661747537432
                          • 0:28.11559407090724
                          • 1:27.93271982816523
                          • 0:28.11569667058435
                          • 1:27.932788585528527
                          • 0:28.120850865084368
                          • 1:28.428209525551274
                          • 0:28.126136787961382
                          • 1:28.92357320972733
                          • 0:28.126058302566324
                          • 1:28.923663812402424
                          • 0:27.66123123705587
                          • 1:28.92674901305575
                          • 0:27.661201606226435
                          • 1:28.926726383177797
                          • 0:27.66115827896289
                          • 1:28.926726180541355
                          • 0:27.66052009585949
                          • 1:28.925893960712962
                    • system:index:20170328T083601_20170328T084228_T35RNM
                    • system:time_end:1490690548704
                    • system:time_start:1490690548704
                  • type:Image
                  • id:COPERNICUS/S2_SR/20170328T083601_20170328T084228_T35RNN
                  • version:1645345720121096
                      • id:B1
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-60
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                      • id:B2
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B3
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B4
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B5
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B6
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B7
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B8
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B8A
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B9
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-60
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                      • id:B11
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B12
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:AOT
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:WVP
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:SCL
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3300000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:TCI_R
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3300000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:TCI_G
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3300000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:TCI_B
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3300000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:MSK_CLDPRB
                      • crs:EPSG:32635
                        • 0:1
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:1
                        • 5:3300000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:1
                        • 1:1
                      • id:MSK_SNWPRB
                      • crs:EPSG:32635
                        • 0:1
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:1
                        • 5:3300000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:1
                        • 1:1
                      • id:QA10
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:QA20
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3300000
                        • type:PixelType
                        • max:4294967295
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:QA60
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-60
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                    • AOT_RETRIEVAL_ACCURACY:0
                    • BARE_SOILS_PERCENTAGE:98.496389
                    • CLOUDY_PIXEL_PERCENTAGE:0.0495
                    • CLOUD_COVERAGE_ASSESSMENT:0.0495
                    • CLOUD_COVERAGE_PERCENTAGE:0.009656
                    • CLOUD_SHADOW_PERCENTAGE:0
                    • DARK_FEATURES_PERCENTAGE:0
                    • DATASTRIP_ID:S2A_USER_MSI_L2A_DS_MPS__20170328T123128_S20170328T084228_N02.04
                    • DATATAKE_IDENTIFIER:GS2A_20170328T083601_009213_N02.04
                    • DATATAKE_TYPE:INS-NOBS
                    • DEGRADED_MSI_DATA_PERCENTAGE:0
                    • FORMAT_CORRECTNESS_FLAG:PASSED
                    • GENERAL_QUALITY_FLAG:PASSED
                    • GENERATION_TIME:1490846463000
                    • GEOMETRIC_QUALITY_FLAG:PASSED
                    • GRANULE_ID:L2A_T35RNN_A009213_20170328T084228
                    • HIGH_PROBA_CLOUDS_PERCENTAGE:0.004169
                    • LOW_PROBA_CLOUDS_PERCENTAGE:1.235999
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B1:104.828288443419
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B10:103.710231188806
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B11:104.233246535816
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B12:104.801561371549
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B2:102.811818362599
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B3:103.297695916294
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B4:103.739321391783
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B5:103.98593539883
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B6:104.220809758186
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B7:104.403289777273
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8:103.054965806683
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8A:104.629993197177
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B9:105.054415753724
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B1:10.4359059745328
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B10:10.3175638250922
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B11:10.351997366471
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B12:10.3994609471123
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B2:10.3056259148627
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B3:10.3227138221061
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B4:10.3452655422692
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B5:10.3603107631098
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B6:10.3772310938066
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B7:10.3940290982636
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B8:10.3131911857969
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B8A:10.4147310045116
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B9:10.4610611301034
                    • MEAN_SOLAR_AZIMUTH_ANGLE:139.360210423459
                    • MEAN_SOLAR_ZENITH_ANGLE:32.7295420044712
                    • MEDIUM_PROBA_CLOUDS_PERCENTAGE:0.005487
                    • MGRS_TILE:35RNN
                    • NODATA_PIXEL_PERCENTAGE:67.529982
                    • PROCESSING_BASELINE:02.04
                    • PRODUCT_ID:S2A_MSIL2A_20170328T083601_N0204_R064_T35RNN_20170328T084228
                    • RADIATIVE_TRANSFER_ACCURAY:0
                    • RADIOMETRIC_QUALITY_FLAG:PASSED
                    • REFLECTANCE_CONVERSION_CORRECTION:1.00613186852888
                    • SATURATED_DEFECTIVE_PIXEL_PERCENTAGE:0
                    • SENSING_ORBIT_DIRECTION:DESCENDING
                    • SENSING_ORBIT_NUMBER:64
                    • SENSOR_QUALITY_FLAG:PASSED
                    • SNOW_ICE_PERCENTAGE:0
                    • SOLAR_IRRADIANCE_B1:1913.57
                    • SOLAR_IRRADIANCE_B10:367.15
                    • SOLAR_IRRADIANCE_B11:245.59
                    • SOLAR_IRRADIANCE_B12:85.25
                    • SOLAR_IRRADIANCE_B2:1941.63
                    • SOLAR_IRRADIANCE_B3:1822.61
                    • SOLAR_IRRADIANCE_B4:1512.79
                    • SOLAR_IRRADIANCE_B5:1425.56
                    • SOLAR_IRRADIANCE_B6:1288.32
                    • SOLAR_IRRADIANCE_B7:1163.19
                    • SOLAR_IRRADIANCE_B8:1036.39
                    • SOLAR_IRRADIANCE_B8A:955.19
                    • SOLAR_IRRADIANCE_B9:813.04
                    • SPACECRAFT_NAME:Sentinel-2A
                    • THIN_CIRRUS_PERCENTAGE:0
                    • VEGETATION_PERCENTAGE:0
                    • WATER_PERCENTAGE:0.257957
                    • WATER_VAPOUR_RETRIEVAL_ACCURACY:0
                    • system:asset_size:471908029
                      • type:LinearRing
                          • 0:27.88842524950956
                          • 1:29.82753881324191
                          • 0:27.888370620666805
                          • 1:29.827521800607936
                          • 0:27.887404375875192
                          • 1:29.824258808230915
                          • 0:27.885799201832107
                          • 1:29.81831220433486
                          • 0:27.881300829888804
                          • 1:29.801015085321666
                          • 0:27.84214738719034
                          • 1:29.647492860544812
                          • 0:27.648205306936664
                          • 1:28.877460262880806
                          • 0:27.641896262720305
                          • 1:28.852037161267152
                          • 0:27.63905326964844
                          • 1:28.840127277202782
                          • 0:27.639041630791642
                          • 1:28.838222862515003
                          • 0:27.639074756766796
                          • 1:28.838189583729562
                          • 0:27.63908917104066
                          • 1:28.838143745654886
                          • 0:27.63943403892886
                          • 1:28.838040755080446
                          • 0:28.12507763395451
                          • 1:28.83486462502081
                          • 0:28.12518112095965
                          • 1:28.834933315181832
                          • 0:28.13057753945981
                          • 1:29.33028670127475
                          • 0:28.136110753121315
                          • 1:29.82558194403283
                          • 0:28.136031557940814
                          • 1:29.825672566403878
                          • 0:27.888466109369716
                          • 1:29.82756961152716
                          • 0:27.88842524950956
                          • 1:29.82753881324191
                    • system:index:20170328T083601_20170328T084228_T35RNN
                    • system:time_end:1490690548704
                    • system:time_start:1490690548704
                  • type:Image
                  • id:COPERNICUS/S2_SR/20170328T083601_20170328T084228_T35RNP
                  • version:1645343020123264
                      • id:B1
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-60
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                      • id:B2
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B3
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B4
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B5
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B6
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B7
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B8
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B8A
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B9
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-60
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                      • id:B11
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B12
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:AOT
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:WVP
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:SCL
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3400020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:TCI_R
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3400020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:TCI_G
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3400020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:TCI_B
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3400020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:MSK_CLDPRB
                      • crs:EPSG:32635
                        • 0:1
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:1
                        • 5:3400020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:1
                        • 1:1
                      • id:MSK_SNWPRB
                      • crs:EPSG:32635
                        • 0:1
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:1
                        • 5:3400020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:1
                        • 1:1
                      • id:QA10
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-10
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:QA20
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-20
                        • 5:3400020
                        • type:PixelType
                        • max:4294967295
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:QA60
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:499980
                        • 3:0
                        • 4:-60
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                    • AOT_RETRIEVAL_ACCURACY:0
                    • BARE_SOILS_PERCENTAGE:89.271051
                    • CLOUDY_PIXEL_PERCENTAGE:4.9981
                    • CLOUD_COVERAGE_ASSESSMENT:4.9981
                    • CLOUD_COVERAGE_PERCENTAGE:0.253862
                    • CLOUD_SHADOW_PERCENTAGE:0.018806
                    • DARK_FEATURES_PERCENTAGE:0.00023
                    • DATASTRIP_ID:S2A_USER_MSI_L2A_DS_MPS__20170328T123128_S20170328T084228_N02.04
                    • DATATAKE_IDENTIFIER:GS2A_20170328T083601_009213_N02.04
                    • DATATAKE_TYPE:INS-NOBS
                    • DEGRADED_MSI_DATA_PERCENTAGE:0
                    • FORMAT_CORRECTNESS_FLAG:PASSED
                    • GENERAL_QUALITY_FLAG:PASSED
                    • GENERATION_TIME:1490862827000
                    • GEOMETRIC_QUALITY_FLAG:PASSED
                    • GRANULE_ID:L2A_T35RNP_A009213_20170328T084228
                    • HIGH_PROBA_CLOUDS_PERCENTAGE:0.094591
                    • LOW_PROBA_CLOUDS_PERCENTAGE:9.85269
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B1:110.843865178217
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B10:106.93328310768
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B11:108.620138971383
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B12:110.299724787915
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B2:104.52246962795
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B3:105.955942928938
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B4:107.266763439919
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B5:107.984338495302
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B6:108.689681560031
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B7:109.401744174979
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8:105.239273114738
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8A:110.100411424222
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B9:111.555057407501
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B1:11.1843396638837
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B10:11.0767946014809
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B11:11.1078363886748
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B12:11.1488846758132
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B2:11.069801311021
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B3:11.0833613348016
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B4:11.1020845298752
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B5:11.1149060775154
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B6:11.1293064700554
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B7:11.1456437092745
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B8:11.0756822918613
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B8A:11.1634669873591
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B9:11.2062479924791
                    • MEAN_SOLAR_AZIMUTH_ANGLE:140.169908387241
                    • MEAN_SOLAR_ZENITH_ANGLE:33.4502377765181
                    • MEDIUM_PROBA_CLOUDS_PERCENTAGE:0.159271
                    • MGRS_TILE:35RNP
                    • NODATA_PIXEL_PERCENTAGE:87.032479
                    • PROCESSING_BASELINE:02.04
                    • PRODUCT_ID:S2A_MSIL2A_20170328T083601_N0204_R064_T35RNP_20170328T084228
                    • RADIATIVE_TRANSFER_ACCURAY:0
                    • RADIOMETRIC_QUALITY_FLAG:PASSED
                    • REFLECTANCE_CONVERSION_CORRECTION:1.00613186852888
                    • SATURATED_DEFECTIVE_PIXEL_PERCENTAGE:0
                    • SENSING_ORBIT_DIRECTION:DESCENDING
                    • SENSING_ORBIT_NUMBER:64
                    • SENSOR_QUALITY_FLAG:PASSED
                    • SNOW_ICE_PERCENTAGE:0
                    • SOLAR_IRRADIANCE_B1:1913.57
                    • SOLAR_IRRADIANCE_B10:367.15
                    • SOLAR_IRRADIANCE_B11:245.59
                    • SOLAR_IRRADIANCE_B12:85.25
                    • SOLAR_IRRADIANCE_B2:1941.63
                    • SOLAR_IRRADIANCE_B3:1822.61
                    • SOLAR_IRRADIANCE_B4:1512.79
                    • SOLAR_IRRADIANCE_B5:1425.56
                    • SOLAR_IRRADIANCE_B6:1288.32
                    • SOLAR_IRRADIANCE_B7:1163.19
                    • SOLAR_IRRADIANCE_B8:1036.39
                    • SOLAR_IRRADIANCE_B8A:955.19
                    • SOLAR_IRRADIANCE_B9:813.04
                    • SPACECRAFT_NAME:Sentinel-2A
                    • THIN_CIRRUS_PERCENTAGE:0
                    • VEGETATION_PERCENTAGE:0.00023
                    • WATER_PERCENTAGE:0.603133
                    • WATER_VAPOUR_RETRIEVAL_ACCURACY:0
                    • system:asset_size:193059406
                      • type:LinearRing
                          • 0:28.119674705612997
                          • 1:30.728299238048987
                          • 0:28.11961961200902
                          • 1:30.72828226607374
                          • 0:28.118635871263816
                          • 1:30.725021807908334
                          • 0:28.11700045810228
                          • 1:30.719079630569674
                          • 0:28.075163066298213
                          • 1:30.56243319197902
                          • 0:28.02241033775291
                          • 1:30.363623904765266
                          • 0:27.893866146019167
                          • 1:29.85263932555371
                          • 0:27.889680188403485
                          • 1:29.835882327956686
                          • 0:27.86651821039045
                          • 1:29.742631223892232
                          • 0:27.86619021866186
                          • 1:29.740729115261345
                          • 0:27.866180829576948
                          • 1:29.739639925642127
                          • 0:27.866214183181164
                          • 1:29.739606560754947
                          • 0:27.86622857977519
                          • 1:29.739560767007045
                          • 0:27.866576243761706
                          • 1:29.739457042891928
                          • 0:28.135012106507205
                          • 1:29.737427077946688
                          • 0:28.135116569750224
                          • 1:29.737495780428954
                          • 0:28.14076463440968
                          • 1:30.232780122092127
                          • 0:28.146554647975172
                          • 1:30.728005580278953
                          • 0:28.146474743313494
                          • 1:30.72809632262835
                          • 0:28.119715958835066
                          • 1:30.728329936903943
                          • 0:28.119674705612997
                          • 1:30.728299238048987
                    • system:index:20170328T083601_20170328T084228_T35RNP
                    • system:time_end:1490690548704
                    • system:time_start:1490690548704
                  • type:Image
                  • id:COPERNICUS/S2_SR/20170328T083601_20170328T084228_T35RPK
                  • version:1645096619082314
                      • id:B1
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-60
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                      • id:B2
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B3
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B4
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B5
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B6
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B7
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B8
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B8A
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B9
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-60
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                      • id:B11
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B12
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:AOT
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:WVP
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:SCL
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3000000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:TCI_R
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3000000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:TCI_G
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3000000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:TCI_B
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3000000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:MSK_CLDPRB
                      • crs:EPSG:32635
                        • 0:1
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:1
                        • 5:3000000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:1
                        • 1:1
                      • id:MSK_SNWPRB
                      • crs:EPSG:32635
                        • 0:1
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:1
                        • 5:3000000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:1
                        • 1:1
                      • id:QA10
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:QA20
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3000000
                        • type:PixelType
                        • max:4294967295
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:QA60
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-60
                        • 5:3000000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                    • AOT_RETRIEVAL_ACCURACY:0
                    • BARE_SOILS_PERCENTAGE:98.180109
                    • CLOUDY_PIXEL_PERCENTAGE:0.4514
                    • CLOUD_COVERAGE_ASSESSMENT:0.4514
                    • CLOUD_COVERAGE_PERCENTAGE:0.066201
                    • CLOUD_SHADOW_PERCENTAGE:0.000116
                    • DARK_FEATURES_PERCENTAGE:0.000173
                    • DATASTRIP_ID:S2A_USER_MSI_L2A_DS_MPS__20170328T123128_S20170328T084228_N02.04
                    • DATATAKE_IDENTIFIER:GS2A_20170328T083601_009213_N02.04
                    • DATATAKE_TYPE:INS-NOBS
                    • DEGRADED_MSI_DATA_PERCENTAGE:0
                    • FORMAT_CORRECTNESS_FLAG:PASSED
                    • GENERAL_QUALITY_FLAG:PASSED
                    • GENERATION_TIME:1490873709000
                    • GEOMETRIC_QUALITY_FLAG:PASSED
                    • GRANULE_ID:L2A_T35RPK_A009213_20170328T084228
                    • HIGH_PROBA_CLOUDS_PERCENTAGE:0.006294
                    • LOW_PROBA_CLOUDS_PERCENTAGE:1.503197
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B1:169.159230981263
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B10:170.751521498904
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B11:169.69047035985
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B12:169.197544640777
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B2:173.772897876585
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B3:171.439741396207
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B4:170.422949639806
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B5:170.000135537286
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B6:169.682832200804
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B7:169.44494735188
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8:172.725347057303
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8A:169.275438310076
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B9:169.074856602787
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B1:3.08592457546729
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B10:2.63161487924423
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B11:2.80908917384449
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B12:3.01158987406593
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B2:2.44230712765306
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B3:2.55212813513573
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B4:2.67216450432273
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B5:2.7463180495678
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B6:2.82492512706168
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B7:2.9080418569326
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B8:2.49069573989791
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B8A:2.99467713941481
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B9:3.18168378071272
                    • MEAN_SOLAR_AZIMUTH_ANGLE:138.240497010831
                    • MEAN_SOLAR_ZENITH_ANGLE:30.0088119937825
                    • MEDIUM_PROBA_CLOUDS_PERCENTAGE:0.059907
                    • MGRS_TILE:35RPK
                    • NODATA_PIXEL_PERCENTAGE:0
                    • PROCESSING_BASELINE:02.04
                    • PRODUCT_ID:S2A_MSIL2A_20170328T083601_N0204_R064_T35RPK_20170328T084228
                    • RADIATIVE_TRANSFER_ACCURAY:0
                    • RADIOMETRIC_QUALITY_FLAG:PASSED
                    • REFLECTANCE_CONVERSION_CORRECTION:1.00613186852888
                    • SATURATED_DEFECTIVE_PIXEL_PERCENTAGE:0
                    • SENSING_ORBIT_DIRECTION:DESCENDING
                    • SENSING_ORBIT_NUMBER:64
                    • SENSOR_QUALITY_FLAG:PASSED
                    • SNOW_ICE_PERCENTAGE:0
                    • SOLAR_IRRADIANCE_B1:1913.57
                    • SOLAR_IRRADIANCE_B10:367.15
                    • SOLAR_IRRADIANCE_B11:245.59
                    • SOLAR_IRRADIANCE_B12:85.25
                    • SOLAR_IRRADIANCE_B2:1941.63
                    • SOLAR_IRRADIANCE_B3:1822.61
                    • SOLAR_IRRADIANCE_B4:1512.79
                    • SOLAR_IRRADIANCE_B5:1425.56
                    • SOLAR_IRRADIANCE_B6:1288.32
                    • SOLAR_IRRADIANCE_B7:1163.19
                    • SOLAR_IRRADIANCE_B8:1036.39
                    • SOLAR_IRRADIANCE_B8A:955.19
                    • SOLAR_IRRADIANCE_B9:813.04
                    • SPACECRAFT_NAME:Sentinel-2A
                    • THIN_CIRRUS_PERCENTAGE:0
                    • VEGETATION_PERCENTAGE:0.250205
                    • WATER_PERCENTAGE:0
                    • WATER_VAPOUR_RETRIEVAL_ACCURACY:0
                    • system:asset_size:1471438020
                      • type:LinearRing
                          • 0:28.008842154656737
                          • 1:27.11885776348589
                          • 0:28.008841261167813
                          • 1:27.11884650613508
                          • 0:28.004453104172143
                          • 1:26.623334691130307
                          • 0:28.000177066593718
                          • 1:26.127787739627294
                          • 0:28.00021745425661
                          • 1:26.127746008334352
                          • 0:28.000251676539023
                          • 1:26.127700033039698
                          • 0:28.000268117528744
                          • 1:26.127697072843777
                          • 0:29.09794588484241
                          • 1:26.115898039893665
                          • 0:29.09799274840699
                          • 1:26.11593395436622
                          • 0:29.098044227305966
                          • 1:26.115964255843487
                          • 0:29.09804760006081
                          • 1:26.115979031122222
                          • 0:29.10701123018455
                          • 1:26.61127545660706
                          • 0:29.11620968556332
                          • 1:27.106527033254523
                          • 0:29.11616939483716
                          • 1:27.10656909671372
                          • 0:29.11613531632913
                          • 1:27.106615318576363
                          • 0:29.11611872080292
                          • 1:27.106618331444544
                          • 0:28.008943208225286
                          • 1:27.118935794135826
                          • 0:28.008896300077275
                          • 1:27.11889954004538
                          • 0:28.008844656425705
                          • 1:27.118868838507233
                          • 0:28.008842154656737
                          • 1:27.11885776348589
                    • system:index:20170328T083601_20170328T084228_T35RPK
                    • system:time_end:1490690548704
                    • system:time_start:1490690548704
                  • type:Image
                  • id:COPERNICUS/S2_SR/20170328T083601_20170328T084228_T35RPL
                  • version:1645145328246341
                      • id:B1
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-60
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                      • id:B2
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B3
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B4
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B5
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B6
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B7
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B8
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B8A
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B9
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-60
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                      • id:B11
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B12
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:AOT
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:WVP
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:SCL
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3100020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:TCI_R
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3100020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:TCI_G
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3100020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:TCI_B
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3100020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:MSK_CLDPRB
                      • crs:EPSG:32635
                        • 0:1
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:1
                        • 5:3100020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:1
                        • 1:1
                      • id:MSK_SNWPRB
                      • crs:EPSG:32635
                        • 0:1
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:1
                        • 5:3100020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:1
                        • 1:1
                      • id:QA10
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:QA20
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3100020
                        • type:PixelType
                        • max:4294967295
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:QA60
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-60
                        • 5:3100020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                    • AOT_RETRIEVAL_ACCURACY:0
                    • BARE_SOILS_PERCENTAGE:95.862609
                    • CLOUDY_PIXEL_PERCENTAGE:1.1855
                    • CLOUD_COVERAGE_ASSESSMENT:1.1855
                    • CLOUD_COVERAGE_PERCENTAGE:0.445164
                    • CLOUD_SHADOW_PERCENTAGE:0
                    • DARK_FEATURES_PERCENTAGE:0.000109
                    • DATASTRIP_ID:S2A_USER_MSI_L2A_DS_MPS__20170328T123128_S20170328T084228_N02.04
                    • DATATAKE_IDENTIFIER:GS2A_20170328T083601_009213_N02.04
                    • DATATAKE_TYPE:INS-NOBS
                    • DEGRADED_MSI_DATA_PERCENTAGE:0
                    • FORMAT_CORRECTNESS_FLAG:PASSED
                    • GENERAL_QUALITY_FLAG:PASSED
                    • GENERATION_TIME:1490849696000
                    • GEOMETRIC_QUALITY_FLAG:PASSED
                    • GRANULE_ID:L2A_T35RPL_A009213_20170328T084228
                    • HIGH_PROBA_CLOUDS_PERCENTAGE:0.062564
                    • LOW_PROBA_CLOUDS_PERCENTAGE:3.549932
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B1:131.924582244952
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B10:134.326263500864
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B11:132.433889532614
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B12:131.691454903588
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B2:138.993805745381
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B3:136.044184831788
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B4:134.385626626885
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B5:133.708335867738
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B6:133.134585577043
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B7:132.655716791298
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8:137.527080226183
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8A:132.247529543187
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B9:131.724094892092
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B1:3.5264327041474
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B10:3.10732178013813
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B11:3.27210464445304
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B12:3.46065722230489
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B2:2.91033484851662
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B3:3.01637191001171
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B4:3.13290961727172
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B5:3.20329988139735
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B6:3.27776739083662
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B7:3.35642974971814
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B8:2.95916408253238
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B8A:3.43830464392235
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B9:3.61400540949069
                    • MEAN_SOLAR_AZIMUTH_ANGLE:139.179725341915
                    • MEAN_SOLAR_ZENITH_ANGLE:30.7157740175417
                    • MEDIUM_PROBA_CLOUDS_PERCENTAGE:0.3826
                    • MGRS_TILE:35RPL
                    • NODATA_PIXEL_PERCENTAGE:0
                    • PROCESSING_BASELINE:02.04
                    • PRODUCT_ID:S2A_MSIL2A_20170328T083601_N0204_R064_T35RPL_20170328T084228
                    • RADIATIVE_TRANSFER_ACCURAY:0
                    • RADIOMETRIC_QUALITY_FLAG:PASSED
                    • REFLECTANCE_CONVERSION_CORRECTION:1.00613186852888
                    • SATURATED_DEFECTIVE_PIXEL_PERCENTAGE:0
                    • SENSING_ORBIT_DIRECTION:DESCENDING
                    • SENSING_ORBIT_NUMBER:64
                    • SENSOR_QUALITY_FLAG:PASSED
                    • SNOW_ICE_PERCENTAGE:0
                    • SOLAR_IRRADIANCE_B1:1913.57
                    • SOLAR_IRRADIANCE_B10:367.15
                    • SOLAR_IRRADIANCE_B11:245.59
                    • SOLAR_IRRADIANCE_B12:85.25
                    • SOLAR_IRRADIANCE_B2:1941.63
                    • SOLAR_IRRADIANCE_B3:1822.61
                    • SOLAR_IRRADIANCE_B4:1512.79
                    • SOLAR_IRRADIANCE_B5:1425.56
                    • SOLAR_IRRADIANCE_B6:1288.32
                    • SOLAR_IRRADIANCE_B7:1163.19
                    • SOLAR_IRRADIANCE_B8:1036.39
                    • SOLAR_IRRADIANCE_B8A:955.19
                    • SOLAR_IRRADIANCE_B9:813.04
                    • SPACECRAFT_NAME:Sentinel-2A
                    • THIN_CIRRUS_PERCENTAGE:0
                    • VEGETATION_PERCENTAGE:0.142186
                    • WATER_PERCENTAGE:0
                    • WATER_VAPOUR_RETRIEVAL_ACCURACY:0
                    • system:asset_size:1535837847
                      • type:LinearRing
                          • 0:28.01713344899374
                          • 1:28.02168243304473
                          • 0:28.01713255554653
                          • 1:28.021671228316524
                          • 0:28.01253463795914
                          • 1:27.526224691968412
                          • 0:28.008052755439135
                          • 1:27.030742112980263
                          • 0:28.00809340936112
                          • 1:27.03070031447402
                          • 0:28.00812789817555
                          • 1:27.03065440464597
                          • 0:28.008144427786313
                          • 1:27.030651422302835
                          • 0:29.11445401167187
                          • 1:27.018380517379466
                          • 0:29.114501225126595
                          • 1:27.018416350635263
                          • 0:29.114553142160386
                          • 1:27.01844670537054
                          • 0:29.114556603295338
                          • 1:27.018461471308083
                          • 0:29.123951607092256
                          • 1:27.51368941031089
                          • 0:29.133589608067
                          • 1:28.00887152195551
                          • 0:29.133549055759175
                          • 1:28.00891363407273
                          • 0:29.133514714956082
                          • 1:28.00895984909788
                          • 0:29.13349803259931
                          • 1:28.008962971122976
                          • 0:28.01723530194606
                          • 1:28.021760440789606
                          • 0:28.01718803860967
                          • 1:28.021724196796285
                          • 0:28.0171359506459
                          • 1:28.02169352896518
                          • 0:28.01713344899374
                          • 1:28.02168243304473
                    • system:index:20170328T083601_20170328T084228_T35RPL
                    • system:time_end:1490690548704
                    • system:time_start:1490690548704
                  • type:Image
                  • id:COPERNICUS/S2_SR/20170328T083601_20170328T084228_T35RPM
                  • version:1645233274596277
                      • id:B1
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-60
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                      • id:B2
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B3
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B4
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B5
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B6
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B7
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B8
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B8A
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B9
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-60
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                      • id:B11
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B12
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:AOT
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:WVP
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:SCL
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3200040
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:TCI_R
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3200040
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:TCI_G
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3200040
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:TCI_B
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3200040
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:MSK_CLDPRB
                      • crs:EPSG:32635
                        • 0:1
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:1
                        • 5:3200040
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:1
                        • 1:1
                      • id:MSK_SNWPRB
                      • crs:EPSG:32635
                        • 0:1
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:1
                        • 5:3200040
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:1
                        • 1:1
                      • id:QA10
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:QA20
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3200040
                        • type:PixelType
                        • max:4294967295
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:QA60
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-60
                        • 5:3200040
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                    • AOT_RETRIEVAL_ACCURACY:0
                    • BARE_SOILS_PERCENTAGE:96.575856
                    • CLOUDY_PIXEL_PERCENTAGE:0.0978
                    • CLOUD_COVERAGE_ASSESSMENT:0.0978
                    • CLOUD_COVERAGE_PERCENTAGE:0.031533
                    • CLOUD_SHADOW_PERCENTAGE:0.000405
                    • DARK_FEATURES_PERCENTAGE:0.006311
                    • DATASTRIP_ID:S2A_USER_MSI_L2A_DS_MPS__20170328T123128_S20170328T084228_N02.04
                    • DATATAKE_IDENTIFIER:GS2A_20170328T083601_009213_N02.04
                    • DATATAKE_TYPE:INS-NOBS
                    • DEGRADED_MSI_DATA_PERCENTAGE:0
                    • FORMAT_CORRECTNESS_FLAG:PASSED
                    • GENERAL_QUALITY_FLAG:PASSED
                    • GENERATION_TIME:1490871733000
                    • GEOMETRIC_QUALITY_FLAG:PASSED
                    • GRANULE_ID:L2A_T35RPM_A009213_20170328T084228
                    • HIGH_PROBA_CLOUDS_PERCENTAGE:0.012074
                    • LOW_PROBA_CLOUDS_PERCENTAGE:2.887986
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B1:103.906988606023
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B10:105.733529060658
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B11:104.508604270512
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B12:103.874739906109
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B2:108.394577708806
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B3:106.473289698835
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B4:105.337285511905
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B5:104.875984108552
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B6:104.514276103427
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B7:104.213218748657
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8:107.32106106198
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8A:103.954756291452
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B9:103.711731230746
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B1:4.51253391510271
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B10:4.15388470095966
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B11:4.29082276364641
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B12:4.44463871760569
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B2:3.99730945882906
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B3:4.08192701097323
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B4:4.18048211414558
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B5:4.23544150441996
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B6:4.30019373693316
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B7:4.36561533396727
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B8:4.03684164704358
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B8A:4.43416307548356
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B9:4.58571602463084
                    • MEAN_SOLAR_AZIMUTH_ANGLE:140.073857181967
                    • MEAN_SOLAR_ZENITH_ANGLE:31.4309866376152
                    • MEDIUM_PROBA_CLOUDS_PERCENTAGE:0.019459
                    • MGRS_TILE:35RPM
                    • NODATA_PIXEL_PERCENTAGE:0
                    • PROCESSING_BASELINE:02.04
                    • PRODUCT_ID:S2A_MSIL2A_20170328T083601_N0204_R064_T35RPM_20170328T084228
                    • RADIATIVE_TRANSFER_ACCURAY:0
                    • RADIOMETRIC_QUALITY_FLAG:PASSED
                    • REFLECTANCE_CONVERSION_CORRECTION:1.00613186852888
                    • SATURATED_DEFECTIVE_PIXEL_PERCENTAGE:0
                    • SENSING_ORBIT_DIRECTION:DESCENDING
                    • SENSING_ORBIT_NUMBER:64
                    • SENSOR_QUALITY_FLAG:PASSED
                    • SNOW_ICE_PERCENTAGE:0
                    • SOLAR_IRRADIANCE_B1:1913.57
                    • SOLAR_IRRADIANCE_B10:367.15
                    • SOLAR_IRRADIANCE_B11:245.59
                    • SOLAR_IRRADIANCE_B12:85.25
                    • SOLAR_IRRADIANCE_B2:1941.63
                    • SOLAR_IRRADIANCE_B3:1822.61
                    • SOLAR_IRRADIANCE_B4:1512.79
                    • SOLAR_IRRADIANCE_B5:1425.56
                    • SOLAR_IRRADIANCE_B6:1288.32
                    • SOLAR_IRRADIANCE_B7:1163.19
                    • SOLAR_IRRADIANCE_B8:1036.39
                    • SOLAR_IRRADIANCE_B8A:955.19
                    • SOLAR_IRRADIANCE_B9:813.04
                    • SPACECRAFT_NAME:Sentinel-2A
                    • THIN_CIRRUS_PERCENTAGE:0
                    • VEGETATION_PERCENTAGE:0.497911
                    • WATER_PERCENTAGE:0
                    • WATER_VAPOUR_RETRIEVAL_ACCURACY:0
                    • system:asset_size:1528352304
                      • type:LinearRing
                          • 0:28.02581763260541
                          • 1:28.924386089087047
                          • 0:28.025816649861607
                          • 1:28.92437488340964
                          • 0:28.02100140782355
                          • 1:28.428995036046373
                          • 0:28.016306382987395
                          • 1:27.93357845692998
                          • 0:28.016347392400558
                          • 1:27.933536682548688
                          • 0:28.01638214764743
                          • 1:27.933490705007127
                          • 0:28.016398855180128
                          • 1:27.933487764426545
                          • 0:29.131754272485278
                          • 1:27.920737511208948
                          • 0:29.13180192422987
                          • 1:27.92077337536929
                          • 0:29.131854279015734
                          • 1:27.92080367351096
                          • 0:29.131857739755183
                          • 1:27.920818438522996
                          • 0:29.14169931854228
                          • 1:28.415976169723823
                          • 0:29.151792768152934
                          • 1:28.91108725691934
                          • 0:29.15175186583241
                          • 1:28.91112932883367
                          • 0:29.15171726299295
                          • 1:28.91117558669635
                          • 0:29.151700405196486
                          • 1:28.91117867453005
                          • 0:28.02592037397318
                          • 1:28.924464068278095
                          • 0:28.025872666249818
                          • 1:28.924427885526683
                          • 0:28.025820134135074
                          • 1:28.92439719740272
                          • 0:28.02581763260541
                          • 1:28.924386089087047
                    • system:index:20170328T083601_20170328T084228_T35RPM
                    • system:time_end:1490690548704
                    • system:time_start:1490690548704
                  • type:Image
                  • id:COPERNICUS/S2_SR/20170328T083601_20170328T084228_T35RPN
                  • version:1645277879869780.0
                      • id:B1
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-60
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                      • id:B2
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B3
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B4
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B5
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B6
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B7
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B8
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B8A
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B9
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-60
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                      • id:B11
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B12
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:AOT
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:WVP
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:SCL
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3300000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:TCI_R
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3300000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:TCI_G
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3300000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:TCI_B
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3300000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:MSK_CLDPRB
                      • crs:EPSG:32635
                        • 0:1
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:1
                        • 5:3300000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:1
                        • 1:1
                      • id:MSK_SNWPRB
                      • crs:EPSG:32635
                        • 0:1
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:1
                        • 5:3300000
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:1
                        • 1:1
                      • id:QA10
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:QA20
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3300000
                        • type:PixelType
                        • max:4294967295
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:QA60
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-60
                        • 5:3300000
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                    • AOT_RETRIEVAL_ACCURACY:0
                    • BARE_SOILS_PERCENTAGE:99.952191
                    • CLOUDY_PIXEL_PERCENTAGE:0
                    • CLOUD_COVERAGE_ASSESSMENT:0
                    • CLOUD_COVERAGE_PERCENTAGE:0.000936
                    • CLOUD_SHADOW_PERCENTAGE:0
                    • DARK_FEATURES_PERCENTAGE:0
                    • DATASTRIP_ID:S2A_USER_MSI_L2A_DS_MPS__20170328T123128_S20170328T084228_N02.04
                    • DATATAKE_IDENTIFIER:GS2A_20170328T083601_009213_N02.04
                    • DATATAKE_TYPE:INS-NOBS
                    • DEGRADED_MSI_DATA_PERCENTAGE:0
                    • FORMAT_CORRECTNESS_FLAG:PASSED
                    • GENERAL_QUALITY_FLAG:PASSED
                    • GENERATION_TIME:1490876934000
                    • GEOMETRIC_QUALITY_FLAG:PASSED
                    • GRANULE_ID:L2A_T35RPN_A009213_20170328T084228
                    • HIGH_PROBA_CLOUDS_PERCENTAGE:0.000169
                    • LOW_PROBA_CLOUDS_PERCENTAGE:0.046871
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B1:101.160791525362
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B10:101.716718216233
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B11:101.454250869162
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B12:101.260159625968
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B2:102.289432635239
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B3:101.820877635101
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B4:101.578337085794
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B5:101.459613653516
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B6:101.360307576056
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B7:101.321007534053
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8:102.022346236586
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8A:101.21503501675
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B9:101.129369067739
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B1:5.91107038136539
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B10:5.66301498039461
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B11:5.75752997127079
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B12:5.87072073014694
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B2:5.57765604633969
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B3:5.62009557228648
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B4:5.68091936942769
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B5:5.71881929927069
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B6:5.76085556629287
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B7:5.8067383662937
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B8:5.59347488501973
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B8A:5.8591317848105
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B9:5.97141160865436
                    • MEAN_SOLAR_AZIMUTH_ANGLE:140.92482209972
                    • MEAN_SOLAR_ZENITH_ANGLE:32.153463338577
                    • MEDIUM_PROBA_CLOUDS_PERCENTAGE:0.000766
                    • MGRS_TILE:35RPN
                    • NODATA_PIXEL_PERCENTAGE:0
                    • PROCESSING_BASELINE:02.04
                    • PRODUCT_ID:S2A_MSIL2A_20170328T083601_N0204_R064_T35RPN_20170328T084228
                    • RADIATIVE_TRANSFER_ACCURAY:0
                    • RADIOMETRIC_QUALITY_FLAG:PASSED
                    • REFLECTANCE_CONVERSION_CORRECTION:1.00613186852888
                    • SATURATED_DEFECTIVE_PIXEL_PERCENTAGE:0
                    • SENSING_ORBIT_DIRECTION:DESCENDING
                    • SENSING_ORBIT_NUMBER:64
                    • SENSOR_QUALITY_FLAG:PASSED
                    • SNOW_ICE_PERCENTAGE:0
                    • SOLAR_IRRADIANCE_B1:1913.57
                    • SOLAR_IRRADIANCE_B10:367.15
                    • SOLAR_IRRADIANCE_B11:245.59
                    • SOLAR_IRRADIANCE_B12:85.25
                    • SOLAR_IRRADIANCE_B2:1941.63
                    • SOLAR_IRRADIANCE_B3:1822.61
                    • SOLAR_IRRADIANCE_B4:1512.79
                    • SOLAR_IRRADIANCE_B5:1425.56
                    • SOLAR_IRRADIANCE_B6:1288.32
                    • SOLAR_IRRADIANCE_B7:1163.19
                    • SOLAR_IRRADIANCE_B8:1036.39
                    • SOLAR_IRRADIANCE_B8A:955.19
                    • SOLAR_IRRADIANCE_B9:813.04
                    • SPACECRAFT_NAME:Sentinel-2A
                    • THIN_CIRRUS_PERCENTAGE:0
                    • VEGETATION_PERCENTAGE:3e-06
                    • WATER_PERCENTAGE:0
                    • WATER_VAPOUR_RETRIEVAL_ACCURACY:0
                    • system:asset_size:1403057179
                      • type:LinearRing
                          • 0:28.034903491422806
                          • 1:29.826424798894287
                          • 0:28.034902508729417
                          • 1:29.82641358120854
                          • 0:28.029862023896566
                          • 1:29.331101846786353
                          • 0:28.024946294071928
                          • 1:28.835752535428007
                          • 0:28.024987569509758
                          • 1:28.835710750775018
                          • 0:28.025022680426577
                          • 1:28.835664799210402
                          • 0:28.02503947648611
                          • 1:28.835661838716575
                          • 0:29.149863692623935
                          • 1:28.822424834271438
                          • 0:29.14991178228706
                          • 1:28.822460615730076
                          • 0:29.14996457442725
                          • 1:28.822490910801044
                          • 0:29.149968123478033
                          • 1:28.822505561849482
                          • 0:29.160272262769233
                          • 1:29.317591572345272
                          • 0:29.170837581229307
                          • 1:29.81262989657645
                          • 0:29.17079632922385
                          • 1:29.8126720626173
                          • 0:29.170761464616877
                          • 1:29.812718331324838
                          • 0:29.170744520237534
                          • 1:29.81272144446722
                          • 0:28.03500721021242
                          • 1:29.826502741727932
                          • 0:28.03495896892249
                          • 1:29.826466591198844
                          • 0:28.034905992824132
                          • 1:29.82643582995238
                          • 0:28.034903491422806
                          • 1:29.826424798894287
                    • system:index:20170328T083601_20170328T084228_T35RPN
                    • system:time_end:1490690548704
                    • system:time_start:1490690548704
                  • type:Image
                  • id:COPERNICUS/S2_SR/20170328T083601_20170328T084228_T35RPP
                  • version:1645182456975414
                      • id:B1
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-60
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                      • id:B2
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B3
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B4
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B5
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B6
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B7
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B8
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:B8A
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B9
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-60
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                      • id:B11
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:B12
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:AOT
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:WVP
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:SCL
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3400020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:TCI_R
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3400020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:TCI_G
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3400020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:TCI_B
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3400020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:MSK_CLDPRB
                      • crs:EPSG:32635
                        • 0:1
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:1
                        • 5:3400020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:1
                        • 1:1
                      • id:MSK_SNWPRB
                      • crs:EPSG:32635
                        • 0:1
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:1
                        • 5:3400020
                        • type:PixelType
                        • max:255
                        • min:0
                        • precision:int
                        • 0:1
                        • 1:1
                      • id:QA10
                      • crs:EPSG:32635
                        • 0:10
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-10
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:10980
                        • 1:10980
                      • id:QA20
                      • crs:EPSG:32635
                        • 0:20
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-20
                        • 5:3400020
                        • type:PixelType
                        • max:4294967295
                        • min:0
                        • precision:int
                        • 0:5490
                        • 1:5490
                      • id:QA60
                      • crs:EPSG:32635
                        • 0:60
                        • 1:0
                        • 2:600000
                        • 3:0
                        • 4:-60
                        • 5:3400020
                        • type:PixelType
                        • max:65535
                        • min:0
                        • precision:int
                        • 0:1830
                        • 1:1830
                    • AOT_RETRIEVAL_ACCURACY:0
                    • BARE_SOILS_PERCENTAGE:97.065258
                    • CLOUDY_PIXEL_PERCENTAGE:1.009
                    • CLOUD_COVERAGE_ASSESSMENT:1.009
                    • CLOUD_COVERAGE_PERCENTAGE:0.053325
                    • CLOUD_SHADOW_PERCENTAGE:0
                    • DARK_FEATURES_PERCENTAGE:1e-05
                    • DATASTRIP_ID:S2A_USER_MSI_L2A_DS_MPS__20170328T123128_S20170328T084228_N02.04
                    • DATATAKE_IDENTIFIER:GS2A_20170328T083601_009213_N02.04
                    • DATATAKE_TYPE:INS-NOBS
                    • DEGRADED_MSI_DATA_PERCENTAGE:0
                    • FORMAT_CORRECTNESS_FLAG:PASSED
                    • GENERAL_QUALITY_FLAG:PASSED
                    • GENERATION_TIME:1490857815000
                    • GEOMETRIC_QUALITY_FLAG:PASSED
                    • GRANULE_ID:L2A_T35RPP_A009213_20170328T084228
                    • HIGH_PROBA_CLOUDS_PERCENTAGE:0.024636
                    • LOW_PROBA_CLOUDS_PERCENTAGE:2.856115
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B1:104.861090463232
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B10:104.187385275817
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B11:104.471518330632
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B12:104.72522561629
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B2:103.639789672109
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B3:103.971343670853
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B4:104.225151285554
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B5:104.37448069936
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B6:104.520012853342
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B7:104.630853986402
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8:103.808263162991
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8A:104.74130583095
                    • MEAN_INCIDENCE_AZIMUTH_ANGLE_B9:104.988239267838
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B1:7.35955784985155
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B10:7.17082577870164
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B11:7.24469775590223
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B12:7.32794547949781
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B2:7.12324659857684
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B3:7.15520438035104
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B4:7.19361751318189
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B5:7.22010424859039
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B6:7.24721511490827
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B7:7.28459327448879
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B8:7.13760855701561
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B8A:7.31978886747034
                    • MEAN_INCIDENCE_ZENITH_ANGLE_B9:7.40019275377619
                    • MEAN_SOLAR_AZIMUTH_ANGLE:141.736186610027
                    • MEAN_SOLAR_ZENITH_ANGLE:32.8834750704622
                    • MEDIUM_PROBA_CLOUDS_PERCENTAGE:0.028675
                    • MGRS_TILE:35RPP
                    • NODATA_PIXEL_PERCENTAGE:1.027133
                    • PROCESSING_BASELINE:02.04
                    • PRODUCT_ID:S2A_MSIL2A_20170328T083601_N0204_R064_T35RPP_20170328T084228
                    • RADIATIVE_TRANSFER_ACCURAY:0
                    • RADIOMETRIC_QUALITY_FLAG:PASSED
                    • REFLECTANCE_CONVERSION_CORRECTION:1.00613186852888
                    • SATURATED_DEFECTIVE_PIXEL_PERCENTAGE:0
                    • SENSING_ORBIT_DIRECTION:DESCENDING
                    • SENSING_ORBIT_NUMBER:64
                    • SENSOR_QUALITY_FLAG:PASSED
                    • SNOW_ICE_PERCENTAGE:0
                    • SOLAR_IRRADIANCE_B1:1913.57
                    • SOLAR_IRRADIANCE_B10:367.15
                    • SOLAR_IRRADIANCE_B11:245.59
                    • SOLAR_IRRADIANCE_B12:85.25
                    • SOLAR_IRRADIANCE_B2:1941.63
                    • SOLAR_IRRADIANCE_B3:1822.61
                    • SOLAR_IRRADIANCE_B4:1512.79
                    • SOLAR_IRRADIANCE_B5:1425.56
                    • SOLAR_IRRADIANCE_B6:1288.32
                    • SOLAR_IRRADIANCE_B7:1163.19
                    • SOLAR_IRRADIANCE_B8:1036.39
                    • SOLAR_IRRADIANCE_B8A:955.19
                    • SOLAR_IRRADIANCE_B9:813.04
                    • SPACECRAFT_NAME:Sentinel-2A
                    • THIN_CIRRUS_PERCENTAGE:1.3e-05
                    • VEGETATION_PERCENTAGE:0.000389
                    • WATER_PERCENTAGE:0.024901
                    • WATER_VAPOUR_RETRIEVAL_ACCURACY:0
                    • system:asset_size:1432332602
                      • type:LinearRing
                          • 0:29.168935896377263
                          • 1:29.724587718179194
                          • 0:29.168939444981206
                          • 1:29.724602507387342
                          • 0:29.179723797861286
                          • 1:30.219615015662058
                          • 0:29.19077924931945
                          • 1:30.71457898499217
                          • 0:29.190737647980026
                          • 1:30.714621136499606
                          • 0:29.190702521893407
                          • 1:30.71466746416696
                          • 0:29.190685402358312
                          • 1:30.714670543004253
                          • 0:28.119715958835066
                          • 1:30.728329936903943
                          • 0:28.119677027223155
                          • 1:30.728301030591886
                          • 0:28.119627469768833
                          • 1:30.728289287978583
                          • 0:28.119615951007162
                          • 1:30.728269100550378
                          • 0:28.118968845401202
                          • 1:30.726646183856612
                          • 0:28.116348878089525
                          • 1:30.716919493362774
                          • 0:28.070582020903505
                          • 1:30.54406296281138
                          • 0:28.041149380323876
                          • 1:30.423561480988848
                          • 0:28.033997088457664
                          • 1:29.73834491144985
                          • 0:28.034038719131196
                          • 1:29.738303124601885
                          • 0:28.03407409626238
                          • 1:29.738257087445227
                          • 0:28.03409107013594
                          • 1:29.738254169115258
                          • 0:29.16883405140877
                          • 1:29.72452172958554
                          • 0:29.168882578593124
                          • 1:29.724557476593873
                          • 0:29.168935896377263
                          • 1:29.724587718179194
                    • system:index:20170328T083601_20170328T084228_T35RPP
                    • system:time_end:1490690548704
                    • system:time_start:1490690548704
      " + "</style>
    • keywords: List (7 elements)
      • 0:copernicus
      • 1:esa
      • 2:eu
      • 3:msi
      • 4:reflectance
      • 5:sentinel
      • 6:sr
    • period:0
    • product_tags: ['msi', 'sr', 'reflectance']
      • 0:msi
      • 1:sr
      • 2:reflectance
    • provider:European Union/ESA/Copernicus
    • provider_url:https://earth.esa.int/web/sentinel/user-guides/sentinel-2-msi/product-types/level-2a
    • sample:https://mw1.google.com/ges/dd/images/COPERNICUS_S2_SR_sample.png
    • source_tags: ['eu', 'esa', 'copernicus', 'sentinel']
      • 0:eu
      • 1:esa
      • 2:copernicus
      • 3:sentinel
    • system:visualization_0_bands:B4,B3,B2
    • system:visualization_0_max:3000.0
    • system:visualization_0_min:0.0
    • system:visualization_0_name:RGB
    • tags: List (7 elements)
      • 0:copernicus
      • 1:esa
      • 2:eu
      • 3:msi
      • 4:reflectance
      • 5:sentinel
      • 6:sr
    • thumb:https://mw1.google.com/ges/dd/images/COPERNICUS_S2_SR_thumb.png
    • title:Sentinel-2 MSI: MultiSpectral Instrument, Level-2A
    • type_name:ImageCollection
    • visualization_0_bands:B4,B3,B2
    • visualization_0_max:3000.0
    • visualization_0_min:0.0
    • visualization_0_name:RGB
    • features: List (3 elements)
      • 0: Image COPERNICUS/S2_SR_HARMONIZED/20170328T083601_20170328T084228_T35RNK (26 bands)
        • type:Image
        • id:COPERNICUS/S2_SR_HARMONIZED/20170328T083601_20170328T084228_T35RNK
        • version:1740211306271965
        • bands: List (26 elements)
          • 0: \"B1\", unsigned int16, EPSG:32635, 1830x1830 px
            • id:B1
            • crs:EPSG:32635
            • crs_transform: [60, 0, 499980, 0, -60, 3000000]
              • 0:60
              • 1:0
              • 2:499980
              • 3:0
              • 4:-60
              • 5:3000000
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [1830, 1830]
              • 0:1830
              • 1:1830
          • 1: \"B2\", unsigned int16, EPSG:32635, 10980x10980 px
            • id:B2
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3000000]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3000000
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 2: \"B3\", unsigned int16, EPSG:32635, 10980x10980 px
            • id:B3
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3000000]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3000000
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 3: \"B4\", unsigned int16, EPSG:32635, 10980x10980 px
            • id:B4
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3000000]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3000000
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 4: \"B5\", unsigned int16, EPSG:32635, 5490x5490 px
            • id:B5
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3000000]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3000000
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 5: \"B6\", unsigned int16, EPSG:32635, 5490x5490 px
            • id:B6
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3000000]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3000000
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 6: \"B7\", unsigned int16, EPSG:32635, 5490x5490 px
            • id:B7
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3000000]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3000000
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 7: \"B8\", unsigned int16, EPSG:32635, 10980x10980 px
            • id:B8
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3000000]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3000000
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 8: \"B8A\", unsigned int16, EPSG:32635, 5490x5490 px
            • id:B8A
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3000000]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3000000
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 9: \"B9\", unsigned int16, EPSG:32635, 1830x1830 px
            • id:B9
            • crs:EPSG:32635
            • crs_transform: [60, 0, 499980, 0, -60, 3000000]
              • 0:60
              • 1:0
              • 2:499980
              • 3:0
              • 4:-60
              • 5:3000000
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [1830, 1830]
              • 0:1830
              • 1:1830
          • 10: \"B11\", unsigned int16, EPSG:32635, 5490x5490 px
            • id:B11
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3000000]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3000000
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 11: \"B12\", unsigned int16, EPSG:32635, 5490x5490 px
            • id:B12
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3000000]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3000000
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 12: \"AOT\", unsigned int16, EPSG:32635, 10980x10980 px
            • id:AOT
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3000000]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3000000
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 13: \"WVP\", unsigned int16, EPSG:32635, 10980x10980 px
            • id:WVP
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3000000]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3000000
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 14: \"SCL\", unsigned int8, EPSG:32635, 5490x5490 px
            • id:SCL
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3000000]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3000000
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 15: \"TCI_R\", unsigned int8, EPSG:32635, 10980x10980 px
            • id:TCI_R
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3000000]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3000000
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 16: \"TCI_G\", unsigned int8, EPSG:32635, 10980x10980 px
            • id:TCI_G
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3000000]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3000000
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 17: \"TCI_B\", unsigned int8, EPSG:32635, 10980x10980 px
            • id:TCI_B
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3000000]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3000000
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 18: \"MSK_CLDPRB\", unsigned int8, EPSG:32635, 1x1 px
            • id:MSK_CLDPRB
            • crs:EPSG:32635
            • crs_transform: [1, 0, 499980, 0, 1, 3000000]
              • 0:1
              • 1:0
              • 2:499980
              • 3:0
              • 4:1
              • 5:3000000
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
            • dimensions: [1, 1]
              • 0:1
              • 1:1
          • 19: \"MSK_SNWPRB\", unsigned int8, EPSG:32635, 1x1 px
            • id:MSK_SNWPRB
            • crs:EPSG:32635
            • crs_transform: [1, 0, 499980, 0, 1, 3000000]
              • 0:1
              • 1:0
              • 2:499980
              • 3:0
              • 4:1
              • 5:3000000
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
            • dimensions: [1, 1]
              • 0:1
              • 1:1
          • 20: \"QA10\", unsigned int16, EPSG:32635, 10980x10980 px
            • id:QA10
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3000000]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3000000
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 21: \"QA20\", unsigned int32, EPSG:32635, 5490x5490 px
            • id:QA20
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3000000]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3000000
            • data_type: unsigned int32
              • type:PixelType
              • max:4294967295
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 22: \"QA60\", unsigned int16, EPSG:32635, 1830x1830 px
            • id:QA60
            • crs:EPSG:32635
            • crs_transform: [60, 0, 499980, 0, -60, 3000000]
              • 0:60
              • 1:0
              • 2:499980
              • 3:0
              • 4:-60
              • 5:3000000
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [1830, 1830]
              • 0:1830
              • 1:1830
          • 23: \"MSK_CLASSI_OPAQUE\", unsigned int8, EPSG:4326
            • id:MSK_CLASSI_OPAQUE
            • crs:EPSG:4326
            • crs_transform: [1, 0, 0, 0, 1, 0]
              • 0:1
              • 1:0
              • 2:0
              • 3:0
              • 4:1
              • 5:0
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
          • 24: \"MSK_CLASSI_CIRRUS\", unsigned int8, EPSG:4326
            • id:MSK_CLASSI_CIRRUS
            • crs:EPSG:4326
            • crs_transform: [1, 0, 0, 0, 1, 0]
              • 0:1
              • 1:0
              • 2:0
              • 3:0
              • 4:1
              • 5:0
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
          • 25: \"MSK_CLASSI_SNOW_ICE\", unsigned int8, EPSG:4326
            • id:MSK_CLASSI_SNOW_ICE
            • crs:EPSG:4326
            • crs_transform: [1, 0, 0, 0, 1, 0]
              • 0:1
              • 1:0
              • 2:0
              • 3:0
              • 4:1
              • 5:0
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
        • properties: Object (82 properties)
          • AOT_RETRIEVAL_ACCURACY:0
          • BARE_SOILS_PERCENTAGE:95.713365
          • CLOUDY_PIXEL_PERCENTAGE:0.9371
          • CLOUD_COVERAGE_ASSESSMENT:0.9371
          • CLOUD_COVERAGE_PERCENTAGE:0.125049
          • CLOUD_SHADOW_PERCENTAGE:0.002297
          • DARK_FEATURES_PERCENTAGE:0.009656
          • DATASTRIP_ID:S2A_USER_MSI_L2A_DS_MPS__20170328T123128_S20170328T084228_N02.04
          • DATATAKE_IDENTIFIER:GS2A_20170328T083601_009213_N02.04
          • DATATAKE_TYPE:INS-NOBS
          • DEGRADED_MSI_DATA_PERCENTAGE:0
          • FORMAT_CORRECTNESS_FLAG:PASSED
          • GENERAL_QUALITY_FLAG:PASSED
          • GENERATION_TIME:1490833524000
          • GEOMETRIC_QUALITY_FLAG:PASSED
          • GRANULE_ID:L2A_T35RNK_A009213_20170328T084228
          • HIGH_PROBA_CLOUDS_PERCENTAGE:0.009395
          • LOW_PROBA_CLOUDS_PERCENTAGE:3.266497
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B1:102.278039620893
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B10:102.387203144909
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B11:102.315681976464
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B12:102.250289538229
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B2:102.394454121819
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B3:102.389237545572
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B4:102.356370499476
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B5:102.352643621664
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B6:102.352232896132
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B7:102.318357793202
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8:102.383153807081
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8A:102.298310347845
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B9:102.255545015823
          • MEAN_INCIDENCE_ZENITH_ANGLE_B1:7.97937567487903
          • MEAN_INCIDENCE_ZENITH_ANGLE_B10:7.84510879619063
          • MEAN_INCIDENCE_ZENITH_ANGLE_B11:7.89216314554438
          • MEAN_INCIDENCE_ZENITH_ANGLE_B12:7.96639694613242
          • MEAN_INCIDENCE_ZENITH_ANGLE_B2:7.78469074687201
          • MEAN_INCIDENCE_ZENITH_ANGLE_B3:7.80764616306986
          • MEAN_INCIDENCE_ZENITH_ANGLE_B4:7.8341910219081
          • MEAN_INCIDENCE_ZENITH_ANGLE_B5:7.85692977605161
          • MEAN_INCIDENCE_ZENITH_ANGLE_B6:7.88239106253906
          • MEAN_INCIDENCE_ZENITH_ANGLE_B7:7.90695091136708
          • MEAN_INCIDENCE_ZENITH_ANGLE_B8:7.796699156862
          • MEAN_INCIDENCE_ZENITH_ANGLE_B8A:7.93770186590827
          • MEAN_INCIDENCE_ZENITH_ANGLE_B9:8.01613094389656
          • MEAN_SOLAR_AZIMUTH_ANGLE:136.683697922854
          • MEAN_SOLAR_ZENITH_ANGLE:30.6150451978666
          • MEDIUM_PROBA_CLOUDS_PERCENTAGE:0.115654
          • MGRS_TILE:35RNK
          • NODATA_PIXEL_PERCENTAGE:8.42899
          • PROCESSING_BASELINE:02.04
          • PRODUCT_ID:S2A_MSIL2A_20170328T083601_N0204_R064_T35RNK_20170328T084228
          • RADIATIVE_TRANSFER_ACCURAY:0
          • RADIOMETRIC_QUALITY_FLAG:PASSED
          • REFLECTANCE_CONVERSION_CORRECTION:1.00613186852888
          • SATURATED_DEFECTIVE_PIXEL_PERCENTAGE:0
          • SENSING_ORBIT_DIRECTION:DESCENDING
          • SENSING_ORBIT_NUMBER:64
          • SENSOR_QUALITY_FLAG:PASSED
          • SNOW_ICE_PERCENTAGE:0
          • SOLAR_IRRADIANCE_B1:1913.57
          • SOLAR_IRRADIANCE_B10:367.15
          • SOLAR_IRRADIANCE_B11:245.59
          • SOLAR_IRRADIANCE_B12:85.25
          • SOLAR_IRRADIANCE_B2:1941.63
          • SOLAR_IRRADIANCE_B3:1822.61
          • SOLAR_IRRADIANCE_B4:1512.79
          • SOLAR_IRRADIANCE_B5:1425.56
          • SOLAR_IRRADIANCE_B6:1288.32
          • SOLAR_IRRADIANCE_B7:1163.19
          • SOLAR_IRRADIANCE_B8:1036.39
          • SOLAR_IRRADIANCE_B8A:955.19
          • SOLAR_IRRADIANCE_B9:813.04
          • SPACECRAFT_NAME:Sentinel-2A
          • THIN_CIRRUS_PERCENTAGE:0
          • VEGETATION_PERCENTAGE:0.808226
          • WATER_PERCENTAGE:0.074907
          • WATER_VAPOUR_RETRIEVAL_ACCURACY:0
          • system:asset_size:1396774832
          • system:footprint: LinearRing (22 vertices)
            • type:LinearRing
            • coordinates: List (22 elements)
              • 0: [28.107426889904886, 27.11819105630901]
                • 0:28.107426889904886
                • 1:27.11819105630901
              • 1: [28.10741028029859, 27.11819399702698]
                • 0:28.10741028029859
                • 1:27.11819399702698
              • 2: [27.21229436586105, 27.122399178330305]
                • 0:27.21229436586105
                • 1:27.122399178330305
              • 3: [27.21226134691695, 27.122373367738696]
                • 0:27.21226134691695
                • 1:27.122373367738696
              • 4: [27.21221774036841, 27.12236814423152]
                • 0:27.21221774036841
                • 1:27.12236814423152
              • 5: [27.21220374320269, 27.122349375161726]
                • 0:27.21220374320269
                • 1:27.122349375161726
              • 6: [27.211591366257103, 27.12125813636491]
                • 0:27.211591366257103
                • 1:27.12125813636491
              • 7: [27.210978897736958, 27.119081495023572]
                • 0:27.210978897736958
                • 1:27.119081495023572
              • 8: [27.204880401375053, 27.09471254136155]
                • 0:27.204880401375053
                • 1:27.09471254136155
              • 9: [27.026163360366766, 26.365682201299258]
                • 0:27.026163360366766
                • 1:26.365682201299258
              • 10: [27.00390815662182, 26.274125806825698]
                • 0:27.00390815662182
                • 1:26.274125806825698
              • 11: [26.999699341299365, 26.256779664191527]
                • 0:26.999699341299365
                • 1:26.256779664191527
              • 12: [26.99969970057016, 26.131258307936516]
                • 0:26.99969970057016
                • 1:26.131258307936516
              • 13: [26.99974038798357, 26.131216828148673]
                • 0:26.99974038798357
                • 1:26.131216828148673
              • 14: [26.99977721322956, 26.131168305082245]
                • 0:26.99977721322956
                • 1:26.131168305082245
              • 15: [28.097889859048905, 26.126986431099567]
                • 0:28.097889859048905
                • 1:26.126986431099567
              • 16: [28.097936386331536, 26.12702272123306]
                • 0:28.097936386331536
                • 1:26.12702272123306
              • 17: [28.097990772333393, 26.1270552865103]
                • 0:28.097990772333393
                • 1:26.1270552865103
              • 18: [28.102684961905215, 26.622607117747478]
                • 0:28.102684961905215
                • 1:26.622607117747478
              • 19: [28.107501990309334, 27.118103242418634]
                • 0:28.107501990309334
                • 1:27.118103242418634
              • 20: [28.10746135929785, 27.118145059123197]
                • 0:28.10746135929785
                • 1:27.118145059123197
              • 21: [28.107426889904886, 27.11819105630901]
                • 0:28.107426889904886
                • 1:27.11819105630901
          • system:index:20170328T083601_20170328T084228_T35RNK
          • system:time_end:1490690548704
          • system:time_start:1490690548704
      • 1: Image COPERNICUS/S2_SR_HARMONIZED/20170328T083601_20170328T084228_T35RNL (26 bands)
        • type:Image
        • id:COPERNICUS/S2_SR_HARMONIZED/20170328T083601_20170328T084228_T35RNL
        • version:1740211306271965
        • bands: List (26 elements)
          • 0: \"B1\", unsigned int16, EPSG:32635, 1830x1830 px
            • id:B1
            • crs:EPSG:32635
            • crs_transform: [60, 0, 499980, 0, -60, 3100020]
              • 0:60
              • 1:0
              • 2:499980
              • 3:0
              • 4:-60
              • 5:3100020
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [1830, 1830]
              • 0:1830
              • 1:1830
          • 1: \"B2\", unsigned int16, EPSG:32635, 10980x10980 px
            • id:B2
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3100020]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3100020
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 2: \"B3\", unsigned int16, EPSG:32635, 10980x10980 px
            • id:B3
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3100020]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3100020
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 3: \"B4\", unsigned int16, EPSG:32635, 10980x10980 px
            • id:B4
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3100020]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3100020
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 4: \"B5\", unsigned int16, EPSG:32635, 5490x5490 px
            • id:B5
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3100020]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3100020
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 5: \"B6\", unsigned int16, EPSG:32635, 5490x5490 px
            • id:B6
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3100020]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3100020
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 6: \"B7\", unsigned int16, EPSG:32635, 5490x5490 px
            • id:B7
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3100020]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3100020
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 7: \"B8\", unsigned int16, EPSG:32635, 10980x10980 px
            • id:B8
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3100020]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3100020
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 8: \"B8A\", unsigned int16, EPSG:32635, 5490x5490 px
            • id:B8A
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3100020]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3100020
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 9: \"B9\", unsigned int16, EPSG:32635, 1830x1830 px
            • id:B9
            • crs:EPSG:32635
            • crs_transform: [60, 0, 499980, 0, -60, 3100020]
              • 0:60
              • 1:0
              • 2:499980
              • 3:0
              • 4:-60
              • 5:3100020
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [1830, 1830]
              • 0:1830
              • 1:1830
          • 10: \"B11\", unsigned int16, EPSG:32635, 5490x5490 px
            • id:B11
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3100020]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3100020
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 11: \"B12\", unsigned int16, EPSG:32635, 5490x5490 px
            • id:B12
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3100020]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3100020
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 12: \"AOT\", unsigned int16, EPSG:32635, 10980x10980 px
            • id:AOT
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3100020]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3100020
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 13: \"WVP\", unsigned int16, EPSG:32635, 10980x10980 px
            • id:WVP
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3100020]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3100020
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 14: \"SCL\", unsigned int8, EPSG:32635, 5490x5490 px
            • id:SCL
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3100020]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3100020
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 15: \"TCI_R\", unsigned int8, EPSG:32635, 10980x10980 px
            • id:TCI_R
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3100020]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3100020
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 16: \"TCI_G\", unsigned int8, EPSG:32635, 10980x10980 px
            • id:TCI_G
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3100020]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3100020
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 17: \"TCI_B\", unsigned int8, EPSG:32635, 10980x10980 px
            • id:TCI_B
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3100020]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3100020
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 18: \"MSK_CLDPRB\", unsigned int8, EPSG:32635, 1x1 px
            • id:MSK_CLDPRB
            • crs:EPSG:32635
            • crs_transform: [1, 0, 499980, 0, 1, 3100020]
              • 0:1
              • 1:0
              • 2:499980
              • 3:0
              • 4:1
              • 5:3100020
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
            • dimensions: [1, 1]
              • 0:1
              • 1:1
          • 19: \"MSK_SNWPRB\", unsigned int8, EPSG:32635, 1x1 px
            • id:MSK_SNWPRB
            • crs:EPSG:32635
            • crs_transform: [1, 0, 499980, 0, 1, 3100020]
              • 0:1
              • 1:0
              • 2:499980
              • 3:0
              • 4:1
              • 5:3100020
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
            • dimensions: [1, 1]
              • 0:1
              • 1:1
          • 20: \"QA10\", unsigned int16, EPSG:32635, 10980x10980 px
            • id:QA10
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3100020]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3100020
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 21: \"QA20\", unsigned int32, EPSG:32635, 5490x5490 px
            • id:QA20
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3100020]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3100020
            • data_type: unsigned int32
              • type:PixelType
              • max:4294967295
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 22: \"QA60\", unsigned int16, EPSG:32635, 1830x1830 px
            • id:QA60
            • crs:EPSG:32635
            • crs_transform: [60, 0, 499980, 0, -60, 3100020]
              • 0:60
              • 1:0
              • 2:499980
              • 3:0
              • 4:-60
              • 5:3100020
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [1830, 1830]
              • 0:1830
              • 1:1830
          • 23: \"MSK_CLASSI_OPAQUE\", unsigned int8, EPSG:4326
            • id:MSK_CLASSI_OPAQUE
            • crs:EPSG:4326
            • crs_transform: [1, 0, 0, 0, 1, 0]
              • 0:1
              • 1:0
              • 2:0
              • 3:0
              • 4:1
              • 5:0
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
          • 24: \"MSK_CLASSI_CIRRUS\", unsigned int8, EPSG:4326
            • id:MSK_CLASSI_CIRRUS
            • crs:EPSG:4326
            • crs_transform: [1, 0, 0, 0, 1, 0]
              • 0:1
              • 1:0
              • 2:0
              • 3:0
              • 4:1
              • 5:0
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
          • 25: \"MSK_CLASSI_SNOW_ICE\", unsigned int8, EPSG:4326
            • id:MSK_CLASSI_SNOW_ICE
            • crs:EPSG:4326
            • crs_transform: [1, 0, 0, 0, 1, 0]
              • 0:1
              • 1:0
              • 2:0
              • 3:0
              • 4:1
              • 5:0
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
        • properties: Object (82 properties)
          • AOT_RETRIEVAL_ACCURACY:0
          • BARE_SOILS_PERCENTAGE:95.071429
          • CLOUDY_PIXEL_PERCENTAGE:1.4639
          • CLOUD_COVERAGE_ASSESSMENT:1.4639
          • CLOUD_COVERAGE_PERCENTAGE:0.224897
          • CLOUD_SHADOW_PERCENTAGE:0.00428
          • DARK_FEATURES_PERCENTAGE:0.015394
          • DATASTRIP_ID:S2A_USER_MSI_L2A_DS_MPS__20170328T123128_S20170328T084228_N02.04
          • DATATAKE_IDENTIFIER:GS2A_20170328T083601_009213_N02.04
          • DATATAKE_TYPE:INS-NOBS
          • DEGRADED_MSI_DATA_PERCENTAGE:0
          • FORMAT_CORRECTNESS_FLAG:PASSED
          • GENERAL_QUALITY_FLAG:PASSED
          • GENERATION_TIME:1490845271000
          • GEOMETRIC_QUALITY_FLAG:PASSED
          • GRANULE_ID:L2A_T35RNL_A009213_20170328T084228
          • HIGH_PROBA_CLOUDS_PERCENTAGE:0.023603
          • LOW_PROBA_CLOUDS_PERCENTAGE:4.163379
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B1:104.567115178866
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B10:103.623644544347
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B11:104.025182064291
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B12:104.417025490871
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B2:102.921134879922
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B3:103.271249840646
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B4:103.609273219246
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B5:103.794543873275
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B6:103.96451343688
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B7:104.1436317374
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8:103.090969679931
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8A:104.310902315755
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B9:104.739293125948
          • MEAN_INCIDENCE_ZENITH_ANGLE_B1:8.81858851727027
          • MEAN_INCIDENCE_ZENITH_ANGLE_B10:8.67435939192528
          • MEAN_INCIDENCE_ZENITH_ANGLE_B11:8.72342663472199
          • MEAN_INCIDENCE_ZENITH_ANGLE_B12:8.78689327580851
          • MEAN_INCIDENCE_ZENITH_ANGLE_B2:8.64634171324533
          • MEAN_INCIDENCE_ZENITH_ANGLE_B3:8.67223171051305
          • MEAN_INCIDENCE_ZENITH_ANGLE_B4:8.6957486028144
          • MEAN_INCIDENCE_ZENITH_ANGLE_B5:8.71515053173898
          • MEAN_INCIDENCE_ZENITH_ANGLE_B6:8.73686759238397
          • MEAN_INCIDENCE_ZENITH_ANGLE_B7:8.76095504402237
          • MEAN_INCIDENCE_ZENITH_ANGLE_B8:8.65963151760375
          • MEAN_INCIDENCE_ZENITH_ANGLE_B8A:8.78726632686348
          • MEAN_INCIDENCE_ZENITH_ANGLE_B9:8.85022609569992
          • MEAN_SOLAR_AZIMUTH_ANGLE:137.619664879748
          • MEAN_SOLAR_ZENITH_ANGLE:31.3115801677624
          • MEDIUM_PROBA_CLOUDS_PERCENTAGE:0.201293
          • MGRS_TILE:35RNL
          • NODATA_PIXEL_PERCENTAGE:28.142375
          • PROCESSING_BASELINE:02.04
          • PRODUCT_ID:S2A_MSIL2A_20170328T083601_N0204_R064_T35RNL_20170328T084228
          • RADIATIVE_TRANSFER_ACCURAY:0
          • RADIOMETRIC_QUALITY_FLAG:PASSED
          • REFLECTANCE_CONVERSION_CORRECTION:1.00613186852888
          • SATURATED_DEFECTIVE_PIXEL_PERCENTAGE:0
          • SENSING_ORBIT_DIRECTION:DESCENDING
          • SENSING_ORBIT_NUMBER:64
          • SENSOR_QUALITY_FLAG:PASSED
          • SNOW_ICE_PERCENTAGE:0
          • SOLAR_IRRADIANCE_B1:1913.57
          • SOLAR_IRRADIANCE_B10:367.15
          • SOLAR_IRRADIANCE_B11:245.59
          • SOLAR_IRRADIANCE_B12:85.25
          • SOLAR_IRRADIANCE_B2:1941.63
          • SOLAR_IRRADIANCE_B3:1822.61
          • SOLAR_IRRADIANCE_B4:1512.79
          • SOLAR_IRRADIANCE_B5:1425.56
          • SOLAR_IRRADIANCE_B6:1288.32
          • SOLAR_IRRADIANCE_B7:1163.19
          • SOLAR_IRRADIANCE_B8:1036.39
          • SOLAR_IRRADIANCE_B8A:955.19
          • SOLAR_IRRADIANCE_B9:813.04
          • SPACECRAFT_NAME:Sentinel-2A
          • THIN_CIRRUS_PERCENTAGE:0
          • VEGETATION_PERCENTAGE:0.413109
          • WATER_PERCENTAGE:0.107508
          • WATER_VAPOUR_RETRIEVAL_ACCURACY:0
          • system:asset_size:1080391315
          • system:footprint: LinearRing (18 vertices)
            • type:LinearRing
            • coordinates: List (18 elements)
              • 0: [27.190682408582873, 27.034158897336546]
                • 0:27.190682408582873
                • 1:27.034158897336546
              • 1: [27.19073445483362, 27.034132335517047]
                • 0:27.19073445483362
                • 1:27.034132335517047
              • 2: [28.106534523179548, 27.029912420691925]
                • 0:28.106534523179548
                • 1:27.029912420691925
              • 3: [28.106636235177547, 27.029981184406896]
                • 0:28.106636235177547
                • 1:27.029981184406896
              • 4: [28.111556382016165, 27.525468373085424]
                • 0:28.111556382016165
                • 1:27.525468373085424
              • 5: [28.116603813411917, 28.020898981476286]
                • 0:28.116603813411917
                • 1:28.020898981476286
              • 6: [28.11652585949817, 28.020989543017414]
                • 0:28.11652585949817
                • 1:28.020989543017414
              • 7: [27.434992680075922, 28.024837067155904]
                • 0:27.434992680075922
                • 1:28.024837067155904
              • 8: [27.434899111573532, 28.02478888439672]
                • 0:27.434899111573532
                • 1:28.02478888439672
              • 9: [27.434274065656627, 28.02260321041018]
                • 0:27.434274065656627
                • 1:28.02260321041018
              • 10: [27.425592675412876, 27.987964799783466]
                • 0:27.425592675412876
                • 1:27.987964799783466
              • 11: [27.38783188823215, 27.83641785076414]
                • 0:27.38783188823215
                • 1:27.83641785076414
              • 12: [27.37115234984851, 27.769299525576862]
                • 0:27.37115234984851
                • 1:27.769299525576862
              • 13: [27.237849414188453, 27.22954375117679]
                • 0:27.237849414188453
                • 1:27.22954375117679
              • 14: [27.231738000313083, 27.204635961266323]
                • 0:27.231738000313083
                • 1:27.204635961266323
              • 15: [27.190251411274478, 27.03513543849035]
                • 0:27.190251411274478
                • 1:27.03513543849035
              • 16: [27.190250424188196, 27.034546999952813]
                • 0:27.190250424188196
                • 1:27.034546999952813
              • 17: [27.190682408582873, 27.034158897336546]
                • 0:27.190682408582873
                • 1:27.034158897336546
          • system:index:20170328T083601_20170328T084228_T35RNL
          • system:time_end:1490690548704
          • system:time_start:1490690548704
      • 2: Image COPERNICUS/S2_SR_HARMONIZED/20170328T083601_20170328T084228_T35RNM (26 bands)
        • type:Image
        • id:COPERNICUS/S2_SR_HARMONIZED/20170328T083601_20170328T084228_T35RNM
        • version:1740211306271965
        • bands: List (26 elements)
          • 0: \"B1\", unsigned int16, EPSG:32635, 1830x1830 px
            • id:B1
            • crs:EPSG:32635
            • crs_transform: [60, 0, 499980, 0, -60, 3200040]
              • 0:60
              • 1:0
              • 2:499980
              • 3:0
              • 4:-60
              • 5:3200040
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [1830, 1830]
              • 0:1830
              • 1:1830
          • 1: \"B2\", unsigned int16, EPSG:32635, 10980x10980 px
            • id:B2
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3200040]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3200040
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 2: \"B3\", unsigned int16, EPSG:32635, 10980x10980 px
            • id:B3
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3200040]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3200040
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 3: \"B4\", unsigned int16, EPSG:32635, 10980x10980 px
            • id:B4
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3200040]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3200040
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 4: \"B5\", unsigned int16, EPSG:32635, 5490x5490 px
            • id:B5
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3200040]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3200040
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 5: \"B6\", unsigned int16, EPSG:32635, 5490x5490 px
            • id:B6
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3200040]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3200040
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 6: \"B7\", unsigned int16, EPSG:32635, 5490x5490 px
            • id:B7
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3200040]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3200040
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 7: \"B8\", unsigned int16, EPSG:32635, 10980x10980 px
            • id:B8
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3200040]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3200040
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 8: \"B8A\", unsigned int16, EPSG:32635, 5490x5490 px
            • id:B8A
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3200040]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3200040
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 9: \"B9\", unsigned int16, EPSG:32635, 1830x1830 px
            • id:B9
            • crs:EPSG:32635
            • crs_transform: [60, 0, 499980, 0, -60, 3200040]
              • 0:60
              • 1:0
              • 2:499980
              • 3:0
              • 4:-60
              • 5:3200040
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [1830, 1830]
              • 0:1830
              • 1:1830
          • 10: \"B11\", unsigned int16, EPSG:32635, 5490x5490 px
            • id:B11
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3200040]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3200040
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 11: \"B12\", unsigned int16, EPSG:32635, 5490x5490 px
            • id:B12
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3200040]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3200040
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 12: \"AOT\", unsigned int16, EPSG:32635, 10980x10980 px
            • id:AOT
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3200040]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3200040
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 13: \"WVP\", unsigned int16, EPSG:32635, 10980x10980 px
            • id:WVP
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3200040]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3200040
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 14: \"SCL\", unsigned int8, EPSG:32635, 5490x5490 px
            • id:SCL
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3200040]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3200040
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 15: \"TCI_R\", unsigned int8, EPSG:32635, 10980x10980 px
            • id:TCI_R
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3200040]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3200040
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 16: \"TCI_G\", unsigned int8, EPSG:32635, 10980x10980 px
            • id:TCI_G
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3200040]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3200040
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 17: \"TCI_B\", unsigned int8, EPSG:32635, 10980x10980 px
            • id:TCI_B
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3200040]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3200040
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 18: \"MSK_CLDPRB\", unsigned int8, EPSG:32635, 1x1 px
            • id:MSK_CLDPRB
            • crs:EPSG:32635
            • crs_transform: [1, 0, 499980, 0, 1, 3200040]
              • 0:1
              • 1:0
              • 2:499980
              • 3:0
              • 4:1
              • 5:3200040
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
            • dimensions: [1, 1]
              • 0:1
              • 1:1
          • 19: \"MSK_SNWPRB\", unsigned int8, EPSG:32635, 1x1 px
            • id:MSK_SNWPRB
            • crs:EPSG:32635
            • crs_transform: [1, 0, 499980, 0, 1, 3200040]
              • 0:1
              • 1:0
              • 2:499980
              • 3:0
              • 4:1
              • 5:3200040
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
            • dimensions: [1, 1]
              • 0:1
              • 1:1
          • 20: \"QA10\", unsigned int16, EPSG:32635, 10980x10980 px
            • id:QA10
            • crs:EPSG:32635
            • crs_transform: [10, 0, 499980, 0, -10, 3200040]
              • 0:10
              • 1:0
              • 2:499980
              • 3:0
              • 4:-10
              • 5:3200040
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [10980, 10980]
              • 0:10980
              • 1:10980
          • 21: \"QA20\", unsigned int32, EPSG:32635, 5490x5490 px
            • id:QA20
            • crs:EPSG:32635
            • crs_transform: [20, 0, 499980, 0, -20, 3200040]
              • 0:20
              • 1:0
              • 2:499980
              • 3:0
              • 4:-20
              • 5:3200040
            • data_type: unsigned int32
              • type:PixelType
              • max:4294967295
              • min:0
              • precision:int
            • dimensions: [5490, 5490]
              • 0:5490
              • 1:5490
          • 22: \"QA60\", unsigned int16, EPSG:32635, 1830x1830 px
            • id:QA60
            • crs:EPSG:32635
            • crs_transform: [60, 0, 499980, 0, -60, 3200040]
              • 0:60
              • 1:0
              • 2:499980
              • 3:0
              • 4:-60
              • 5:3200040
            • data_type: unsigned int16
              • type:PixelType
              • max:65535
              • min:0
              • precision:int
            • dimensions: [1830, 1830]
              • 0:1830
              • 1:1830
          • 23: \"MSK_CLASSI_OPAQUE\", unsigned int8, EPSG:4326
            • id:MSK_CLASSI_OPAQUE
            • crs:EPSG:4326
            • crs_transform: [1, 0, 0, 0, 1, 0]
              • 0:1
              • 1:0
              • 2:0
              • 3:0
              • 4:1
              • 5:0
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
          • 24: \"MSK_CLASSI_CIRRUS\", unsigned int8, EPSG:4326
            • id:MSK_CLASSI_CIRRUS
            • crs:EPSG:4326
            • crs_transform: [1, 0, 0, 0, 1, 0]
              • 0:1
              • 1:0
              • 2:0
              • 3:0
              • 4:1
              • 5:0
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
          • 25: \"MSK_CLASSI_SNOW_ICE\", unsigned int8, EPSG:4326
            • id:MSK_CLASSI_SNOW_ICE
            • crs:EPSG:4326
            • crs_transform: [1, 0, 0, 0, 1, 0]
              • 0:1
              • 1:0
              • 2:0
              • 3:0
              • 4:1
              • 5:0
            • data_type: unsigned int8
              • type:PixelType
              • max:255
              • min:0
              • precision:int
        • properties: Object (82 properties)
          • AOT_RETRIEVAL_ACCURACY:0
          • BARE_SOILS_PERCENTAGE:88.374627
          • CLOUDY_PIXEL_PERCENTAGE:3.8607
          • CLOUD_COVERAGE_ASSESSMENT:3.8607
          • CLOUD_COVERAGE_PERCENTAGE:0.082801
          • CLOUD_SHADOW_PERCENTAGE:7e-05
          • DARK_FEATURES_PERCENTAGE:0
          • DATASTRIP_ID:S2A_USER_MSI_L2A_DS_MPS__20170328T123128_S20170328T084228_N02.04
          • DATATAKE_IDENTIFIER:GS2A_20170328T083601_009213_N02.04
          • DATATAKE_TYPE:INS-NOBS
          • DEGRADED_MSI_DATA_PERCENTAGE:0
          • FORMAT_CORRECTNESS_FLAG:PASSED
          • GENERAL_QUALITY_FLAG:PASSED
          • GENERATION_TIME:1490866099000
          • GEOMETRIC_QUALITY_FLAG:PASSED
          • GRANULE_ID:L2A_T35RNM_A009213_20170328T084228
          • HIGH_PROBA_CLOUDS_PERCENTAGE:0
          • LOW_PROBA_CLOUDS_PERCENTAGE:11.397176
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B1:103.256227555342
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B10:102.790759225307
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B11:102.969596507555
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B12:103.224163432254
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B2:102.443838894217
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B3:102.63940089151
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B4:102.793110821053
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B5:102.894301373981
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B6:102.982526756786
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B7:103.079551794189
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8:102.538940034604
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B8A:103.128545006266
          • MEAN_INCIDENCE_AZIMUTH_ANGLE_B9:103.340899108775
          • MEAN_INCIDENCE_ZENITH_ANGLE_B1:9.63754277402365
          • MEAN_INCIDENCE_ZENITH_ANGLE_B10:9.51040407743285
          • MEAN_INCIDENCE_ZENITH_ANGLE_B11:9.55344083898503
          • MEAN_INCIDENCE_ZENITH_ANGLE_B12:9.61278549548682
          • MEAN_INCIDENCE_ZENITH_ANGLE_B2:9.48998355181051
          • MEAN_INCIDENCE_ZENITH_ANGLE_B3:9.5017982741057
          • MEAN_INCIDENCE_ZENITH_ANGLE_B4:9.5291313886193
          • MEAN_INCIDENCE_ZENITH_ANGLE_B5:9.54626398712918
          • MEAN_INCIDENCE_ZENITH_ANGLE_B6:9.56549477430116
          • MEAN_INCIDENCE_ZENITH_ANGLE_B7:9.58684691925802
          • MEAN_INCIDENCE_ZENITH_ANGLE_B8:9.49071700003941
          • MEAN_INCIDENCE_ZENITH_ANGLE_B8A:9.61166218408591
          • MEAN_INCIDENCE_ZENITH_ANGLE_B9:9.66574207167135
          • MEAN_SOLAR_AZIMUTH_ANGLE:138.511244551408
          • MEAN_SOLAR_ZENITH_ANGLE:32.0167450476774
          • MEDIUM_PROBA_CLOUDS_PERCENTAGE:0.082801
          • MGRS_TILE:35RNM
          • NODATA_PIXEL_PERCENTAGE:47.944936
          • PROCESSING_BASELINE:02.04
          • PRODUCT_ID:S2A_MSIL2A_20170328T083601_N0204_R064_T35RNM_20170328T084228
          • RADIATIVE_TRANSFER_ACCURAY:0
          • RADIOMETRIC_QUALITY_FLAG:PASSED
          • REFLECTANCE_CONVERSION_CORRECTION:1.00613186852888
          • SATURATED_DEFECTIVE_PIXEL_PERCENTAGE:0
          • SENSING_ORBIT_DIRECTION:DESCENDING
          • SENSING_ORBIT_NUMBER:64
          • SENSOR_QUALITY_FLAG:PASSED
          • SNOW_ICE_PERCENTAGE:0
          • SOLAR_IRRADIANCE_B1:1913.57
          • SOLAR_IRRADIANCE_B10:367.15
          • SOLAR_IRRADIANCE_B11:245.59
          • SOLAR_IRRADIANCE_B12:85.25
          • SOLAR_IRRADIANCE_B2:1941.63
          • SOLAR_IRRADIANCE_B3:1822.61
          • SOLAR_IRRADIANCE_B4:1512.79
          • SOLAR_IRRADIANCE_B5:1425.56
          • SOLAR_IRRADIANCE_B6:1288.32
          • SOLAR_IRRADIANCE_B7:1163.19
          • SOLAR_IRRADIANCE_B8:1036.39
          • SOLAR_IRRADIANCE_B8A:955.19
          • SOLAR_IRRADIANCE_B9:813.04
          • SPACECRAFT_NAME:Sentinel-2A
          • THIN_CIRRUS_PERCENTAGE:0
          • VEGETATION_PERCENTAGE:0
          • WATER_PERCENTAGE:0.145327
          • WATER_VAPOUR_RETRIEVAL_ACCURACY:0
          • system:asset_size:761153923
          • system:footprint: LinearRing (19 vertices)
            • type:LinearRing
            • coordinates: List (19 elements)
              • 0: [27.66052009585949, 28.925893960712962]
                • 0:27.66052009585949
                • 1:28.925893960712962
              • 1: [27.66051006968037, 28.925870988810416]
                • 0:27.66051006968037
                • 1:28.925870988810416
              • 2: [27.658935147242243, 28.920191917766438]
                • 0:27.658935147242243
                • 1:28.920191917766438
              • 3: [27.618001343780538, 28.763876037279886]
                • 0:27.618001343780538
                • 1:28.763876037279886
              • 4: [27.6073057101878, 28.721140636546863]
                • 0:27.6073057101878
                • 1:28.721140636546863
              • 5: [27.413197447384718, 27.938162777437288]
                • 0:27.413197447384718
                • 1:27.938162777437288
              • 6: [27.41319323454089, 27.93707003643139]
                • 0:27.41319323454089
                • 1:27.93707003643139
              • 7: [27.413208831026086, 27.937018830431906]
                • 0:27.413208831026086
                • 1:27.937018830431906
              • 8: [27.413627874057127, 27.936644198509974]
                • 0:27.413627874057127
                • 1:27.936644198509974
              • 9: [27.413680220759932, 27.93661747537432]
                • 0:27.413680220759932
                • 1:27.93661747537432
              • 10: [28.11559407090724, 27.93271982816523]
                • 0:28.11559407090724
                • 1:27.93271982816523
              • 11: [28.11569667058435, 27.932788585528527]
                • 0:28.11569667058435
                • 1:27.932788585528527
              • 12: [28.120850865084368, 28.428209525551274]
                • 0:28.120850865084368
                • 1:28.428209525551274
              • 13: [28.126136787961382, 28.92357320972733]
                • 0:28.126136787961382
                • 1:28.92357320972733
              • 14: [28.126058302566324, 28.923663812402424]
                • 0:28.126058302566324
                • 1:28.923663812402424
              • 15: [27.66123123705587, 28.92674901305575]
                • 0:27.66123123705587
                • 1:28.92674901305575
              • 16: [27.661201606226435, 28.926726383177797]
                • 0:27.661201606226435
                • 1:28.926726383177797
              • 17: [27.66115827896289, 28.926726180541355]
                • 0:27.66115827896289
                • 1:28.926726180541355
              • 18: [27.66052009585949, 28.925893960712962]
                • 0:27.66052009585949
                • 1:28.925893960712962
          • system:index:20170328T083601_20170328T084228_T35RNM
          • system:time_end:1490690548704
          • system:time_start:1490690548704
    • " ], "text/plain": [ - "" + "" ] }, "execution_count": 4, @@ -360,21 +323,14 @@ } ], "source": [ - "ee.ImageCollection(\"COPERNICUS/S2_SR\").limit(10)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Performance and Error Handling" + "ee.ImageCollection(\"COPERNICUS/S2_SR_HARMONIZED\").limit(3)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "Just like in the Code Editor, printing an object with `eerepr` requests data from the server, so large objects may take a while or even time out. If `eerepr` fails to retrieve data it will fall back to the string repr and warn you about the error it encountered. For example, if we try to display an invalid `ee.Projection`..." + "IPython only displays the last object evaluated in a cell. To display multiple HTML reprs, you can use `IPython.display.display`." ] }, { @@ -382,80 +338,12 @@ "execution_count": 5, "metadata": {}, "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/az/eerepr/eerepr/repr.py:43: UserWarning: Getting info failed with: 'Projection: The CRS of a map projection could not be parsed.'. Falling back to string repr.\n", - " warn(f\"Getting info failed with: '{e}'. Falling back to string repr.\")\n" - ] - }, { "data": { "text/html": [ - "
      <ee.Projection object at 0x7fe8d5bc7fa0>
      " - ], - "text/plain": [ - "" - ] - }, - "execution_count": 5, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "ee.Projection(\"foo\")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Caching" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "`eerepr` caches results within each Jupyter session, so a large request will run slowly the first time but should be nearly instant if you repeat it." - ] - }, - { - "cell_type": "code", - "execution_count": 6, - "metadata": {}, - "outputs": [], - "source": [ - "fc = ee.FeatureCollection(\"WRI/GPPD/power_plants\").limit(1_000)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "First run takes a few seconds to retrieve data." - ] - }, - { - "cell_type": "code", - "execution_count": 7, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
        • type:FeatureCollection
        • id:WRI/GPPD/power_plants
        • version:1577374742750831
          • cap_year:Float
          • capacitymw:Float
          • comm_year:Float
          • country:String
          • country_lg:String
          • fuel1:String
          • fuel2:String
          • fuel3:String
          • fuel4:String
          • gppd_idnr:String
          • gwh_2013:Float
          • gwh_2014:Float
          • gwh_2015:Float
          • gwh_2016:Float
          • gwh_estimt:Float
          • latitude:Float
          • longitude:Float
          • name:String
          • owner:String
          • source:String
          • src_latlon:String
          • system:index:String
          • url:String
            • 0:1528675200000
            • 1:1528675200000
          • description:

            The Global Power Plant Database is a comprehensive, open source\n", - "database of power plants around the world. It centralizes\n", - "power plant data to make it easier to navigate, compare and draw\n", - "insights. Each power plant is geolocated and entries contain\n", - "information on plant capacity, generation, ownership, and fuel type.\n", - "As of June 2018, the database includes around 28,500 power plants\n", - "from 164 countries.\n", - "It will be continuously updated as data becomes available.

            The methodology for the dataset creation is given in the World Resources\n", - "Institute publication\n", - "\"A Global Database of Power Plants\".

            Associated code for the creation of the dataset can be found on\n", - "GitHub.\n", - "The bleeding-edge version of the database (which may contain substantial\n", - "differences from the release in Earth Engine) is available on GitHub as well.

            If you use this dataset, the provider (WRI) has requested that you\n", - "register your use and (optionally)\n", - "sign up to receive update notifications.

            Table Schema
            NameTypeDescription
            countrySTRING

            3-character country code corresponding to the ISO 3166-1 alpha-3 specs

            country_lgSTRING

            Longer form of the country designation

            nameSTRING

            Name or title of the power plant, generally in Romanized form

            gppd_idnrSTRING

            10- or 12-character identifier for the power plant

            capacitymwDOUBLE

            Electrical generating capacity in megawatts

            latitudeDOUBLE

            Geolocation in decimal degrees

            longitudeDOUBLE

            Geolocation in decimal degrees

            fuel1STRING

            Energy source used in electricity generation or export

            fuel2STRING

            Energy source used in electricity generation or export

            fuel3STRING

            Energy source used in electricity generation or export

            fuel4STRING

            Energy source used in electricity generation or export

            comm_yearSTRING

            Year of plant operation, weighted by unit-capacity when data is available

            ownerSTRING

            Majority shareholder of the power plant, generally in Romanized form

            sourceSTRING

            Entity reporting the data; could be an organization, report, or document,\n", - "generally in Romanized form

            urlSTRING

            Web document corresponding to the \"source\" field

            src_latlonSTRING

            Attribution for geolocation information

            cap_yearDOUBLE

            Year the capacity information was reported

            gwh_2013DOUBLE

            Electricity generation in gigawatt-hours reported for the year 2013

            gwh_2014DOUBLE

            Electricity generation in gigawatt-hours reported for the year 2014

            gwh_2015DOUBLE

            Electricity generation in gigawatt-hours reported for the year 2015

            gwh_2016DOUBLE

            Electricity generation in gigawatt-hours reported for the year 2016

            gwh_estimtDOUBLE

            Estimated annual electricity generation in gigawatt-hours for the year\n", - "2015

            Terms of Use

            This dataset is licensed under\n", - "CC-BY 4.0.

            Suggested citation(s)

          • period:0
            • 0:infrastructure
            • 1:energy
            • 2:climate
            • 3:power
            • 4:power_plants
          • provider:World Resources Institute
          • provider_url:http://datasets.wri.org/dataset/globalpowerplantdatabase
            • 0:wri
          • system:asset_size:2909055
            • 0:wri
            • 1:infrastructure
            • 2:energy
            • 3:climate
            • 4:power
            • 5:power_plants
          • title:Global Power Plant Database
            • type:Feature
            • id:000000000000000000e4
              • type:Point
                • 0:14.563909095577076
                • 1:42.05021076402892
              • cap_year:0
              • capacitymw:840
              • comm_year:2004
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002890
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:642.3
              • gwh_2016:0
              • gwh_estimt:2039.246940354907
              • latitude:42.0502
              • longitude:14.5639
              • name:GISSI
              • owner:A2A
              • source:A2A
              • src_latlon:GEODB
              • url:http://www.a2a.eu/en/plants_networks/thermoelectric/gissi/
            • type:Feature
            • id:000000000000000068e2
              • type:Point
                • 0:9.509781472592428
                • 1:45.51152023270137
              • cap_year:0
              • capacitymw:969
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002861
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:582.57
              • gwh_2016:0
              • gwh_estimt:2352.417006195125
              • latitude:45.5115
              • longitude:9.5098
              • name:Cassano d?Adda
              • owner:A2A
              • source:A2A
              • src_latlon:WRI
              • url:http://www.a2a.eu/en/plants_networks/thermoelectric/cassano/
            • type:Feature
            • id:000000000000000068e6
              • type:Point
                • 0:10.71417964529344
                • 1:45.39931201060431
              • cap_year:0
              • capacitymw:400
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002873
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:392.73
              • gwh_2016:0
              • gwh_estimt:971.0699715975749
              • latitude:45.3993
              • longitude:10.7142
              • name:CTE DEL MINCIO
              • owner:A2A
              • source:A2A
              • src_latlon:GEODB
              • url:http://www.a2a.eu/gruppo/cms/a2a/it/impianti_reti/termoelettrica/mincio.html
            • type:Feature
            • id:000000000000000068e4
              • type:Point
                • 0:10.227285727969873
                • 1:45.524805686197666
              • cap_year:0
              • capacitymw:116.7
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002898
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:409
              • gwh_2016:0
              • gwh_estimt:187.21013286214276
              • latitude:45.5248
              • longitude:10.2273
              • name:LAMARMORA
              • owner:
              • source:A2A
              • src_latlon:CARMA
              • url:http://www.a2a.eu/en/plants_networks/cogeneration/lamarmora.html
            • type:Feature
            • id:000000000000000068c9
              • type:Point
                • 0:13.545507271824157
                • 1:45.797920498781906
              • cap_year:0
              • capacitymw:336
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002911
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:2109
              • gwh_2016:0
              • gwh_estimt:1842.3175014731878
              • latitude:45.7979
              • longitude:13.5455
              • name:Monfalcone
              • owner:A2A
              • source:A2A
              • src_latlon:GEODB
              • url:http://www.a2a.eu/en/plants_networks/thermoelectric/monfalcone/
            • type:Feature
            • id:00000000000000000279
              • type:Point
                • 0:44.45761572747694
                • 1:33.28719745113685
              • cap_year:0
              • capacitymw:646
              • comm_year:2004
              • country:IRQ
              • country_lg:Iraq
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1008701
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1006.4948777575262
              • latitude:33.2872
              • longitude:44.4576
              • name:South Baghdad 1
              • owner:Iraq's Ministry of Electricity
              • source:BBC
              • src_latlon:WRI
              • url:http://www.bbc.com/news/world-middle-east-22093992
            • type:Feature
            • id:0000000000000000613d
              • type:Point
                • 0:58.04858977089482
                • 1:37.3397096003943
              • cap_year:0
              • capacitymw:1404
              • comm_year:2011
              • country:IRN
              • country_lg:Iran
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1008192
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7235.460042628213
              • latitude:37.3397
              • longitude:58.0486
              • name:Shirvan
              • owner:TAVANIR
              • source:CDM
              • src_latlon:GEODB
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1322812574.59/view
            • type:Feature
            • id:0000000000000000615b
              • type:Point
                • 0:50.71510920751931
                • 1:29.53867981718476
              • cap_year:0
              • capacitymw:484
              • comm_year:2014
              • country:IRN
              • country_lg:Iran
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029945
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2494.2753993105807
              • latitude:29.5387
              • longitude:50.7151
              • name:Genevah
              • owner:MAPNA Group
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/SIRIM1392386361.46/view
            • type:Feature
            • id:000000000000000061a2
              • type:Point
                • 0:49.084903273604375
                • 1:37.637779521572924
              • cap_year:0
              • capacitymw:930
              • comm_year:2011
              • country:IRN
              • country_lg:Iran
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029943
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4792.719259005868
              • latitude:37.6378
              • longitude:49.0849
              • name:Paresar
              • owner:TAVANIR
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/Validation/DB/0A6SRRV8Y6XST61AE0L5RMPQUBSRC1/view.html
            • type:Feature
            • id:00000000000000000359
              • type:Point
                • 0:18.3986924106774
                • 1:-33.092987460331265
              • cap_year:0
              • capacitymw:66.6
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026018
              • gwh_2013:0
              • gwh_2014:190
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-33.093
              • longitude:18.3987
              • name:Hopefield
              • owner:Umoya Energy
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/l/u/F1A2TM3QHOKWNVLDE5JZGIRS98BUCX.pdf/PDD%20Hopefield.pdf?t=OTR8b2pkNngzfDDowoIvyI_mpurbcPT1SA-3
            • type:Feature
            • id:00000000000000000374
              • type:Point
                • 0:24.71049467021475
                • 1:-34.13598532636786
              • cap_year:0
              • capacitymw:80
              • comm_year:2015
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026014
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:35.8397393473502
              • latitude:-34.136
              • longitude:24.7105
              • name:Red Cap
              • owner:Red Cap Kouga Wind Farm Ltd
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/u/g/NI4MS38U5B6PADXQ0K2FLG9VY1EHWO.pdf/PDD%20-%20Red%20Cap%20Kouga%20Wind%20Farm.pdf?t=ZUt8b2pkNjE3fDDrIEb0PZzOV-CHzPAgyBW8
            • type:Feature
            • id:00000000000000000378
              • type:Point
                • 0:25.60281933561941
                • 1:-33.676021382347585
              • cap_year:0
              • capacitymw:73.8
              • comm_year:2010
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026027
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:33.06215954793056
              • latitude:-33.676
              • longitude:25.6028
              • name:Coega IDZ Windfarm
              • owner:Electrawinds Africa and Indian Ocean Islands (Pty)
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/4/2/UB1DG6JSNM5RP749A8EYHFCX0LTV2Z.pdf/8954%20PDD%2022%20Dec%2012.pdf?t=Ylp8b2pkOG0xfDDwgY0_wDMQWuuX_NwESiDj
            • type:Feature
            • id:00000000000000000398
              • type:Point
                • 0:22.920100278434038
                • 1:-27.60201078707833
              • cap_year:0
              • capacitymw:73.8
              • comm_year:2014
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026019
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:221
              • gwh_estimt:33.06215954793056
              • latitude:-27.602
              • longitude:22.9201
              • name:Karoo Renewable Energy Facility (Nobelsfontein Wind)
              • owner:South African Renewable Green Energy
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/h/v/WJEK19MU3GNLTH562P0A7ZYQVDCIRS.pdf/PDD.pdf?t=eEN8b2pkNnp6fDDXvZVJYrHBHDoegHcnh7mQ
            • type:Feature
            • id:00000000000000000685
              • type:Point
                • 0:109.26001838639384
                • 1:13.907715412753467
              • cap_year:0
              • capacitymw:21
              • comm_year:2017
              • country:VNM
              • country_lg:Vietnam
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030755
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:9.718085106382977
              • latitude:13.9077
              • longitude:109.26
              • name:Phuong Mai 3
              • owner:Central Wind power Joint Stock Company
              • source:CDM
              • src_latlon:CDM
              • url:https://cdm.unfccc.int/Projects/DB/ICONTEC1347544560.36/view
            • type:Feature
            • id:000000000000000006c0
              • type:Point
                • 0:108.4100186623642
                • 1:11.052509876560496
              • cap_year:0
              • capacitymw:32
              • comm_year:2017
              • country:VNM
              • country_lg:Vietnam
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030749
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:14.808510638297872
              • latitude:11.0525
              • longitude:108.41
              • name:Thuan Nhien Phong
              • owner:Asia Renewable Energy Corporation
              • source:CDM
              • src_latlon:CDM
              • url:https://cdm.unfccc.int/Projects/DB/ICONTEC1347549044.44/view
            • type:Feature
            • id:00000000000000000907
              • type:Point
                • 0:126.16611702673616
                • 1:33.34159599720951
              • cap_year:0
              • capacitymw:21
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029929
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:54.559056903196556
              • latitude:33.3416
              • longitude:126.1661
              • name:Hangyeong
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/KEMCO1173839526.69/view
            • type:Feature
            • id:0000000000000000090c
              • type:Point
                • 0:126.82127839391644
                • 1:33.39518664408306
              • cap_year:0
              • capacitymw:33
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029933
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:85.73566084788028
              • latitude:33.3952
              • longitude:126.8213
              • name:Samdal
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/S/1/5/S1527M4GXNLZTRUWD3QH89EO6BVPYA/Samdal%20PDD_%28Clean%20Version%29.pdf?t=Rkd8b2xqaXdjfDCBx9r7XcBVMARH8CoRKQPa
            • type:Feature
            • id:0000000000000000090e
              • type:Point
                • 0:126.83487803043462
                • 1:33.43971086661118
              • cap_year:0
              • capacitymw:22
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029935
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:57.15710723192019
              • latitude:33.4397
              • longitude:126.8349
              • name:Yeongheung
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/5/8/K/58KRC69AX3DTZ7S4PEWF0BQONVIUL2/Sungsan_Wind_Power_CDM_Project_ver9_20110615.pdf?t=b2R8b2x1N2ZkfDCgB9WRQztAlxjzdI-VOEjQ
            • type:Feature
            • id:00000000000000000986
              • type:Point
                • 0:128.26979677461185
                • 1:37.439485151483
              • cap_year:0
              • capacitymw:40
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029931
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:103.92201314894581
              • latitude:37.4395
              • longitude:128.2698
              • name:Taegisan
              • owner:
              • source:CDM
              • src_latlon:GEODB
              • url:https://cdm.unfccc.int/Projects/DB/KFQ1226904451.62/view
            • type:Feature
            • id:00000000000000000999
              • type:Point
                • 0:129.23631351646708
                • 1:36.569198180898205
              • cap_year:0
              • capacitymw:61.5
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029930
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:159.78009521650418
              • latitude:36.5692
              • longitude:129.2363
              • name:Yeong Yang
              • owner:
              • source:CDM
              • src_latlon:GEODB
              • url:https://cdm.unfccc.int/Projects/DB/KFQ1210856027.26/view
            • type:Feature
            • id:0000000000000000099c
              • type:Point
                • 0:129.41409622355766
                • 1:36.41488943387032
              • cap_year:0
              • capacitymw:39.6
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029928
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:102.88279301745636
              • latitude:36.4149
              • longitude:129.4141
              • name:Youngduk
              • owner:Youngduk Wind Power Co. Ltd
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/KFQ1141796981.11/view
            • type:Feature
            • id:00000000000000001368
              • type:Point
                • 0:-76.13740795542897
                • 1:21.11938273022041
              • cap_year:0
              • capacitymw:10.2
              • comm_year:0
              • country:CUB
              • country_lg:Cuba
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002025
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:17
              • latitude:21.1194
              • longitude:-76.1374
              • name:Gibara
              • owner:Uni�n El�ctrica
              • source:CDM
              • src_latlon:WRI
              • url:http://cuba.acp-cd4cdm.org/media/280185/3%20pdd%20parque%20eolico%20gibara%202%20version%2001.pdf
            • type:Feature
            • id:000000000000000013a1
              • type:Point
                • 0:-87.23242230651984
                • 1:13.932087038592949
              • cap_year:0
              • capacitymw:126
              • comm_year:0
              • country:HND
              • country_lg:Honduras
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029371
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:398
              • latitude:13.9321
              • longitude:-87.2324
              • name:Cerra de Hula
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/projsearch.html
            • type:Feature
            • id:00000000000000005dab
              • type:Point
                • 0:72.7629027673708
                • 1:26.52548510427913
              • cap_year:0
              • capacitymw:29.6
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026099
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:301.54723551266056
              • latitude:26.5255
              • longitude:72.7629
              • name:Jeloo Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1312546277.77/view
            • type:Feature
            • id:00000000000000005dbc
              • type:Point
                • 0:70.99961788204877
                • 1:27.093079174934896
              • cap_year:0
              • capacitymw:75.6
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026341
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:770.1679393499033
              • latitude:27.0931
              • longitude:70.9996
              • name:Kaladonger Wind Farm
              • owner:Bindu Vau Urja Private Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1356681143.52/view
            • type:Feature
            • id:00000000000000005dbd
              • type:Point
                • 0:71.06429470126551
                • 1:26.817989497641747
              • cap_year:0
              • capacitymw:102
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026091
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1039.1154737260601
              • latitude:26.818
              • longitude:71.0643
              • name:ONGC Jerat Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/L/M/Z/LMZG56NYST19Q7IHD4EPXJRF2VB03W/PDD.pdf?t=R1p8b2picTYxfDApzXyA-gGP8NbbOgKvi68C
            • type:Feature
            • id:00000000000000005dc1
              • type:Point
                • 0:70.77358563945643
                • 1:26.802594529570026
              • cap_year:0
              • capacitymw:26.4
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026770
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:268.94753437615674
              • latitude:26.8026
              • longitude:70.7736
              • name:Ratedi Mondri Wind Farm
              • owner:Ratedi Wind Power Private Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RINA1354700454.05/view
            • type:Feature
            • id:00000000000000005dc2
              • type:Point
                • 0:70.68767902461892
                • 1:27.17149028053632
              • cap_year:0
              • capacitymw:42
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026769
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:427.87107741661305
              • latitude:27.1715
              • longitude:70.6877
              • name:Wind power project in Rajasthan
              • owner:Mytrah Energy (India) Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1354785555.66/view
            • type:Feature
            • id:00000000000000005dc3
              • type:Point
                • 0:70.69580289989875
                • 1:27.2081150442288
              • cap_year:0
              • capacitymw:8.4
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026764
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:85.5742154833226
              • latitude:27.2081
              • longitude:70.6958
              • name:Sonu Wind Farm
              • owner:Centaur Mercantile Pvt. Ltd.
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/LRQA%20Ltd1321971513.67/view
            • type:Feature
            • id:00000000000000005dc4
              • type:Point
                • 0:70.68099141458194
                • 1:27.161122240814553
              • cap_year:0
              • capacitymw:52.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026092
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:534.8388467707663
              • latitude:27.1611
              • longitude:70.681
              • name:Mokla Wind farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/_/r/F932EYQBPVM7IXZ4KWRUG5HT6S0ACL.pdf/7895-PDD-26%20Oct%2012.pdf?t=aEJ8b2picjhvfDAyiJ_x---be015MnlJwvjn
            • type:Feature
            • id:00000000000000005dc5
              • type:Point
                • 0:70.74548870064332
                • 1:27.16570033627611
              • cap_year:0
              • capacitymw:31.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026093
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:320.90330806245976
              • latitude:27.1657
              • longitude:70.7455
              • name:Mokal Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/o/t/LOE8KY3952J1UZAFN6CHMPQBVD7RS0.pdf/PDD_RSMML.pdf?t=QUZ8b2pkZzRzfDAgGCgKw2iEeb78bqr1DaV0
            • type:Feature
            • id:00000000000000005dc6
              • type:Point
                • 0:70.67219428996954
                • 1:27.249183253516332
              • cap_year:0
              • capacitymw:27.3
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026094
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:278.11620032079844
              • latitude:27.2492
              • longitude:70.6722
              • name:HZL Parewar Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/x/_/BYO3D0NJE4W2ZULSAXTQC61IM5HV9R.pdf/7873-PDD-25%20Oct%2012.pdf?t=ZGh8b2pkZ3A5fDB5_GTLkYcWdSL2xW6rf1F3
            • type:Feature
            • id:00000000000000005dd3
              • type:Point
                • 0:69.9493938065091
                • 1:23.027191805603472
              • cap_year:0
              • capacitymw:39
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026671
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:397.30885760114063
              • latitude:23.0272
              • longitude:69.9494
              • name:GACL Kutch Wind Farm
              • owner:Gujurat Alkalies and Chemicals Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1346053136.1/view
            • type:Feature
            • id:00000000000000005ddb
              • type:Point
                • 0:68.69750911421661
                • 1:23.168888348467647
              • cap_year:0
              • capacitymw:51
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026085
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:519.5577368630301
              • latitude:23.1689
              • longitude:68.6975
              • name:ONGC Kutch Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/F/X/W/FXWNHT2DU5RV3BGL7YA8ZKPI46OS9E/2856_PDD_clean.pdf?t=RGp8b2picmp5fDB2P7QGVKqmOvLt7pNBaIqW
            • type:Feature
            • id:00000000000000005ddc
              • type:Point
                • 0:68.69881072959294
                • 1:23.31830481701209
              • cap_year:0
              • capacitymw:33
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026086
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:336.1844179701959
              • latitude:23.3183
              • longitude:68.6988
              • name:Kosa Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/w/m/64TXH0Y1V9ZCISBKO3F758PEQNUJDR.pdf/PDD__V-2_5_19_10_2012.pdf?t=akh8b2pkZTFtfDAP0pu4sjZSao0P-GV-Qzqn
            • type:Feature
            • id:00000000000000005ddd
              • type:Point
                • 0:68.87820923508171
                • 1:23.0543910786398
              • cap_year:0
              • capacitymw:150
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026083
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1528.1109907736181
              • latitude:23.0544
              • longitude:68.8782
              • name:Bera Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/z/g/GHX720LOZTBENA6IVS1PJCWF8YMKUD.pdf/2347%20Revised%20PDD.pdf?t=YUh8b2picHN3fDCY1tP_B8ik_E25vGal7UR-
            • type:Feature
            • id:00000000000000005dde
              • type:Point
                • 0:69.37318214439627
                • 1:21.90380796925654
              • cap_year:0
              • capacitymw:39.2
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026669
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:399.34633892217215
              • latitude:21.9038
              • longitude:69.3732
              • name:AES Saurashtra Windfarms
              • owner:AES
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1328700673.83/view
            • type:Feature
            • id:00000000000000005de0
              • type:Point
                • 0:69.84418737747089
                • 1:22.14209334970186
              • cap_year:0
              • capacitymw:11.2
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026670
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:114.09895397776347
              • latitude:22.1421
              • longitude:69.8442
              • name:Enercon Babarzar Wind Farm
              • owner:Enercon India Ltd.
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/URSCert1371557111.17/view
            • type:Feature
            • id:00000000000000005de1
              • type:Point
                • 0:69.82699707784562
                • 1:22.169382389315867
              • cap_year:0
              • capacitymw:50.4
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026345
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:513.4452928999356
              • latitude:22.1694
              • longitude:69.827
              • name:Lalpur Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/LRQA%20Ltd1354282051.48/view
            • type:Feature
            • id:00000000000000005de2
              • type:Point
                • 0:69.8322933059286
                • 1:22.1039874374777
              • cap_year:0
              • capacitymw:49.6
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026765
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:505.29536761580965
              • latitude:22.104
              • longitude:69.8323
              • name:Torrent Gujurat Wind Farm
              • owner:Torrent Power Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/SGS-UKL1353506542.98/view
            • type:Feature
            • id:00000000000000005de6
              • type:Point
                • 0:70.39611718032192
                • 1:22.753179327242453
              • cap_year:0
              • capacitymw:33
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026082
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:336.1844179701959
              • latitude:22.7532
              • longitude:70.3961
              • name:Jodiya Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/d/d/56KO8FQND07Y3H12PBALXWG9MRC4JV.pdf/PDD_-_GMDC_V05.pdf?t=bGh8b2pkZDEwfDAxL3Mrj_s1ZpnXL5ljSdCb
            • type:Feature
            • id:00000000000000005de7
              • type:Point
                • 0:70.27291255245935
                • 1:22.098287259795168
              • cap_year:0
              • capacitymw:35.2
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026751
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:358.59671250154236
              • latitude:22.0983
              • longitude:70.2729
              • name:Patnaik Jamnagar Wind Farm
              • owner:Patnaik Minerals Pvt. Ltd
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1288029478.94/view
            • type:Feature
            • id:00000000000000005de9
              • type:Point
                • 0:70.23130574370576
                • 1:22.033520674000744
              • cap_year:0
              • capacitymw:88.8
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026794
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:904.6417065379818
              • latitude:22.0335
              • longitude:70.2313
              • name:HZL Samana Wind Farm
              • owner:Hindustan Zinc Ltd.
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1211956663.14/view
            • type:Feature
            • id:00000000000000005dec
              • type:Point
                • 0:70.54432180006772
                • 1:22.971985360331722
              • cap_year:0
              • capacitymw:3.6
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026763
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:36.67466377856683
              • latitude:22.972
              • longitude:70.5443
              • name:Sumilon Vershamedi Wind Farm
              • owner:Sumilon Industries Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/KBS_Cert1356901324.44/view
            • type:Feature
            • id:00000000000000005ded
              • type:Point
                • 0:70.60038102782741
                • 1:23.05618641019335
              • cap_year:0
              • capacitymw:35.1
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026084
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:357.57797184102657
              • latitude:23.0562
              • longitude:70.6004
              • name:Rucha Soya Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/z/4/H6BE40Q3YPZ7ULD8OWFR1AIT5V2SXM.pdf/8592%20PDD.pdf?t=Sjd8b2pkZHV0fDDHMHx5kl40-cCl4qrFlA08
            • type:Feature
            • id:00000000000000005dee
              • type:Point
                • 0:70.46030028336143
                • 1:23.244292273716866
              • cap_year:0
              • capacitymw:21
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026672
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:213.93553870830652
              • latitude:23.2443
              • longitude:70.4603
              • name:Chhadavada Wind Farm
              • owner:India Oil Corporation Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1304071464.49/view
            • type:Feature
            • id:00000000000000005def
              • type:Point
                • 0:70.50899865175155
                • 1:23.240881143765122
              • cap_year:0
              • capacitymw:91.8
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026096
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:935.2039263534541
              • latitude:23.2409
              • longitude:70.509
              • name:Jangi Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1342443620.03/view
            • type:Feature
            • id:00000000000000005df0
              • type:Point
                • 0:70.54652108122082
                • 1:23.20798169304626
              • cap_year:0
              • capacitymw:10.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026777
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:106.96776935415326
              • latitude:23.208
              • longitude:70.5465
              • name:Jangi village wind farm
              • owner:Energy Infratech Private Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1279520653.8/view
            • type:Feature
            • id:00000000000000005df1
              • type:Point
                • 0:70.59481550001139
                • 1:23.247793170246297
              • cap_year:0
              • capacitymw:21.8
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026673
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:222.08546399243247
              • latitude:23.2478
              • longitude:70.5948
              • name:Powerica Jangi Vandjiya
              • owner:Powerica Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1411994965.49/view
            • type:Feature
            • id:00000000000000005df2
              • type:Point
                • 0:70.62161082344817
                • 1:23.18971419448886
              • cap_year:0
              • capacitymw:14.85
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026788
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:151.28298808658818
              • latitude:23.1897
              • longitude:70.6216
              • name:Powerica Kutch Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/LRQA%20Ltd1270819651.34/view
            • type:Feature
            • id:00000000000000005df3
              • type:Point
                • 0:70.72618888644263
                • 1:23.241419743231187
              • cap_year:0
              • capacitymw:3.6
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026762
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:36.67466377856683
              • latitude:23.2414
              • longitude:70.7262
              • name:Sumilon Shikarpur Wind Farm
              • owner:Sumilon Industries Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/KBS_Cert1356901324.44/view
            • type:Feature
            • id:00000000000000005e0e
              • type:Point
                • 0:76.07178858714661
                • 1:22.898511416502565
              • cap_year:0
              • capacitymw:6.25
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026350
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:63.67129128223408
              • latitude:22.8985
              • longitude:76.0718
              • name:Nagda Hills Wind Energy project
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1135356510.37/view
            • type:Feature
            • id:00000000000000005e11
              • type:Point
                • 0:75.05648371032356
                • 1:23.675620679457968
              • cap_year:0
              • capacitymw:98.7
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026088
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1005.4970319290406
              • latitude:23.6756
              • longitude:75.0565
              • name:Bhat Khedi Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/h/l/W9FUXHOTR0Y5V2KQBIS4MPN17JEZLC.pdf/PDD%20-%2098.7%20MW%20wind%20power%20project%20at%20Ratlam%20in%20Madhya%20Pradesh%20by%20DJ%20Energy%20Private%20Limited.pdf?t=R2x8b2picWpsfDACMivhrOTU62i3hfmcbopg
            • type:Feature
            • id:00000000000000005e1e
              • type:Point
                • 0:74.62151975818652
                • 1:23.963995810247418
              • cap_year:0
              • capacitymw:37.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026089
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:382.02774769340454
              • latitude:23.964
              • longitude:74.6215
              • name:Devgarh Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/Y/I/R/YIR8M4NQJKLW63H1OZCGBTSA729PU5/37.5_MW_PDD_-_37.5_MW_Wind_power_project_at_Pratapgarh%2C_Rajasthan?t=WTF8b2pkZHAyfDApG31asZJ6b9TuTgaPGJDE
            • type:Feature
            • id:00000000000000005f5f
              • type:Point
                • 0:77.62708431198955
                • 1:8.823022270069572
              • cap_year:0
              • capacitymw:10.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026771
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:106.96776935415326
              • latitude:8.823
              • longitude:77.6271
              • name:SWPPL Madhavakurichi
              • owner:SWPPL
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1351312018.91/view
            • type:Feature
            • id:00000000000000005f60
              • type:Point
                • 0:77.65899633035396
                • 1:8.916514160720844
              • cap_year:0
              • capacitymw:14.4
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026774
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:146.69865511426732
              • latitude:8.9165
              • longitude:77.659
              • name:TVS Tirunelveli Wind Farm
              • owner:TVS Energy Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1336676184.92/view
            • type:Feature
            • id:00000000000000005f61
              • type:Point
                • 0:77.44660860756862
                • 1:8.870912739260602
              • cap_year:0
              • capacitymw:34.65
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026753
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:352.9936388687057
              • latitude:8.8709
              • longitude:77.4466
              • name:Wind power project by Riddhi Siddhi Gluco Biols Limited (RSGBL)
              • owner:Riddhi Siddhi Gluco Biols Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/LRQA%20Ltd1356711565.56/view
            • type:Feature
            • id:00000000000000005f66
              • type:Point
                • 0:77.68731768561126
                • 1:8.178408475766378
              • cap_year:0
              • capacitymw:37.6
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026064
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:383.0464883539202
              • latitude:8.1784
              • longitude:77.6873
              • name:Nagercoli Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/5/D/0/5D0I7GCWXZ1VFNS6ROQKHTMYL8JA39/Nagercoil%20PDD%20Corrected_c.pdf?t=bkl8b2pkZGlofDAiW_GZYG7HXm3tF_Ie-IsH
            • type:Feature
            • id:00000000000000005f6e
              • type:Point
                • 0:77.47528902913665
                • 1:9.073695438234406
              • cap_year:0
              • capacitymw:150
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026065
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1528.1109907736181
              • latitude:9.0737
              • longitude:77.4753
              • name:NuPower Tirunelveli Wind Farm
              • owner:NuPower
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/3/x/NUSA0ZGPJRT6YXIMEVOB74WDHQ5KF8.pdf/Final%20PDD.pdf?t=QzV8b2picHExfDDzqlVY2T6pSjzHeaKJVjyC
            • type:Feature
            • id:00000000000000005f6f
              • type:Point
                • 0:77.45010950409807
                • 1:9.019790608338978
              • cap_year:0
              • capacitymw:16.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026791
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:168.09220898509795
              • latitude:9.0198
              • longitude:77.4501
              • name:Powerica Tirunelveli Wind Farm
              • owner:Powerica Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/LRQA%20Ltd1264590823.08/view
            • type:Feature
            • id:00000000000000005f71
              • type:Point
                • 0:77.60549545005807
                • 1:9.0869808917307
              • cap_year:0
              • capacitymw:9.7
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026344
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:98.81784407002728
              • latitude:9.087
              • longitude:77.6055
              • name:LTML Wind Energy Project in Tamil Nadu
              • owner:Loyal Textile Mills Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RINA1359562234.41/view
            • type:Feature
            • id:00000000000000005f72
              • type:Point
                • 0:77.59099814776314
                • 1:9.078183767118288
              • cap_year:0
              • capacitymw:10.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026772
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:106.96776935415326
              • latitude:9.0782
              • longitude:77.591
              • name:SWPPL Vadakkupanavadali
              • owner:SWPPL
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1351312018.91/view
            • type:Feature
            • id:00000000000000005f73
              • type:Point
                • 0:77.64580064343534
                • 1:9.126882135508415
              • cap_year:0
              • capacitymw:4.25
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026653
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:43.296478071919175
              • latitude:9.1269
              • longitude:77.6458
              • name:Frost International Palankottai Wind Farm
              • owner:Frost International Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1354554757.67/view
            • type:Feature
            • id:00000000000000005f75
              • type:Point
                • 0:77.22160868061961
                • 1:9.888102714214876
              • cap_year:0
              • capacitymw:3.6
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026760
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:36.67466377856683
              • latitude:9.8881
              • longitude:77.2216
              • name:Weizzmann Forex Idukki Wind Farm
              • owner:Weizzmann Forex Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/LRQA%20Ltd1323254431.52/view
            • type:Feature
            • id:00000000000000005f77
              • type:Point
                • 0:77.47681506095716
                • 1:9.934422268296544
              • cap_year:0
              • capacitymw:16.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026761
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:168.09220898509795
              • latitude:9.9344
              • longitude:77.4768
              • name:iEnergy Theni Wind Farm
              • owner:iEnergy Wind Farms
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1345031355.85/view
            • type:Feature
            • id:00000000000000005f78
              • type:Point
                • 0:77.50769476367827
                • 1:9.943802875663856
              • cap_year:0
              • capacitymw:9.35
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026758
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:95.25225175822219
              • latitude:9.9438
              • longitude:77.5077
              • name:TVS Kunnur Wind Farm
              • owner:TVS Energy limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1331114727.08/view
            • type:Feature
            • id:00000000000000005f79
              • type:Point
                • 0:77.57771269426685
                • 1:9.985499450995125
              • cap_year:0
              • capacitymw:9.9
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026792
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:100.85532539105878
              • latitude:9.9855
              • longitude:77.5777
              • name:Powerica Theni Wind Farm
              • owner:Powerica Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/LRQA%20Ltd1300097036.88/view
            • type:Feature
            • id:00000000000000005f95
              • type:Point
                • 0:77.18929271265566
                • 1:10.72450280172637
              • cap_year:0
              • capacitymw:19.8
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026347
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:201.71065078211757
              • latitude:10.7245
              • longitude:77.1893
              • name:Anikkadavu Wind Farm
              • owner:Madras Cement Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1379744232.36/viewhttps://cdm.unfccc.int/Projects/DB/LRQA%20Ltd1278588174.29/view
            • type:Feature
            • id:00000000000000005fa5
              • type:Point
                • 0:77.31990308317664
                • 1:10.816603310423634
              • cap_year:0
              • capacitymw:21
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026773
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:213.93553870830652
              • latitude:10.8166
              • longitude:77.3199
              • name:SWPPL Manurpalayam
              • owner:SWPPL
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1351312018.91/view
            • type:Feature
            • id:00000000000000005fa7
              • type:Point
                • 0:77.41599820458056
                • 1:10.738910337443627
              • cap_year:0
              • capacitymw:11.2
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026655
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:114.09895397776347
              • latitude:10.7389
              • longitude:77.416
              • name:Bannari Amman Spinning Mills Wind Power Project
              • owner:Enercon India Ltd.
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/S/7/J/S7JBL0QFRHWA1DEZ2O4NUTG5Y6VKMP/PDD%20BASML%20Version%2003.pdf?t=Mmh8b2pxZWR0fDDj8zCpobgUeh2ry3t0r5N5
            • type:Feature
            • id:00000000000000005fa9
              • type:Point
                • 0:77.4588168621328
                • 1:10.867411193389184
              • cap_year:0
              • capacitymw:21
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026656
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:213.93553870830652
              • latitude:10.8674
              • longitude:77.4588
              • name:HZL Palladum Wind Farm
              • owner:HZL
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1352807242.64/view
            • type:Feature
            • id:00000000000000005faa
              • type:Point
                • 0:77.51231774242868
                • 1:10.838012639199754
              • cap_year:0
              • capacitymw:1.7
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026759
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:17.31859122876767
              • latitude:10.838
              • longitude:77.5123
              • name:UPL Dharapuram Wind Farm
              • owner:UPL
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1351718801.6/view
            • type:Feature
            • id:00000000000000005fab
              • type:Point
                • 0:77.24710238868006
                • 1:10.65578648651413
              • cap_year:0
              • capacitymw:56.25
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026067
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:573.0416215401067
              • latitude:10.6558
              • longitude:77.2471
              • name:Kottamangalam Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/a/1/0JPNG5S4A821KD6IUHWBOEYRVFTL3X.pdf/ALWE%20PDD_Ver%206%20_06.03.2013_%20Clean%20.pdf?t=dlV8b2picjMyfDAQ_TbHluMZz9jMHYOK8XbU
            • type:Feature
            • id:00000000000000005fac
              • type:Point
                • 0:77.23700364869133
                • 1:10.614314327627053
              • cap_year:0
              • capacitymw:25.7
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026066
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:261.8163497525465
              • latitude:10.6143
              • longitude:77.237
              • name:Udumalpet Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1174563974.61/view
            • type:Feature
            • id:00000000000000005fb8
              • type:Point
                • 0:76.51370944905368
                • 1:13.727598774643266
              • cap_year:0
              • capacitymw:68.8
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026095
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:700.8935744348328
              • latitude:13.7276
              • longitude:76.5137
              • name:Enercon Chitradurga Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1185356859.49/view
            • type:Feature
            • id:00000000000000005fbb
              • type:Point
                • 0:77.5712943839629
                • 1:14.165121074244123
              • cap_year:0
              • capacitymw:50.4
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026351
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:513.4452928999356
              • latitude:14.1651
              • longitude:77.5713
              • name:Nallakonda Wind Farm
              • owner:Tadas Wind Energy
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/LRQA%20Ltd1355495522.4/view
            • type:Feature
            • id:00000000000000005fc0
              • type:Point
                • 0:77.3354775844037
                • 1:14.705291455419376
              • cap_year:0
              • capacitymw:200
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026659
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2037.4813210314906
              • latitude:14.7053
              • longitude:77.3355
              • name:Thimmapuram Wind Farm
              • owner:Rayala Wind Power Company Private Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1351859167.83/view
            • type:Feature
            • id:00000000000000005fc8
              • type:Point
                • 0:75.37888037405284
                • 1:15.731906921029807
              • cap_year:0
              • capacitymw:7.2
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026352
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:73.34932755713366
              • latitude:15.7319
              • longitude:75.3789
              • name:Nargund Wind Farm
              • owner:Bhoruka Power
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/PJR%20CDM1353582075.03/view
            • type:Feature
            • id:00000000000000005fca
              • type:Point
                • 0:75.56249790869246
                • 1:15.403810079618
              • cap_year:0
              • capacitymw:24.8
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026073
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:252.64768380790483
              • latitude:15.4038
              • longitude:75.5625
              • name:Belgaum Gadag Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1204705646.68/view
            • type:Feature
            • id:00000000000000005fcb
              • type:Point
                • 0:75.56388929064649
                • 1:15.365389984371964
              • cap_year:0
              • capacitymw:34.4
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026795
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:350.4467872174164
              • latitude:15.3654
              • longitude:75.5639
              • name:HZL Gadag Wind Farm
              • owner:Hindustan Zinc Ltd.
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1208874936.63/view
            • type:Feature
            • id:00000000000000005fcc
              • type:Point
                • 0:75.57668102796553
                • 1:15.330201485922327
              • cap_year:0
              • capacitymw:50.4
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026787
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:513.4452928999356
              • latitude:15.3302
              • longitude:75.5767
              • name:Tata Power Gadag Plains Wind Farm
              • owner:Tata Power
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1352368180.64/view
            • type:Feature
            • id:00000000000000005fcd
              • type:Point
                • 0:75.58677976795427
                • 1:15.341781374442743
              • cap_year:0
              • capacitymw:25.6
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026072
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:260.7976090920308
              • latitude:15.3418
              • longitude:75.5868
              • name:Gadag Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1239021527.94/view
            • type:Feature
            • id:00000000000000005fce
              • type:Point
                • 0:75.58107959027176
                • 1:15.275802939849672
              • cap_year:0
              • capacitymw:25.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026776
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:259.77886843151504
              • latitude:15.2758
              • longitude:75.5811
              • name:Yelisirur wind power project
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/TUEV-RHEIN1351077305.18/view
            • type:Feature
            • id:00000000000000005fd1
              • type:Point
                • 0:75.86128596249253
                • 1:14.653406373521692
              • cap_year:0
              • capacitymw:23.1
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026658
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:235.32909257913715
              • latitude:14.6534
              • longitude:75.8613
              • name:GIWPP Telagi
              • owner:Bangalore Electricity Supply Company Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1323884772.8/view
            • type:Feature
            • id:00000000000000005fd3
              • type:Point
                • 0:75.7965193766981
                • 1:15.157894540070082
              • cap_year:0
              • capacitymw:78.9
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026070
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:803.7863811469231
              • latitude:15.1579
              • longitude:75.7965
              • name:MSPL Wind Farm
              • owner:MSPL
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/I/M/8/IM82KOV79XD6W1FSRY0APUBQT5HNG3/PDD%20Version%203.1?t=eXJ8b2pkY3A3fDDe6Zq2yZtRMfXDrbXuYkLx
            • type:Feature
            • id:00000000000000005fda
              • type:Point
                • 0:76.39261433576652
                • 1:14.575085034497949
              • cap_year:0
              • capacitymw:16.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026069
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:168.09220898509795
              • latitude:14.5751
              • longitude:76.3926
              • name:Anabura Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1216117082.43/view
            • type:Feature
            • id:00000000000000005fdb
              • type:Point
                • 0:76.34817987981609
                • 1:14.4790796796717
              • cap_year:0
              • capacitymw:13.2
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026068
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:134.47376718807837
              • latitude:14.4791
              • longitude:76.3482
              • name:Arasinagundi Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1216117082.43/view
            • type:Feature
            • id:00000000000000005fdd
              • type:Point
                • 0:76.31541507896375
                • 1:14.098020557430079
              • cap_year:0
              • capacitymw:10.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026349
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:106.96776935415326
              • latitude:14.098
              • longitude:76.3154
              • name:NMDC Anehalu Wind Farm
              • owner:NMDC
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1323884913.69/view
            • type:Feature
            • id:00000000000000005fee
              • type:Point
                • 0:74.7006938796982
                • 1:15.93491403644781
              • cap_year:0
              • capacitymw:50.4
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026074
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:513.4452928999356
              • latitude:15.9349
              • longitude:74.7007
              • name:Belgaum Wind farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/K/H/4/KH4609PBJU1SRCMD8W7FNQ2LTZGIO5/ENRE%20PDD%20version%205_0_21_12_2010%20Clean%20Mode.pdf?t=dWt8b2picnVxfDDdBloH5bI-0qA-0I--EtaE
            • type:Feature
            • id:00000000000000005ffa
              • type:Point
                • 0:74.5417172706311
                • 1:16.49608979679963
              • cap_year:0
              • capacitymw:1.7
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026075
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:17.31859122876767
              • latitude:16.4961
              • longitude:74.5417
              • name:Belagwi Wind Turbines
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/t/h/3ZTDL1JSY8F96X7WM05GQEOBHVCRKU.pdf/PDD_0.85%20MW%20x%202%20Wind?t=OUd8b2pibmtifDA3QWPDKTd9w1VzFuhHzr3p
            • type:Feature
            • id:00000000000000006001
              • type:Point
                • 0:74.63099013213152
                • 1:17.303091330121692
              • cap_year:0
              • capacitymw:16.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026785
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:168.09220898509795
              • latitude:17.3031
              • longitude:74.631
              • name:Shree Sangli Wind Farm
              • owner:Shree Naman Developers Ltd.
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/D/O/R/DORZF791H8K4NWACPQ5IMTUYLG2VXE/CDM_PDD_v6.pdf?t=WGN8b2sxbDRnfDDF8h6MT3w9DKjkxFa903Mt
            • type:Feature
            • id:00000000000000006007
              • type:Point
                • 0:73.97650201428378
                • 1:17.130919034135957
              • cap_year:0
              • capacitymw:23.1
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026793
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:235.32909257913715
              • latitude:17.1309
              • longitude:73.9765
              • name:GFL Gudhepanchgani
              • owner:GFL
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1202913883.06/view
            • type:Feature
            • id:0000000000000000600b
              • type:Point
                • 0:73.83678033612851
                • 1:17.26839654784928
              • cap_year:0
              • capacitymw:65.6
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026663
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:668.2938732983288
              • latitude:17.2684
              • longitude:73.8368
              • name:Patan Taluka Wind Farm
              • owner:Tratnagiri Wind Power Projects Private Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/SIRIM1355276782.28/view
            • type:Feature
            • id:0000000000000000600d
              • type:Point
                • 0:73.90320760360997
                • 1:17.572705246176504
              • cap_year:0
              • capacitymw:14.65
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026077
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:149.24550676555668
              • latitude:17.5727
              • longitude:73.9032
              • name:Maloshi Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/A/R/Q/ARQ8TKW54JBLF1U3E6OXVHCDSN9M70/PDD-CEM-0792-27-09.pdf?t=V0d8b2pibmNpfDBisKvrZGRCvGuhGr5W8zZF
            • type:Feature
            • id:0000000000000000601a
              • type:Point
                • 0:74.3386203886354
                • 1:17.572391063154637
              • cap_year:0
              • capacitymw:2.25
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026784
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:22.921664861604267
              • latitude:17.5724
              • longitude:74.3386
              • name:Shree Southern Wind Farm
              • owner:Shree Naman Developers Ltd.
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/D/O/R/DORZF791H8K4NWACPQ5IMTUYLG2VXE/CDM_PDD_v6.pdf?t=WGN8b2sxbDRnfDDF8h6MT3w9DKjkxFa903Mt
            • type:Feature
            • id:0000000000000000601b
              • type:Point
                • 0:74.7001103969433
                • 1:17.500981750612066
              • cap_year:0
              • capacitymw:25.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026767
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:259.77886843151504
              • latitude:17.501
              • longitude:74.7001
              • name:TVS Virali Wind Farm
              • owner:TVS Energy Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1354626555.71/view
            • type:Feature
            • id:0000000000000000602d
              • type:Point
                • 0:76.02228231955739
                • 1:16.62082045648272
              • cap_year:0
              • capacitymw:100.8
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026661
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1026.8905857998711
              • latitude:16.6208
              • longitude:76.0223
              • name:Ingaleshwar Wind Farm
              • owner:Fortune Five Hydel Projects Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1351166669.28/view
            • type:Feature
            • id:0000000000000000606b
              • type:Point
                • 0:74.98848552773275
                • 1:19.107983024197335
              • cap_year:0
              • capacitymw:50.4
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026665
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:513.4452928999356
              • latitude:19.108
              • longitude:74.9885
              • name:Vaayu Ashti Wind Farm
              • owner:Vaayu Renew
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1350385874.53/view
            • type:Feature
            • id:0000000000000000606f
              • type:Point
                • 0:74.84409598753824
                • 1:19.17571190705512
              • cap_year:0
              • capacitymw:50.4
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026078
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:513.4452928999356
              • latitude:19.1757
              • longitude:74.8441
              • name:Tata Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/i/o/Z9N7VXYJ5LIE8WRQM1SB3H4FDA6U2K.pdf/PDD%20with%20revised%20MP%20(ver%2010.0)(Clean%20mode).pdf?t=Qmt8b2picnBrfDBPz_lFTjdrigpAyplKqoQb
            • type:Feature
            • id:00000000000000006070
              • type:Point
                • 0:74.87632218892452
                • 1:19.147390551797827
              • cap_year:0
              • capacitymw:50.4
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026666
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:513.4452928999356
              • latitude:19.1474
              • longitude:74.8763
              • name:Roaring 40s Wind Farms (Khandke) Private Limited - Phase II
              • owner:Roaring 40's Wind Farms Private Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1263981578.63/view
            • type:Feature
            • id:00000000000000006072
              • type:Point
                • 0:73.63960804825956
                • 1:18.85798310536508
              • cap_year:0
              • capacitymw:113.6
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026768
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1157.2893903458867
              • latitude:18.858
              • longitude:73.6396
              • name:Andrha Lake Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/LRQA%20Ltd1348755977.79/view
            • type:Feature
            • id:00000000000000006079
              • type:Point
                • 0:73.90738174947198
                • 1:19.84501151021967
              • cap_year:0
              • capacitymw:10.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026786
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:106.96776935415326
              • latitude:19.845
              • longitude:73.9074
              • name:Shree Nashik Wind Farm
              • owner:Shree Naman Developers Ltd.
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/D/O/R/DORZF791H8K4NWACPQ5IMTUYLG2VXE/CDM_PDD_v6.pdf?t=WGN8b2sxbDRnfDDF8h6MT3w9DKjkxFa903Mt
            • type:Feature
            • id:0000000000000000607e
              • type:Point
                • 0:74.26730084267052
                • 1:21.12701288932301
              • cap_year:0
              • capacitymw:33.6
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026789
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:342.2968619332904
              • latitude:21.127
              • longitude:74.2673
              • name:SIIL Jaibhim Wind Farm
              • owner:Serum Institute of India Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/LRQA%20Ltd1340102581.62/view
            • type:Feature
            • id:00000000000000006080
              • type:Point
                • 0:74.32722003327035
                • 1:21.167003899678402
              • cap_year:0
              • capacitymw:20.8
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026668
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:211.89805738727503
              • latitude:21.167
              • longitude:74.3272
              • name:Khori Wind Farm
              • owner:REI Agro Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/L/V/Q/LVQ9ANSCJX8164E5H7PWYIB3O0RZ2U/Revised%20PDD%20Version%2006%20dated%205th%20June%202012%20-%20Clean%20mode.pdf?t=akx8b2pxZm9ufDC6M3RsDeQKejKPRFouqWsR
            • type:Feature
            • id:00000000000000006081
              • type:Point
                • 0:74.23929367043509
                • 1:21.226115191079135
              • cap_year:0
              • capacitymw:10.25
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026339
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:104.42091770286389
              • latitude:21.2261
              • longitude:74.2393
              • name:K.N. Ram Kaltek Wind Farm
              • owner:K. N. Ram
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1351922842.98/view
            • type:Feature
            • id:00000000000000006082
              • type:Point
                • 0:74.30908718457947
                • 1:21.302686081838164
              • cap_year:0
              • capacitymw:25.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026080
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:259.77886843151504
              • latitude:21.3027
              • longitude:74.3091
              • name:HZL Nandurbar Maharashtra
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1351776938.73/view
            • type:Feature
            • id:00000000000000006083
              • type:Point
                • 0:74.15428472137435
                • 1:21.208296525410116
              • cap_year:0
              • capacitymw:40
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026079
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:407.4962642062981
              • latitude:21.2083
              • longitude:74.1543
              • name:BP Brahmanvel Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/T/0/C/T0CJ85FSL1WN9VEXID67ZOBMQRGAPH/Revised%20PDD%20-%20Clean.pdf?t=UE58b2pkZGN1fDC4di78ksdJWNuCM4aKL4xu
            • type:Feature
            • id:000000000000000060b2
              • type:Point
                • 0:69.91869363694335
                • 1:21.313099004848773
              • cap_year:0
              • capacitymw:7.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026081
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:76.40554953868089
              • latitude:21.3131
              • longitude:69.9187
              • name:Gorsar Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/d/d/56KO8FQND07Y3H12PBALXWG9MRC4JV.pdf/PDD_-_GMDC_V05.pdf?t=bGh8b2pkZDEwfDAxL3Mrj_s1ZpnXL5ljSdCb
            • type:Feature
            • id:0000000000000000034d
              • type:Point
                • 0:20.743081236595707
                • 1:-28.77198347723996
              • cap_year:0
              • capacitymw:12.57
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026017
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:25.406764806369676
              • latitude:-28.772
              • longitude:20.7431
              • name:Neusberg
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/t/z/MGRXNJW6LIFP7TYHB3E8O9S4VQ12AC.pdf/Neusberg%20Grid%20Connected%20Hydroelectric%20Power%20Plant%2C%20South%20Africa.pdf?t=S0R8b2pkNm1ofDDHCciysjdEqJ9GrpoNRKeP
            • type:Feature
            • id:000000000000000003e3
              • type:Point
                • 0:47.13279439213739
                • 1:-20.200307624667804
              • cap_year:0
              • capacitymw:16.5
              • comm_year:0
              • country:MDG
              • country_lg:Madagascar
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026779
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-20.2003
              • longitude:47.1328
              • name:Sahanivotry
              • owner:HYDELEC Madagascar SA
              • source:CDM
              • src_latlon:Power Africa
              • url:https://cdm.unfccc.int/Projects/DB/TUEV-SUED1269612670.69/view
            • type:Feature
            • id:000000000000000003e4
              • type:Point
                • 0:47.83391624708865
                • 1:-19.247794468930273
              • cap_year:0
              • capacitymw:5.25
              • comm_year:0
              • country:MDG
              • country_lg:Madagascar
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026780
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-19.2478
              • longitude:47.8339
              • name:Tsiazompaniry
              • owner:HENRI FRAISE FILS & CIE
              • source:CDM
              • src_latlon:Power Africa
              • url:https://cdm.unfccc.int/Projects/DB/RINA1323809385.82/view
            • type:Feature
            • id:000000000000000005e0
              • type:Point
                • 0:102.8733059177845
                • 1:19.013279284747416
              • cap_year:0
              • capacitymw:19.2
              • comm_year:0
              • country:LAO
              • country_lg:Laos
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026800
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:19.0133
              • longitude:102.8733
              • name:Nam Pha Gnai
              • owner:Nam Pha Gnai Hydropower Company Ltd.
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/TUEV-RHEIN1451527911.4/view
            • type:Feature
            • id:000000000000000005e3
              • type:Point
                • 0:101.93380891581023
                • 1:20.182803142020664
              • cap_year:0
              • capacitymw:14.5
              • comm_year:0
              • country:LAO
              • country_lg:Laos
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026798
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:20.1828
              • longitude:101.9338
              • name:Nam Nga
              • owner:Electricite de Laos (EDL)
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/CEC1356084291.13/view
            • type:Feature
            • id:000000000000000005ec
              • type:Point
                • 0:102.31091830863403
                • 1:19.204706511645
              • cap_year:0
              • capacitymw:14
              • comm_year:0
              • country:LAO
              • country_lg:Laos
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026802
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:19.2047
              • longitude:102.3109
              • name:Nam Sana
              • owner:Electricite de Laos (EDL)
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1419890397.72/view
            • type:Feature
            • id:000000000000000005ef
              • type:Point
                • 0:103.34170792010646
                • 1:19.288503611907085
              • cap_year:0
              • capacitymw:44
              • comm_year:0
              • country:LAO
              • country_lg:Laos
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026799
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:19.2885
              • longitude:103.3417
              • name:Nam Ngiep 3A
              • owner:Phongsubthavy Road and Bridge Construction Company Ltd.
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/JACO1391045293.61/view
            • type:Feature
            • id:000000000000000005f4
              • type:Point
                • 0:104.38129465619133
                • 1:20.345684597216756
              • cap_year:0
              • capacitymw:9.36
              • comm_year:0
              • country:LAO
              • country_lg:Laos
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026803
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:20.3457
              • longitude:104.3813
              • name:Nam Sim
              • owner:Electricite de Laos (EDL)
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/TUEV-RHEIN1358418951.2/view
            • type:Feature
            • id:00000000000000000667
              • type:Point
                • 0:107.40638344063926
                • 1:15.375488724360705
              • cap_year:0
              • capacitymw:250
              • comm_year:2012
              • country:LAO
              • country_lg:Laos
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026805
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:15.3755
              • longitude:107.4064
              • name:Xekaman 3
              • owner:Xekaman 3 Power Company Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/SQS1324398658.36/view
            • type:Feature
            • id:00000000000000000669
              • type:Point
                • 0:106.71028851403793
                • 1:15.14999508123445
              • cap_year:0
              • capacitymw:14.8
              • comm_year:0
              • country:LAO
              • country_lg:Laos
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026806
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:15.15
              • longitude:106.7103
              • name:Xenamnoy 1
              • owner:Phongsubthavy Road and Bridge Construction Company Ltd.
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/TUEV-RHEIN1427857785.1/view
            • type:Feature
            • id:00000000000000000992
              • type:Point
                • 0:128.41499421400542
                • 1:35.73239414378716
              • cap_year:0
              • capacitymw:2.86
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029868
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3.68876441928663
              • latitude:35.7324
              • longitude:128.415
              • name:Dalseong
              • owner:Korea Water Resources Corporation
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/Korean%20Standards%20Association1347947889.52/view
            • type:Feature
            • id:000000000000000009bc
              • type:Point
                • 0:126.4869876586449
                • 1:36.39949446579861
              • cap_year:0
              • capacitymw:7.5
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029862
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:9.673333267360045
              • latitude:36.3995
              • longitude:126.487
              • name:Boryeong Hydro Unit
              • owner:Korea Midland Power (KOMPIO)
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/KEMCO1219130295.42/view
            • type:Feature
            • id:000000000000000009d0
              • type:Point
                • 0:126.94008445947281
                • 1:36.3174029305124
              • cap_year:0
              • capacitymw:2.6
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029865
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3.353422199351483
              • latitude:36.3174
              • longitude:126.9401
              • name:Baekje
              • owner:Korea Water Resources Corporation
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/Korean%20Standards%20Association1346907381.12/view
            • type:Feature
            • id:000000000000000009d3
              • type:Point
                • 0:127.26001254231599
                • 1:36.47269910989473
              • cap_year:0
              • capacitymw:2.3
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029866
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2.966488868657081
              • latitude:36.4727
              • longitude:127.26
              • name:Sejong
              • owner:Korea Water Resources Corporation
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/Korean%20Standards%20Association1346907381.12/view
            • type:Feature
            • id:00000000000000001392
              • type:Point
                • 0:-87.5725029860516
                • 1:15.251700613743221
              • cap_year:0
              • capacitymw:12.8
              • comm_year:0
              • country:HND
              • country_lg:Honduras
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029368
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:64.64972727449191
              • latitude:15.2517
              • longitude:-87.5725
              • name:Cuyamapa
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/projsearch.html
            • type:Feature
            • id:0000000000000000139d
              • type:Point
                • 0:-87.21648873898205
                • 1:15.559779508332912
              • cap_year:0
              • capacitymw:5.2
              • comm_year:0
              • country:HND
              • country_lg:Honduras
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029384
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:26.263951705262336
              • latitude:15.5598
              • longitude:-87.2165
              • name:Los Laureles
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/projsearch.html
            • type:Feature
            • id:0000000000000000139f
              • type:Point
                • 0:-85.83421809261277
                • 1:15.061485235644286
              • cap_year:0
              • capacitymw:2.77
              • comm_year:0
              • country:HND
              • country_lg:Honduras
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029383
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:13.990605042995513
              • latitude:15.0615
              • longitude:-85.8342
              • name:San Martin
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/projsearch.html
            • type:Feature
            • id:000000000000000013a0
              • type:Point
                • 0:-85.75069029208372
                • 1:15.189088425813065
              • cap_year:0
              • capacitymw:6.1
              • comm_year:0
              • country:HND
              • country_lg:Honduras
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029381
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:30.809635654250048
              • latitude:15.1891
              • longitude:-85.7507
              • name:Coronado
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/projsearch.html
            • type:Feature
            • id:0000000000000000619b
              • type:Point
                • 0:46.53081972223108
                • 1:38.86578630420317
              • cap_year:0
              • capacitymw:130
              • comm_year:2015
              • country:IRN
              • country_lg:Iran
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029944
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:165.97375086345843
              • latitude:38.8658
              • longitude:46.5308
              • name:Gara Chilar
              • owner:Iran Water and Power Resources Development Company
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/KFQ1389067697.84/view
            • type:Feature
            • id:0000000000000000098b
              • type:Point
                • 0:128.04030851877894
                • 1:36.140787188931625
              • cap_year:0
              • capacitymw:9.3
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029913
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:251.37526427061312
              • latitude:36.1408
              • longitude:128.0403
              • name:Gimcheon 2
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/KFQ1244695891.98/view
            • type:Feature
            • id:0000000000000000098c
              • type:Point
                • 0:128.04879146036947
                • 1:36.15811213842341
              • cap_year:0
              • capacitymw:9.1
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029912
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:245.96934460887948
              • latitude:36.1581
              • longitude:128.0488
              • name:Gimcheon
              • owner:Gimcheon Enervix Co
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/KFQ1244633674.78/view
            • type:Feature
            • id:000000000000000009c9
              • type:Point
                • 0:126.42729288448926
                • 1:34.74298692462412
              • cap_year:0
              • capacitymw:13
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029921
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:351.38477801268493
              • latitude:34.743
              • longitude:126.4273
              • name:Yeongnam PV
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/emc1352143181.32/view
            • type:Feature
            • id:0000000000000000036c
              • type:Point
                • 0:22.10448115365493
                • 1:-34.14500686742447
              • cap_year:0
              • capacitymw:4.2
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026012
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-34.145
              • longitude:22.1045
              • name:PetroSA Biogas Plant
              • owner:The Petroleum Oil and Gas Corporation of South Africa
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/M/V/B/MVB35TXGKH9S86MMWF1WMYV9LHQJC6.2/PetroSA%20biogas%20to%20energy%20project%20-%20PDD%20final.doc?t=bjh8b2pkNXBrfDCJrEDoqVQN88AILH3Ohy5c
            • type:Feature
            • id:0000000000000000039f
              • type:Point
                • 0:27.61148116102331
                • 1:-25.724991647838692
              • cap_year:0
              • capacitymw:2.2
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026031
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-25.725
              • longitude:27.6115
              • name:Ferro Waste Heat Plant
              • owner:International Ferro Metals SA
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/x/f/K7G8Q0O29ETDPLRIYMJWUH31AXZN6S.pdf/130320_PDD_v16_vvs.pdf?t=Q2t8b2pkOWY5fDBfprezsoFIxaE2NOr8UhEG
            • type:Feature
            • id:000000000000000003a0
              • type:Point
                • 0:27.83701968743841
                • 1:-25.662020393597818
              • cap_year:0
              • capacitymw:25.47
              • comm_year:2013
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026032
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-25.662
              • longitude:27.837
              • name:Hernic Waste Heat Plant
              • owner:Hernic Ferrochrome
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/u/6/NXTI6RW85GJYOVD7L31F9CPM04SKQZ.pdf/pdd_8956.pdf?t=V1N8b2pkOWpqfDD5qnFqM5wMEN5sEfTla-ss
            • type:Feature
            • id:000000000000000003b6
              • type:Point
                • 0:30.358383321248212
                • 1:-28.11902139121274
              • cap_year:0
              • capacitymw:2.22
              • comm_year:2016
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026020
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-28.119
              • longitude:30.3584
              • name:Dundee Biogas
              • owner:Dundee Biogas Power
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/7/u/KG1M94TCPARQIYH3ZWD6J2LXOF8E0S.pdf/8047-PDD-6%20Nov%2012.pdf?t=YlJ8b2pkN2E0fDBhziM8O2VZh573GujB0TQQ
            • type:Feature
            • id:0000000000000000058e
              • type:Point
                • 0:104.82420295045283
                • 1:11.75942167577198
              • cap_year:0
              • capacitymw:23.2
              • comm_year:2014
              • country:KHM
              • country_lg:Cambodia
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026843
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:11.7594
              • longitude:104.8242
              • name:MH Bio-Ethanol Distillery
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/KEMCO1329369509.41/view
            • type:Feature
            • id:000000000000000009ca
              • type:Point
                • 0:126.40960886868676
                • 1:34.83279838559061
              • cap_year:0
              • capacitymw:2.12
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029925
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:21.34722222222222
              • latitude:34.8328
              • longitude:126.4096
              • name:Mokpo
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/emc1249265030.9/view
            • type:Feature
            • id:00000000000000001397
              • type:Point
                • 0:-88.02299655612688
                • 1:15.53168256951981
              • cap_year:0
              • capacitymw:2.45
              • comm_year:0
              • country:HND
              • country_lg:Honduras
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029380
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:15.5317
              • longitude:-88.023
              • name:Cerveceria
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/projsearch.html
            • type:Feature
            • id:00000000000000005759
              • type:Point
                • 0:-92.1489826492135
                • 1:14.639986270158886
              • cap_year:0
              • capacitymw:2.1
              • comm_year:2015
              • country:GTM
              • country_lg:Guatemala
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029269
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:14.64
              • longitude:-92.149
              • name:Olmeca III
              • owner:
              • source:CDM
              • src_latlon:Guatemala Energy Data Visualization Center at Universidad Rafael Landivar
              • url:https://cdm.unfccc.int/Projects/DB/SGS-UKL1244558254.22/view
            • type:Feature
            • id:00000000000000005765
              • type:Point
                • 0:-91.39898289271673
                • 1:14.220013336494008
              • cap_year:0
              • capacitymw:3.8
              • comm_year:2015
              • country:GTM
              • country_lg:Guatemala
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029268
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:14.22
              • longitude:-91.399
              • name:Olmeca I
              • owner:
              • source:CDM
              • src_latlon:Guatemala Energy Data Visualization Center at Universidad Rafael Landivar
              • url:https://cdm.unfccc.int/Projects/DB/ICONTEC1356727327.56/view
            • type:Feature
            • id:00000000000000000370
              • type:Point
                • 0:26.490790322006713
                • 1:-33.314980206928084
              • cap_year:0
              • capacitymw:3.5
              • comm_year:2013
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026028
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:77.9779411764706
              • latitude:-33.315
              • longitude:26.4908
              • name:Grahamstown
              • owner:Nollen Group
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/i/s/C4OHDSABT93VGJLM1KEZ2NWF8RQIX0.pdf/Final%20PDD.pdf?t=RGt8b2pkOHJlfDCYswgKkKG5XKo4tA27UFPb
            • type:Feature
            • id:000000000000000003a7
              • type:Point
                • 0:31.040609311598338
                • 1:-25.77198445125294
              • cap_year:0
              • capacitymw:10.1
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026025
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:225.02205882352942
              • latitude:-25.772
              • longitude:31.0406
              • name:Lomati
              • owner:Lomati Energy
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/t/3/9Y54XCFT6QEUHSP8G2LBKDNOVI0MR7.pdf/7476-PDD-%202012%2012%2020.pdf?t=cEV8b2pkOGJqfDAG2GqZOvOHHIj_8tAhv1oC
            • type:Feature
            • id:0000000000000000138b
              • type:Point
                • 0:-88.95181133535752
                • 1:14.747077797328322
              • cap_year:0
              • capacitymw:39
              • comm_year:2017
              • country:HND
              • country_lg:Honduras
              • fuel1:Geothermal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029382
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:14.7471
              • longitude:-88.9518
              • name:Platanares
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/projsearch.html
            • type:Feature
            • id:000000000000000057c8
              • type:Point
                • 0:-94.82371248098555
                • 1:16.580290846661264
              • cap_year:0
              • capacitymw:84.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006620
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:340.9813461053693
              • latitude:16.5803
              • longitude:-94.8237
              • name:La Venta
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000056fb
              • type:Point
                • 0:-103.7058909257447
                • 1:20.908790338988645
              • cap_year:0
              • capacitymw:70
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006588
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:218.80027967756712
              • latitude:20.9088
              • longitude:-103.7059
              • name:Manuel M. Di�guez (Santa Rosa)
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005700
              • type:Point
                • 0:-105.02528008445078
                • 1:21.65259620162564
              • cap_year:0
              • capacitymw:2.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006557
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6.876580218437825
              • latitude:21.6526
              • longitude:-105.0253
              • name:Jumat�n
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005702
              • type:Point
                • 0:-103.26998442454206
                • 1:20.697883764735003
              • cap_year:0
              • capacitymw:5.3
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006564
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:16.56630688987294
              • latitude:20.6979
              • longitude:-103.27
              • name:Luis M. Rojas (Intermedia)
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005704
              • type:Point
                • 0:-103.32469715363656
                • 1:20.7846880453493
              • cap_year:0
              • capacitymw:51.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006584
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:160.03677599273485
              • latitude:20.7847
              • longitude:-103.3247
              • name:Colimilla
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000570e
              • type:Point
                • 0:-101.31989529107278
                • 1:19.402596932135378
              • cap_year:0
              • capacitymw:2.6
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006560
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:8.126867530881066
              • latitude:19.4026
              • longitude:-101.3199
              • name:San Pedro Por�as
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005710
              • type:Point
                • 0:-102.0697155144142
                • 1:19.36072082364876
              • cap_year:0
              • capacitymw:8.4
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006567
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:26.256033561308055
              • latitude:19.3607
              • longitude:-102.0697
              • name:Zumpimito
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005712
              • type:Point
                • 0:-102.07990402098062
                • 1:19.26879984810684
              • cap_year:0
              • capacitymw:80
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006590
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:250.05746248864816
              • latitude:19.2688
              • longitude:-102.0799
              • name:Cupatitzio
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005715
              • type:Point
                • 0:-102.25360234878686
                • 1:19.92369191555413
              • cap_year:0
              • capacitymw:12.6
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006571
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:39.38405034196209
              • latitude:19.9237
              • longitude:-102.2536
              • name:Platanal
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000571e
              • type:Point
                • 0:-102.01159165536795
                • 1:19.166017116665934
              • cap_year:0
              • capacitymw:60
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006586
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:187.5430968664861
              • latitude:19.166
              • longitude:-102.0116
              • name:C�bano
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005756
              • type:Point
                • 0:-92.42609207450438
                • 1:16.31449201015775
              • cap_year:0
              • capacitymw:2.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006558
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6.876580218437825
              • latitude:16.3145
              • longitude:-92.4261
              • name:Schpoin�
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005758
              • type:Point
                • 0:-92.25450326127358
                • 1:14.96130573495603
              • cap_year:0
              • capacitymw:21
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006577
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:65.64008390327014
              • latitude:14.9613
              • longitude:-92.2545
              • name:Jos� Cecilio del Valle
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000576f
              • type:Point
                • 0:-95.15378418710628
                • 1:18.419518256698606
              • cap_year:0
              • capacitymw:26
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006579
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:81.26867530881066
              • latitude:18.4195
              • longitude:-95.1538
              • name:Chilapan
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005784
              • type:Point
                • 0:-97.03390027327579
                • 1:18.837112376055032
              • cap_year:0
              • capacitymw:36
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006581
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:112.52585811989168
              • latitude:18.8371
              • longitude:-97.0339
              • name:Tuxpango
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000578d
              • type:Point
                • 0:-97.61778697778006
                • 1:17.6867985664048
              • cap_year:0
              • capacitymw:2.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006559
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7.814295702770255
              • latitude:17.6868
              • longitude:-97.6178
              • name:Tamazulapan
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005790
              • type:Point
                • 0:-99.46190666630082
                • 1:18.845191368046017
              • cap_year:0
              • capacitymw:7
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006565
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:21.880027967756714
              • latitude:18.8452
              • longitude:-99.4619
              • name:Alameda
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005794
              • type:Point
                • 0:-98.34269697581591
                • 1:18.92409618982467
              • cap_year:0
              • capacitymw:4.1
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006562
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:12.815444952543217
              • latitude:18.9241
              • longitude:-98.3427
              • name:Portezuelos I y II
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005796
              • type:Point
                • 0:-97.9476791507454
                • 1:20.21000241505699
              • cap_year:0
              • capacitymw:39
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006583
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:121.90301296321597
              • latitude:20.21
              • longitude:-97.9477
              • name:Tepexic
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005797
              • type:Point
                • 0:-97.89238293889598
                • 1:20.238907253069193
              • cap_year:0
              • capacitymw:37
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006582
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:115.65157640099977
              • latitude:20.2389
              • longitude:-97.8924
              • name:Patla
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000579f
              • type:Point
                • 0:-100.2523911493302
                • 1:19.982489023932988
              • cap_year:0
              • capacitymw:74
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006589
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:231.30315280199954
              • latitude:19.9825
              • longitude:-100.2524
              • name:Lerma (Tepuxtepec)
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057d5
              • type:Point
                • 0:-93.02577769667992
                • 1:16.95749000606274
              • cap_year:0
              • capacitymw:5.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006563
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:16.253735061762132
              • latitude:16.9575
              • longitude:-93.0258
              • name:Bombana
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000594d
              • type:Point
                • 0:-99.1694022729382
                • 1:26.558384554997982
              • cap_year:0
              • capacitymw:31.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006580
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:98.46012585490521
              • latitude:26.5584
              • longitude:-99.1694
              • name:Falc�n
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000598b
              • type:Point
                • 0:-109.10678683829812
                • 1:27.22508092740989
              • cap_year:0
              • capacitymw:9.6
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006569
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:30.00689549863778
              • latitude:27.2251
              • longitude:-109.1068
              • name:Moc�zari
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000598d
              • type:Point
                • 0:-108.57559311489064
                • 1:26.507307372299405
              • cap_year:0
              • capacitymw:59.4
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006585
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:185.66766589782125
              • latitude:26.5073
              • longitude:-108.5756
              • name:El Fuerte
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005990
              • type:Point
                • 0:-107.90211936586407
                • 1:25.853716920228447
              • cap_year:0
              • capacitymw:92
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006592
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:287.56608186194535
              • latitude:25.8537
              • longitude:-107.9021
              • name:Bacurato
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005992
              • type:Point
                • 0:-107.3913026555894
                • 1:25.097119320272373
              • cap_year:0
              • capacitymw:90
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006591
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:281.3146452997292
              • latitude:25.0971
              • longitude:-107.3913
              • name:Humaya
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005993
              • type:Point
                • 0:-107.1513117101682
                • 1:24.816284582007857
              • cap_year:0
              • capacitymw:14
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006572
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:43.76005593551343
              • latitude:24.8163
              • longitude:-107.1513
              • name:Salvador Alvarado (Sanalona)
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005994
              • type:Point
                • 0:-109.89471297386369
                • 1:27.82499096602961
              • cap_year:0
              • capacitymw:19.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006576
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:60.01379099727556
              • latitude:27.825
              • longitude:-109.8947
              • name:Ovi�chic
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000059f5
              • type:Point
                • 0:-101.06020058185138
                • 1:29.448509289907566
              • cap_year:0
              • capacitymw:66
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006587
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:206.29740655313472
              • latitude:29.4485
              • longitude:-101.0602
              • name:La Amistad
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057b6
              • type:Point
                • 0:-97.4374908065145
                • 1:19.646492723685547
              • cap_year:0
              • capacitymw:68.6
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Geothermal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006617
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:455.51128818061085
              • latitude:19.6465
              • longitude:-97.4375
              • name:Los Humeros
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000000009
              • type:Point
                • 0:5.863014254437947
                • 1:43.8770055030579
              • cap_year:0
              • capacitymw:55
              • comm_year:1969
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026724
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:193.0281520658825
              • latitude:43.877
              • longitude:5.863
              • name:Manosque-Voix
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:0000000000000000000b
              • type:Point
                • 0:5.827017856789211
                • 1:43.7249858037608
              • cap_year:0
              • capacitymw:32.5
              • comm_year:1967
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026699
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:114.06208985711237
              • latitude:43.725
              • longitude:5.827
              • name:Vinon
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:0000000000000000000d
              • type:Point
                • 0:5.774010692670558
                • 1:43.78701450893606
              • cap_year:0
              • capacitymw:97
              • comm_year:1965
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026747
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:340.43146818892
              • latitude:43.787
              • longitude:5.774
              • name:Sainte Tulle I&II
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:0000000000000000000f
              • type:Point
                • 0:5.753005313493989
                • 1:43.73499477717186
              • cap_year:0
              • capacitymw:44
              • comm_year:1969
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026713
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:154.42252165270597
              • latitude:43.735
              • longitude:5.753
              • name:Beaumont
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000000014
              • type:Point
                • 0:6.050985468094943
                • 1:43.698998379523125
              • cap_year:0
              • capacitymw:41
              • comm_year:1974
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026708
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:143.89371335820329
              • latitude:43.699
              • longitude:6.051
              • name:Quinson
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000000018
              • type:Point
                • 0:6.538014035285026
                • 1:43.87799293541236
              • cap_year:0
              • capacitymw:68
              • comm_year:1948
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026731
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:238.65298800872742
              • latitude:43.878
              • longitude:6.538
              • name:Castillon
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000000019
              • type:Point
                • 0:6.54398351270059
                • 1:43.848010898468026
              • cap_year:0
              • capacitymw:24.3
              • comm_year:1952
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026685
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:85.28334718547171
              • latitude:43.848
              • longitude:6.544
              • name:Chaudanne
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:0000000000000000001d
              • type:Point
                • 0:6.841021118235931
                • 1:43.60200559234243
              • cap_year:0
              • capacitymw:21.7
              • comm_year:1966
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026682
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:76.15837999690272
              • latitude:43.602
              • longitude:6.841
              • name:Saint Cassien
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000000026
              • type:Point
                • 0:6.547978125407244
                • 1:44.78301957155841
              • cap_year:0
              • capacitymw:38
              • comm_year:1977
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026703
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:133.3649050637006
              • latitude:44.783
              • longitude:6.548
              • name:Argentiere-La Bessee
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:0000000000000000004a
              • type:Point
                • 0:9.134018578433787
                • 1:42.380013170416596
              • cap_year:0
              • capacitymw:54.5
              • comm_year:1968
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026723
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:191.27335068346537
              • latitude:42.38
              • longitude:9.134
              • name:Castirla
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000000061
              • type:Point
                • 0:9.316020314675223
                • 1:42.09100967358341
              • cap_year:0
              • capacitymw:39
              • comm_year:1991
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026704
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:136.87450782853486
              • latitude:42.091
              • longitude:9.316
              • name:Lugo Di Nazza
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000000064
              • type:Point
                • 0:8.935006075722441
                • 1:41.94599176734517
              • cap_year:0
              • capacitymw:42.5
              • comm_year:1961
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026711
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:149.15811750545464
              • latitude:41.946
              • longitude:8.935
              • name:Ocana
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:000000000000000035f7
              • type:Point
                • 0:0.5530070017831548
                • 1:42.73302023713395
              • cap_year:0
              • capacitymw:95
              • comm_year:1950
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026746
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:333.41226265925155
              • latitude:42.733
              • longitude:0.553
              • name:Portillon (Le)
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:0000000000000000363b
              • type:Point
                • 0:0.6329890224939397
                • 1:44.84500339344484
              • cap_year:0
              • capacitymw:32
              • comm_year:1908
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026698
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:112.30728847469526
              • latitude:44.845
              • longitude:0.633
              • name:Tuilieres
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:000000000000000036b3
              • type:Point
                • 0:1.7969922352400103
                • 1:42.58800233089571
              • cap_year:0
              • capacitymw:93.3
              • comm_year:1960
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026745
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:327.44593795903336
              • latitude:42.588
              • longitude:1.797
              • name:Hospitalet (L')
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:000000000000000036b5
              • type:Point
                • 0:1.911983221245079
                • 1:42.688989730783064
              • cap_year:0
              • capacitymw:88.8
              • comm_year:1959
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026742
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:311.6527255172793
              • latitude:42.689
              • longitude:1.912
              • name:Orlu
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:000000000000000036be
              • type:Point
                • 0:2.213015439487073
                • 1:42.77197893184605
              • cap_year:0
              • capacitymw:97
              • comm_year:1932
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026748
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:340.43146818892
              • latitude:42.772
              • longitude:2.213
              • name:Nentilla
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:000000000000000036f9
              • type:Point
                • 0:2.939990068809512
                • 1:43.570991239754804
              • cap_year:0
              • capacitymw:99
              • comm_year:1965
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026749
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:347.45067371858846
              • latitude:43.571
              • longitude:2.94
              • name:Montahut
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000003716
              • type:Point
                • 0:2.7689847383335904
                • 1:44.05999467165378
              • cap_year:0
              • capacitymw:27
              • comm_year:1958
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026688
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:94.75927465052413
              • latitude:44.06
              • longitude:2.769
              • name:Truel
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:0000000000000000371b
              • type:Point
                • 0:2.804981135982328
                • 1:44.07000364506485
              • cap_year:0
              • capacitymw:66.5
              • comm_year:1929
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026730
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:233.3885838614761
              • latitude:44.07
              • longitude:2.805
              • name:Pinet
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000003733
              • type:Point
                • 0:2.5829883893855023
                • 1:44.662014224848946
              • cap_year:0
              • capacitymw:45
              • comm_year:1947
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026717
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:157.9321244175402
              • latitude:44.662
              • longitude:2.583
              • name:Lardy
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000003735
              • type:Point
                • 0:2.604981200916526
                • 1:44.60599988037809
              • cap_year:0
              • capacitymw:45
              • comm_year:1960
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026716
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:157.9321244175402
              • latitude:44.606
              • longitude:2.605
              • name:Golinhac
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000003748
              • type:Point
                • 0:3.0030062063392213
                • 1:44.891008764504626
              • cap_year:0
              • capacitymw:21
              • comm_year:1962
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026681
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:73.70165806151876
              • latitude:44.891
              • longitude:3.003
              • name:Lanau
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000003749
              • type:Point
                • 0:3.074505285459468
                • 1:44.92188846722573
              • cap_year:0
              • capacitymw:74
              • comm_year:1959
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026735
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:259.71060459773275
              • latitude:44.9219
              • longitude:3.0745
              • name:Grandval
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:0000000000000000374b
              • type:Point
                • 0:2.8740116342164397
                • 1:44.50501248049073
              • cap_year:0
              • capacitymw:42
              • comm_year:1949
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026710
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:147.4033161230375
              • latitude:44.505
              • longitude:2.874
              • name:Castelnau-Lassouts
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000003807
              • type:Point
                • 0:5.656012526313289
                • 1:43.68100018069876
              • cap_year:0
              • capacitymw:78
              • comm_year:1959
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026737
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:273.7490156570697
              • latitude:43.681
              • longitude:5.656
              • name:Jouques
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000003813
              • type:Point
                • 0:5.907987309854448
                • 1:44.8169962212094
              • cap_year:0
              • capacitymw:76
              • comm_year:1934
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026736
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:266.7298101274012
              • latitude:44.817
              • longitude:5.908
              • name:Sautet (Le)
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:0000000000000000381a
              • type:Point
                • 0:5.978992672797468
                • 1:44.13800182765567
              • cap_year:0
              • capacitymw:88
              • comm_year:1976
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026740
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:308.84504330541193
              • latitude:44.138
              • longitude:5.979
              • name:Salignac
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004bf2
              • type:Point
                • 0:4.04797893708473
                • 1:45.98701379465987
              • cap_year:0
              • capacitymw:58
              • comm_year:1984
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026727
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:203.55696036038515
              • latitude:45.987
              • longitude:4.048
              • name:Villerest
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004bf3
              • type:Point
                • 0:4.049415202327571
                • 1:45.98687914479336
              • cap_year:0
              • capacitymw:58
              • comm_year:1984
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026728
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:203.55696036038515
              • latitude:45.9869
              • longitude:4.0494
              • name:Villerest
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004bfa
              • type:Point
                • 0:5.024998368528258
                • 1:45.790021039946275
              • cap_year:0
              • capacitymw:85
              • comm_year:0
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026739
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:298.3162350109093
              • latitude:45.79
              • longitude:5.025
              • name:Cusset-Jonage
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004c13
              • type:Point
                • 0:4.24797887215053
                • 1:45.466996010173276
              • cap_year:0
              • capacitymw:37
              • comm_year:1957
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026701
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:129.85530229886638
              • latitude:45.467
              • longitude:4.248
              • name:Grangent
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004c32
              • type:Point
                • 0:2.646004526915212
                • 1:45.36502117793146
              • cap_year:0
              • capacitymw:29
              • comm_year:1970
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026692
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:101.77848018019257
              • latitude:45.365
              • longitude:2.646
              • name:Auzerette
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004c3c
              • type:Point
                • 0:2.193984925019412
                • 1:45.081987158513826
              • cap_year:0
              • capacitymw:35
              • comm_year:1951
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026700
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:122.83609676919794
              • latitude:45.082
              • longitude:2.194
              • name:Enchanet
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004c3d
              • type:Point
                • 0:2.3490118046687116
                • 1:45.346978095818244
              • cap_year:0
              • capacitymw:22
              • comm_year:1945
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026683
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:77.21126082635298
              • latitude:45.347
              • longitude:2.349
              • name:Triouzoune
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004c47
              • type:Point
                • 0:2.067010100894377
                • 1:45.07099075274831
              • cap_year:0
              • capacitymw:40
              • comm_year:1947
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026706
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:140.3841105933691
              • latitude:45.071
              • longitude:2.067
              • name:Gour Noir (Le)
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004c48
              • type:Point
                • 0:1.953993979598218
                • 1:45.103979970044854
              • cap_year:0
              • capacitymw:48
              • comm_year:1957
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026719
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:168.46093271204288
              • latitude:45.104
              • longitude:1.954
              • name:Argentat
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004c49
              • type:Point
                • 0:1.953993979598218
                • 1:45.103979970044854
              • cap_year:0
              • capacitymw:47.5
              • comm_year:0
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026718
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:166.70613132962578
              • latitude:45.104
              • longitude:1.954
              • name:Argentat
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004c53
              • type:Point
                • 0:1.8030065959444126
                • 1:45.8010174457118
              • cap_year:0
              • capacitymw:56
              • comm_year:1951
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026725
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:196.53775483071672
              • latitude:45.801
              • longitude:1.803
              • name:Mazet
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004c7d
              • type:Point
                • 0:1.6130156342896695
                • 1:46.4550118473823
              • cap_year:0
              • capacitymw:72
              • comm_year:1926
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026733
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:252.69139906806436
              • latitude:46.455
              • longitude:1.613
              • name:Eguzon
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000006990
              • type:Point
                • 0:5.686981995612077
                • 1:45.00599975050969
              • cap_year:0
              • capacitymw:60
              • comm_year:1964
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026729
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:210.5761658900536
              • latitude:45.006
              • longitude:5.687
              • name:Saint Georges de Commiers
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000006998
              • type:Point
                • 0:5.318983910422557
                • 1:45.12099073651476
              • cap_year:0
              • capacitymw:39
              • comm_year:1963
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026705
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:136.87450782853486
              • latitude:45.121
              • longitude:5.319
              • name:Beauvoir
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:000000000000000069c1
              • type:Point
                • 0:5.421991058307658
                • 1:46.112013754076
              • cap_year:0
              • capacitymw:32
              • comm_year:1960
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026697
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:112.30728847469526
              • latitude:46.112
              • longitude:5.422
              • name:Allement
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:000000000000000069c3
              • type:Point
                • 0:5.464989249015253
                • 1:46.210981405965605
              • cap_year:0
              • capacitymw:23
              • comm_year:1931
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026684
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:80.72086359118721
              • latitude:46.211
              • longitude:5.465
              • name:Cize Bolozon
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:000000000000000069c4
              • type:Point
                • 0:5.55399281078264
                • 1:46.277004723847526
              • cap_year:0
              • capacitymw:28
              • comm_year:1950
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026690
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:98.26887741535836
              • latitude:46.277
              • longitude:5.554
              • name:Moux Charmines
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:000000000000000069c5
              • type:Point
                • 0:5.592008956429125
                • 1:46.294015490317435
              • cap_year:0
              • capacitymw:41
              • comm_year:1971
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026707
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:143.89371335820329
              • latitude:46.294
              • longitude:5.592
              • name:Coiselet
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:000000000000000069c6
              • type:Point
                • 0:5.642008940195575
                • 1:46.37197776303047
              • cap_year:0
              • capacitymw:44
              • comm_year:1966
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026712
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:154.42252165270597
              • latitude:46.372
              • longitude:5.642
              • name:Saut Mortier
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:000000000000000066ee
              • type:Point
                • 0:16.906412823364164
                • 1:49.597515315432595
              • cap_year:0
              • capacitymw:3.5
              • comm_year:0
              • country:CZE
              • country_lg:Czech Republic
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029779
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:49.5975
              • longitude:16.9064
              • name:Ochoz Solar Power Plant
              • owner:FVK Global as
              • source:FVK
              • src_latlon:Industry About
              • url:http://www.fvk.cz
            • type:Feature
            • id:00000000000000000987
              • type:Point
                • 0:128.49241788725237
                • 1:37.163004092235845
              • cap_year:0
              • capacitymw:848
              • comm_year:2010
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1022449
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3506.1241280516215
              • latitude:37.163
              • longitude:128.4924
              • name:Yeongwol
              • owner:Korea Southern Power
              • source:KSP
              • src_latlon:WRI
              • url:https://www.kospo.co.kr/english/?mn=sub&mcode=01030100
            • type:Feature
            • id:000000000000000009a6
              • type:Point
                • 0:129.00031718375254
                • 1:35.08508735215364
              • cap_year:0
              • capacitymw:1800
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000201
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7442.2446114303275
              • latitude:35.0851
              • longitude:129.0003
              • name:Busan (pusan)
              • owner:Korea Southern Power
              • source:KSP
              • src_latlon:GEODB
              • url:https://www.kospo.co.kr/english/?mn=sub&mcode=01030100
            • type:Feature
            • id:000000000000000009e0
              • type:Point
                • 0:126.61589246419
                • 1:37.508021933539894
              • cap_year:0
              • capacitymw:1800
              • comm_year:2012
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000204
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7442.2446114303275
              • latitude:37.508
              • longitude:126.6159
              • name:Shinincheon
              • owner:Korea Southern Power
              • source:KSP
              • src_latlon:WRI
              • url:https://www.kospo.co.kr/english/?mn=sub&mcode=01030100
            • type:Feature
            • id:0000000000000000099f
              • type:Point
                • 0:129.3834858205696
                • 1:35.51408182687512
              • cap_year:0
              • capacitymw:400
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000205
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3419.750350838319
              • latitude:35.5141
              • longitude:129.3835
              • name:Yeongnam
              • owner:Korea Southern Power
              • source:KSP
              • src_latlon:WRI
              • url:https://www.kospo.co.kr/english/?mn=sub&mcode=01030100
            • type:Feature
            • id:000000000000000009ad
              • type:Point
                • 0:127.82127806924547
                • 1:34.951200501547426
              • cap_year:0
              • capacitymw:4000
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000202
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:34197.50350838318
              • latitude:34.9512
              • longitude:127.8213
              • name:Hadong
              • owner:Korea Southern Power
              • source:KSP
              • src_latlon:GEODB
              • url:https://www.kospo.co.kr/english/?mn=sub&mcode=01030100
            • type:Feature
            • id:00000000000000000981
              • type:Point
                • 0:127.42100889938085
                • 1:37.72319242023321
              • cap_year:0
              • capacitymw:400
              • comm_year:1980
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000207
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:515.9111075925357
              • latitude:37.7232
              • longitude:127.421
              • name:Cheongpyeong
              • owner:Korea Southern Power
              • source:KSP
              • src_latlon:WRI
              • url:https://www.kospo.co.kr/english/?mn=sub&mcode=01030100
            • type:Feature
            • id:000000000000000009bb
              • type:Point
                • 0:126.73070391703972
                • 1:35.98360591141805
              • cap_year:0
              • capacitymw:719
              • comm_year:2010
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000200
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2972.7632642324475
              • latitude:35.9836
              • longitude:126.7307
              • name:Gunsan
              • owner:Korea Western Power
              • source:KWP
              • src_latlon:GEODB
              • url:https://www.iwest.co.kr/eng/sub.asp?mid=1280&act=abou0606
            • type:Feature
            • id:000000000000000009d7
              • type:Point
                • 0:126.79529096967879
                • 1:37.00748349640932
              • cap_year:0
              • capacitymw:1348
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000198
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5573.41429789338
              • latitude:37.0075
              • longitude:126.7953
              • name:Pyeongtaek
              • owner:Korea Western Power
              • source:KWP
              • src_latlon:GEODB
              • url:https://www.iwest.co.kr/eng/sub.asp?mid=1280&act=abou0604
            • type:Feature
            • id:000000000000000009e1
              • type:Point
                • 0:126.60269677727139
                • 1:37.536298405508354
              • cap_year:0
              • capacitymw:1800
              • comm_year:1992
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000199
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7442.2446114303275
              • latitude:37.5363
              • longitude:126.6027
              • name:Seoincheon
              • owner:Korea Western Power
              • source:KWP
              • src_latlon:GEODB
              • url:https://www.iwest.co.kr/eng/sub.asp?mid=1280&act=abou0605
            • type:Feature
            • id:000000000000000009d5
              • type:Point
                • 0:126.79461772034618
                • 1:37.004117249746415
              • cap_year:0
              • capacitymw:1400
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000197
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5231.578947368421
              • latitude:37.0041
              • longitude:126.7946
              • name:Pyeongtaek
              • owner:Korea Western Power
              • source:KWP
              • src_latlon:GEODB
              • url:https://www.iwest.co.kr/eng/sub.asp?mid=1280&act=abou0603
            • type:Feature
            • id:000000000000000009cd
              • type:Point
                • 0:126.232993127106
                • 1:36.903982632346995
              • cap_year:0
              • capacitymw:4000
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000196
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:34197.50350838318
              • latitude:36.904
              • longitude:126.233
              • name:Taean
              • owner:Korea Western Power
              • source:KWP
              • src_latlon:GEODB
              • url:https://www.iwest.co.kr/eng/sub.asp?mid=1280&act=abou0602
            • type:Feature
            • id:00000000000000004650
              • type:Point
                • 0:144.74918998796343
                • 1:13.303496578405214
              • cap_year:0
              • capacitymw:25.6
              • comm_year:2015
              • country:USA
              • country_lg:United States of America
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029190
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:29.496891486536782
              • latitude:13.3035
              • longitude:144.7492
              • name:Dandan Solar Power Plant
              • owner:Guam Power Authority
              • source:NRG
              • src_latlon:WRI
              • url:http://www.nrg.com/renewables/projects/generation/dandan-in-guam/
            • type:Feature
            • id:00000000000000000321
              • type:Point
                • 0:30.066013577752095
                • 1:-1.8909778420685084
              • cap_year:0
              • capacitymw:7.8
              • comm_year:2005
              • country:RWA
              • country_lg:Rwanda
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061145
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-1.891
              • longitude:30.066
              • name:Jabana 1
              • owner:Rwanda Energy Group Limited (REG) Government of Rwanda
              • source:REG
              • src_latlon:KTH
              • url:http://reg.rw/index.php/media-centre/download/2-uncategorised/232-power-plant-status-on-february-01-2015
            • type:Feature
            • id:00000000000000000317
              • type:Point
                • 0:28.90299779736048
                • 1:-2.632988373151952
              • cap_year:0
              • capacitymw:43.8
              • comm_year:1989
              • country:RWA
              • country_lg:Rwanda
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1023155
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-2.633
              • longitude:28.903
              • name:Rusizi II
              • owner:Rwanda Energy Group Limited (REG) Government of Rwanda
              • source:REG
              • src_latlon:KTH
              • url:http://www.reg.rw
            • type:Feature
            • id:00000000000000000318
              • type:Point
                • 0:28.87499062512506
                • 1:-2.5090207293791194
              • cap_year:0
              • capacitymw:29.8
              • comm_year:1958
              • country:RWA
              • country_lg:Rwanda
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061158
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-2.509
              • longitude:28.875
              • name:Rusizi I
              • owner:Rwanda Energy Group Limited (REG) Government of Rwanda
              • source:REG
              • src_latlon:KTH
              • url:http://www.reg.rw
            • type:Feature
            • id:0000000000000000031e
              • type:Point
                • 0:29.655017301854993
                • 1:-1.582001281702042
              • cap_year:0
              • capacitymw:2.5
              • comm_year:2010
              • country:RWA
              • country_lg:Rwanda
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061149
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-1.582
              • longitude:29.655
              • name:Mukungwa II
              • owner:Rwanda Energy Group Limited (REG) Government of Rwanda
              • source:REG
              • src_latlon:KTH
              • url:http://reg.rw/index.php/media-centre/download/2-uncategorised/232-power-plant-status-on-february-01-2015
            • type:Feature
            • id:0000000000000000031f
              • type:Point
                • 0:29.749990341037947
                • 1:-1.4770192691080315
              • cap_year:0
              • capacitymw:11.5
              • comm_year:1959
              • country:RWA
              • country_lg:Rwanda
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1023153
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-1.477
              • longitude:29.75
              • name:Ntaruka
              • owner:Rwanda Energy Group Limited (REG) Government of Rwanda
              • source:REG
              • src_latlon:KTH
              • url:http://www.reg.rw/images/pdf/Hydropower_Solar_Breakout_session.pdf
            • type:Feature
            • id:00000000000000006e93
              • type:Point
                • 0:6.856012136708096
                • 1:53.44410293549751
              • cap_year:0
              • capacitymw:1560
              • comm_year:2014
              • country:NLD
              • country_lg:Netherlands
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019289
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:7293.94
              • gwh_2016:0
              • gwh_estimt:10300.448065173116
              • latitude:53.4441
              • longitude:6.856
              • name:Eemshaven
              • owner:Essent
              • source:RWE
              • src_latlon:GEODB
              • url:http://www.rwe.com/web/cms/en/1772148/rwe-generation-se/locations/netherlands/eemshaven-power-plant/
            • type:Feature
            • id:000000000000000012b5
              • type:Point
                • 0:-65.90769852986182
                • 1:18.405514670580896
              • cap_year:0
              • capacitymw:27
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1028017
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:31.110002739706765
              • latitude:18.4055
              • longitude:-65.9077
              • name:San Fermin Solar Farm
              • owner:
              • source:TSK
              • src_latlon:WRI
              • url:http://www.grupotsk.com/proyectos/puerto-rico
            • type:Feature
            • id:000000000000000000d6
              • type:Point
                • 0:12.864986846449897
                • 1:43.90281339414023
              • cap_year:0
              • capacitymw:2.2
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026387
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:113.70328320860077
              • latitude:43.9028
              • longitude:12.865
              • name:Adriatic Arena Solar Power Plant
              • owner:Solarig Holding
              • source:9ren
              • src_latlon:Industry About
              • url:http://www.9ren.it/en/about-us/where-we-operate/our-plants/
            • type:Feature
            • id:000000000000000000a1
              • type:Point
                • 0:15.98998583185305
                • 1:38.44531965436106
              • cap_year:0
              • capacitymw:760
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002935
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:3635.8
              • gwh_2016:0
              • gwh_estimt:1845.0329460353921
              • latitude:38.4453
              • longitude:15.99
              • name:RIZZICONI
              • owner:EGL Italia
              • source:Axpo
              • src_latlon:GEODB
              • url:http://www.axpo.com/axpo/it/en/knowledge/power-production/assets-in-italy.html
            • type:Feature
            • id:00000000000000000102
              • type:Point
                • 0:14.112921809324575
                • 1:41.17830799504592
              • cap_year:0
              • capacitymw:760
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002958
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:2845
              • gwh_2016:0
              • gwh_estimt:1845.0329460353921
              • latitude:41.1783
              • longitude:14.1129
              • name:SPARANISE
              • owner:EGL Italia
              • source:Axpo
              • src_latlon:GEODB
              • url:http://www.axpo.com/axpo/it/en/knowledge/power-production/assets-in-italy.html
            • type:Feature
            • id:000000000000000002ee
              • type:Point
                • 0:39.56259936342591
                • 1:-3.9333919006792106
              • cap_year:0
              • capacitymw:90
              • comm_year:2009
              • country:KEN
              • country_lg:Kenya
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061214
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:536
              • gwh_estimt:277.6957695769577
              • latitude:-3.9334
              • longitude:39.5626
              • name:Rabai
              • owner:Rabai Power Company
              • source:BWSC
              • src_latlon:WRI
              • url:http://www.bwsc.com/Rabai-Power-Plant--Kenya.aspx?ID=208
            • type:Feature
            • id:00000000000000000f2c
              • type:Point
                • 0:108.12999182329878
                • 1:23.860001230007864
              • cap_year:0
              • capacitymw:192
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000578
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:787.3601149102881
              • latitude:23.86
              • longitude:108.13
              • name:Bailongtan
              • owner:
              • source:CEDC
              • src_latlon:
              • url:http://www.ghcb.com.cn/index.php/a/show/catid/20/id/76/index.html
            • type:Feature
            • id:000000000000000012a8
              • type:Point
                • 0:-67.15998717175384
                • 1:18.219383671766288
              • cap_year:0
              • capacitymw:220
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1028007
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:905.3469678758119
              • latitude:18.2194
              • longitude:-67.16
              • name:Mayag�ez
              • owner:
              • source:CEPR
              • src_latlon:WRI
              • url:http://energia.pr.gov/datos/plantas/
            • type:Feature
            • id:000000000000000012b0
              • type:Point
                • 0:-66.39140573367781
                • 1:18.445819863958164
              • cap_year:0
              • capacitymw:42
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1028009
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:172.8389665944732
              • latitude:18.4458
              • longitude:-66.3914
              • name:Vega Baja
              • owner:
              • source:CEPR
              • src_latlon:WRI
              • url:http://energia.pr.gov/datos/plantas/
            • type:Feature
            • id:000000000000000012b9
              • type:Point
                • 0:-66.14979898985843
                • 1:18.455110704747796
              • cap_year:0
              • capacitymw:126
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1028008
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:518.5168997834195
              • latitude:18.4551
              • longitude:-66.1498
              • name:Palo Seco
              • owner:
              • source:CEPR
              • src_latlon:WRI
              • url:http://energia.pr.gov/datos/plantas/
            • type:Feature
            • id:000000000000000012bb
              • type:Point
                • 0:-65.6677075844406
                • 1:18.23248959210723
              • cap_year:0
              • capacitymw:42
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1028013
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:172.8389665944732
              • latitude:18.2325
              • longitude:-65.6677
              • name:Daguao
              • owner:
              • source:CEPR
              • src_latlon:WRI
              • url:http://energia.pr.gov/datos/plantas/
            • type:Feature
            • id:000000000000000012bd
              • type:Point
                • 0:-65.82488886195418
                • 1:18.10641243375897
              • cap_year:0
              • capacitymw:42
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1028014
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:172.8389665944732
              • latitude:18.1064
              • longitude:-65.8249
              • name:Yabucoa
              • owner:
              • source:CEPR
              • src_latlon:WRI
              • url:http://energia.pr.gov/datos/plantas/
            • type:Feature
            • id:000000000000000012ce
              • type:Point
                • 0:-66.14019396604691
                • 1:17.9614842940984
              • cap_year:0
              • capacitymw:42
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1028010
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:172.8389665944732
              • latitude:17.9615
              • longitude:-66.1402
              • name:Jobos
              • owner:
              • source:CEPR
              • src_latlon:WRI
              • url:http://energia.pr.gov/datos/plantas/
            • type:Feature
            • id:000000000000000012d3
              • type:Point
                • 0:-66.23121727581204
                • 1:17.95331553552974
              • cap_year:0
              • capacitymw:42
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1028012
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:172.8389665944732
              • latitude:17.9533
              • longitude:-66.2312
              • name:Aguirre
              • owner:
              • source:CEPR
              • src_latlon:WRI
              • url:http://energia.pr.gov/datos/plantas/
            • type:Feature
            • id:000000000000000012d5
              • type:Point
                • 0:-66.7537036411848
                • 1:18.00178948747567
              • cap_year:0
              • capacitymw:42
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1028011
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:172.8389665944732
              • latitude:18.0018
              • longitude:-66.7537
              • name:Costa Sur
              • owner:
              • source:CEPR
              • src_latlon:WRI
              • url:http://energia.pr.gov/datos/plantas/
            • type:Feature
            • id:000000000000000012d8
              • type:Point
                • 0:-66.75518478971648
                • 1:17.981188057898645
              • cap_year:0
              • capacitymw:507
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026812
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2086.413239604712
              • latitude:17.9812
              • longitude:-66.7552
              • name:EcoEl�ctrica
              • owner:Gas Natural Fenosa International Power
              • source:CEPR
              • src_latlon:WRI
              • url:http://energia.pr.gov/datos/plantas/
            • type:Feature
            • id:000000000000000012ac
              • type:Point
                • 0:-66.66909864172362
                • 1:18.239715801610277
              • cap_year:0
              • capacitymw:3.6
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1028016
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:10.036404471683591
              • latitude:18.2397
              • longitude:-66.6691
              • name:Caonillas 2
              • owner:
              • source:CEPR
              • src_latlon:WRI
              • url:http://energia.pr.gov/datos/plantas/
            • type:Feature
            • id:000000000000000061ff
              • type:Point
                • 0:29.22018799958446
                • 1:48.70599854922702
              • cap_year:0
              • capacitymw:1800
              • comm_year:0
              • country:UKR
              • country_lg:Ukraine
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005098
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:5345
              • gwh_2016:0
              • gwh_estimt:4877.0064575645765
              • latitude:48.706
              • longitude:29.2202
              • name:Ladyzhinska
              • owner:DTEK
              • source:DTEK
              • src_latlon:GEODB
              • url:http://www.dtek.com/library/file/dtek-report-eng-2015-web.PDF
            • type:Feature
            • id:00000000000000006207
              • type:Point
                • 0:33.65829248325626
                • 1:47.543207185279606
              • cap_year:0
              • capacitymw:2334
              • comm_year:0
              • country:UKR
              • country_lg:Ukraine
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005100
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:6994
              • gwh_2016:0
              • gwh_estimt:6323.851706642067
              • latitude:47.5432
              • longitude:33.6583
              • name:Krivorozhskaya
              • owner:DTEK
              • source:DTEK
              • src_latlon:GEODB
              • url:http://www.dtek.com/library/file/dtek-report-eng-2015-web.PDF
            • type:Feature
            • id:00000000000000006209
              • type:Point
                • 0:35.11349847398862
                • 1:48.40519074742922
              • cap_year:0
              • capacitymw:1195
              • comm_year:0
              • country:UKR
              • country_lg:Ukraine
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005102
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:3986
              • gwh_2016:0
              • gwh_estimt:3237.790398216482
              • latitude:48.4052
              • longitude:35.1135
              • name:Prydniprovska
              • owner:DTEK
              • source:DTEK
              • src_latlon:WRI
              • url:http://www.dtek.com/library/file/dtek-report-eng-2015-web.PDF
            • type:Feature
            • id:0000000000000000620c
              • type:Point
                • 0:34.62530294128872
                • 1:47.508916352606725
              • cap_year:0
              • capacitymw:2825
              • comm_year:0
              • country:UKR
              • country_lg:Ukraine
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005101
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:5552
              • gwh_2016:0
              • gwh_estimt:7654.190690344403
              • latitude:47.5089
              • longitude:34.6253
              • name:Zaporiska
              • owner:DTEK
              • source:DTEK
              • src_latlon:GEODB
              • url:http://www.dtek.com/library/file/dtek-report-eng-2015-web.PDF
            • type:Feature
            • id:0000000000000000620d
              • type:Point
                • 0:37.24020334903862
                • 1:47.994418887976295
              • cap_year:0
              • capacitymw:1517
              • comm_year:0
              • country:UKR
              • country_lg:Ukraine
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005104
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:5966
              • gwh_2016:0
              • gwh_estimt:4110.232664514146
              • latitude:47.9944
              • longitude:37.2402
              • name:Kurakhovskaya
              • owner:DTEK
              • source:DTEK
              • src_latlon:GEODB
              • url:http://www.dtek.com/library/file/dtek-report-eng-2015-web.PDF
            • type:Feature
            • id:00000000000000006210
              • type:Point
                • 0:38.40487981111728
                • 1:48.34069346136783
              • cap_year:0
              • capacitymw:815
              • comm_year:0
              • country:UKR
              • country_lg:Ukraine
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005108
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2208.2001460639603
              • latitude:48.3407
              • longitude:38.4049
              • name:Mironovskaya
              • owner:Donbascenergo
              • source:DTEK
              • src_latlon:CARMA
              • url:http://www.dtek.com/library/file/dtek-report-eng-2015-web.PDF
            • type:Feature
            • id:00000000000000006212
              • type:Point
                • 0:38.288721859602404
                • 1:48.033198049533034
              • cap_year:0
              • capacitymw:1245
              • comm_year:0
              • country:UKR
              • country_lg:Ukraine
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005106
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:4338
              • gwh_2016:0
              • gwh_estimt:3373.262799815498
              • latitude:48.0332
              • longitude:38.2887
              • name:Zuivska
              • owner:DTEK
              • source:DTEK
              • src_latlon:WRI
              • url:http://www.dtek.com/library/file/dtek-report-eng-2015-web.PDF
            • type:Feature
            • id:0000000000000000621f
              • type:Point
                • 0:39.26241992767186
                • 1:48.747784891135964
              • cap_year:0
              • capacitymw:1210
              • comm_year:0
              • country:UKR
              • country_lg:Ukraine
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005110
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:4825
              • gwh_2016:0
              • gwh_estimt:3278.432118696187
              • latitude:48.7478
              • longitude:39.2624
              • name:Luhanska
              • owner:DTEK
              • source:DTEK
              • src_latlon:GEODB
              • url:http://www.dtek.com/library/file/dtek-report-eng-2015-web.PDF
            • type:Feature
            • id:00000000000000006796
              • type:Point
                • 0:24.374992086144534
                • 1:50.21331403830125
              • cap_year:0
              • capacitymw:500
              • comm_year:0
              • country:UKR
              • country_lg:Ukraine
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005096
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:1844
              • gwh_2016:0
              • gwh_estimt:1354.7240159901598
              • latitude:50.2133
              • longitude:24.375
              • name:Dobrotvorsky
              • owner:DTEK
              • source:DTEK
              • src_latlon:GEODB
              • url:http://www.dtek.com/library/file/dtek-report-eng-2015-web.PDF
            • type:Feature
            • id:0000000000000000679b
              • type:Point
                • 0:24.66650904715269
                • 1:49.21039694919774
              • cap_year:0
              • capacitymw:2400
              • comm_year:0
              • country:UKR
              • country_lg:Ukraine
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005097
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:10039
              • gwh_2016:0
              • gwh_estimt:6502.675276752768
              • latitude:49.2104
              • longitude:24.6665
              • name:Burshtynska TES
              • owner:DTEK
              • source:DTEK
              • src_latlon:GEODB
              • url:http://www.dtek.com/library/file/dtek-report-eng-2015-web.PDF
            • type:Feature
            • id:000000000000000000a3
              • type:Point
                • 0:12.510812814222737
                • 1:38.01578658017352
              • cap_year:0
              • capacitymw:213.4
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002972
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:100
              • gwh_2016:0
              • gwh_estimt:518.0658298473062
              • latitude:38.0158
              • longitude:12.5108
              • name:TRAPANI C.LE
              • owner:E On
              • source:E.ON
              • src_latlon:CARMA
              • url:https://web.archive.org/web/20140409020226/http://www.eon-italia.com/en/business/generation/power-plants/trapani.html
            • type:Feature
            • id:00000000000000006406
              • type:Point
                • 0:13.040390739232025
                • 1:55.626104022396945
              • cap_year:0
              • capacitymw:440
              • comm_year:0
              • country:SWE
              • country_lg:Sweden
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029978
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:135.61194029850748
              • latitude:55.6261
              • longitude:13.0404
              • name:Nya �resundsverket
              • owner:
              • source:E.ON
              • src_latlon:GEODB
              • url:https://www.eon.se/oresundsverketeng
            • type:Feature
            • id:000000000000000068d7
              • type:Point
                • 0:11.137384175754713
                • 1:45.06030853000467
              • cap_year:0
              • capacitymw:1457
              • comm_year:2013
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002917
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:2295.6
              • gwh_2016:0
              • gwh_estimt:3537.122371544166
              • latitude:45.0603
              • longitude:11.1374
              • name:OSTIGLIA
              • owner:E On
              • source:E.ON
              • src_latlon:GEODB
              • url:https://web.archive.org/web/20140409021055/http://www.eon-italia.com/en/business/generation/power-plants/ostiglia.html
            • type:Feature
            • id:000000000000000068e1
              • type:Point
                • 0:9.436397295340948
                • 1:45.3324807935233
              • cap_year:0
              • capacitymw:1520
              • comm_year:2005
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002962
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:2365.5
              • gwh_2016:0
              • gwh_estimt:3690.0658920707842
              • latitude:45.3325
              • longitude:9.4364
              • name:TAVAZZANO
              • owner:E. On
              • source:E.ON
              • src_latlon:GEODB
              • url:https://web.archive.org/web/20150128221727/http://www.eon-italia.com/en/business/generation/power-plants/tavazzano-and-montanaso.html
            • type:Feature
            • id:00000000000000006e75
              • type:Point
                • 0:4.021722213114017
                • 1:51.9625953375056
              • cap_year:0
              • capacitymw:1070
              • comm_year:2013
              • country:NLD
              • country_lg:Netherlands
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019296
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:6260.613
              • gwh_2016:0
              • gwh_estimt:7065.050916496944
              • latitude:51.9626
              • longitude:4.0217
              • name:Maasvlakte (MPP3)
              • owner:E.ON
              • source:E.ON
              • src_latlon:GEODB
              • url:http://www.mega-project.eu/assets/exp/resources/Aris_Blankenspoor_MPP3_theory_versus_practice_rev_20150410_sv.pdf
            • type:Feature
            • id:000000000000000064a3
              • type:Point
                • 0:16.12180805117267
                • 1:63.598498202393124
              • cap_year:0
              • capacitymw:112
              • comm_year:0
              • country:SWE
              • country_lg:Sweden
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029981
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:557.881914387541
              • latitude:63.5985
              • longitude:16.1218
              • name:Storfinnforsen
              • owner:
              • source:E.ON
              • src_latlon:WRI
              • url:http://www.eon.com/content/dam/eon-com/ueber-uns/Facts%20and%20Figures%202013.pdf
            • type:Feature
            • id:000000000000000064a8
              • type:Point
                • 0:16.98760669287359
                • 1:63.368291813938804
              • cap_year:0
              • capacitymw:135
              • comm_year:0
              • country:SWE
              • country_lg:Sweden
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029977
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:672.4469503778397
              • latitude:63.3683
              • longitude:16.9876
              • name:Moforsen
              • owner:
              • source:E.ON
              • src_latlon:GEODB
              • url:http://www.eon.com/content/dam/eon-com/ueber-uns/Facts%20and%20Figures%202013.pdf
            • type:Feature
            • id:0000000000000000028f
              • type:Point
                • 0:38.25698937439336
                • 1:23.980019144362878
              • cap_year:0
              • capacitymw:82.5
              • comm_year:2005
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030721
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:405.8069330438911
              • latitude:23.98
              • longitude:38.257
              • name:YANBU (ARAM)
              • owner:Saudi Aramco
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060b7
              • type:Point
                • 0:45.620990574179274
                • 1:24.789982974748302
              • cap_year:0
              • capacitymw:2055.6000000000004
              • comm_year:2016
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030684
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:10111.233109879064
              • latitude:24.79
              • longitude:45.621
              • name:Riyadh 12
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060c1
              • type:Point
                • 0:46.88301888974933
                • 1:24.570009976149226
              • cap_year:0
              • capacitymw:1315.6
              • comm_year:2005
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030688
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6471.26789227325
              • latitude:24.57
              • longitude:46.883
              • name:Riyadh 7
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060c2
              • type:Point
                • 0:46.86502069092496
                • 1:24.52000999238278
              • cap_year:0
              • capacitymw:66
              • comm_year:2005
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030702
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:324.6455464351129
              • latitude:24.52
              • longitude:46.865
              • name:RIYADH REF
              • owner:Saudi Aramco
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060c3
              • type:Point
                • 0:49.312012715128816
                • 1:27.11000017482713
              • cap_year:0
              • capacitymw:1412
              • comm_year:2016
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030720
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6945.447144945143
              • latitude:27.11
              • longitude:49.312
              • name:Wasit Gas Plant
              • owner:Saudi Aramco
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060c4
              • type:Point
                • 0:49.206985819245986
                • 1:27.14999118518253
              • cap_year:0
              • capacitymw:447
              • comm_year:2012
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030671
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2198.7357463105373
              • latitude:27.15
              • longitude:49.207
              • name:Khursaniyah
              • owner:Saudi Aramco
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060c5
              • type:Point
                • 0:49.53099828137344
                • 1:27.020009180705287
              • cap_year:0
              • capacitymw:250
              • comm_year:2005
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030667
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1229.7179789208824
              • latitude:27.02
              • longitude:49.531
              • name:JUBAIL COGEN (JEC)
              • owner:Jubail Energy Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060c6
              • type:Point
                • 0:49.72098924302819
                • 1:27.18998219553792
              • cap_year:0
              • capacitymw:195
              • comm_year:1977
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030646
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:959.1800235582882
              • latitude:27.19
              • longitude:49.721
              • name:BERI (SEC)
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060c7
              • type:Point
                • 0:49.89598918621077
                • 1:26.84999128258382
              • cap_year:0
              • capacitymw:4256
              • comm_year:2003
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030653
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:20934.7188731491
              • latitude:26.85
              • longitude:49.896
              • name:GHAZLAN
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060c8
              • type:Point
                • 0:49.76901436208574
                • 1:26.899991266350277
              • cap_year:0
              • capacitymw:2941.2999999999997
              • comm_year:2010
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030677
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:14467.877965599962
              • latitude:26.9
              • longitude:49.769
              • name:MARAFIQ IWPP (1)
              • owner:Jubail Water and Power Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060c9
              • type:Point
                • 0:49.76901436208574
                • 1:26.91000023976133
              • cap_year:0
              • capacitymw:1570
              • comm_year:1982
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030666
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7722.628907623141
              • latitude:26.91
              • longitude:49.769
              • name:JUBAIL (SWCC)
              • owner:Saline Water Conversion Corporation (SWCC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060ca
              • type:Point
                • 0:49.595001851257614
                • 1:26.960000223527782
              • cap_year:0
              • capacitymw:298
              • comm_year:2005
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030647
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1465.8238308736918
              • latitude:26.96
              • longitude:49.595
              • name:BERI GP
              • owner:Saudi Aramco
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060cb
              • type:Point
                • 0:50.00501069480026
                • 1:26.799991298817375
              • cap_year:0
              • capacitymw:496.7
              • comm_year:2015
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030664
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2443.2036805200087
              • latitude:26.8
              • longitude:50.005
              • name:JUAYMAH CO-GENERATION GAS PLANT
              • owner:Tihama Power Generation Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060cc
              • type:Point
                • 0:50.005998127154726
                • 1:26.799991298817375
              • cap_year:0
              • capacitymw:121.20000000000002
              • comm_year:1976
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030663
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:596.1672761808438
              • latitude:26.8
              • longitude:50.006
              • name:JUAYMAH
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060cd
              • type:Point
                • 0:49.93198558385951
                • 1:26.549991379985123
              • cap_year:0
              • capacitymw:144
              • comm_year:2004
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030693
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:708.3175558584281
              • latitude:26.55
              • longitude:49.932
              • name:QATIF G-1
              • owner:Saudi Aramco
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060ce
              • type:Point
                • 0:49.688000025731654
                • 1:25.939982601376656
              • cap_year:0
              • capacitymw:162
              • comm_year:2002
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030636
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:796.8572503407318
              • latitude:25.94
              • longitude:49.688
              • name:ABQ PP
              • owner:Saudi Aramco
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060cf
              • type:Point
                • 0:49.33898757172095
                • 1:25.820009570310475
              • cap_year:0
              • capacitymw:55
              • comm_year:1980
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030637
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:270.53795536259406
              • latitude:25.82
              • longitude:49.339
              • name:Ain Dar
              • owner:Saudi Cement Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060d1
              • type:Point
                • 0:49.306985786778874
                • 1:25.189982844879907
              • cap_year:0
              • capacitymw:496.7
              • comm_year:2015
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030719
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2443.2036805200087
              • latitude:25.19
              • longitude:49.307
              • name:UTHMANIYAH CO-GENERATION GAS PLANT
              • owner:Tihama Power Generation Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060d2
              • type:Point
                • 0:49.312012715128816
                • 1:25.189982844879907
              • cap_year:0
              • capacitymw:320
              • comm_year:1975
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030718
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1574.039013018729
              • latitude:25.19
              • longitude:49.312
              • name:UTHMANIYAH
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060d3
              • type:Point
                • 0:49.433018061838304
                • 1:25.680018592422194
              • cap_year:0
              • capacitymw:1100.5
              • comm_year:1983
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030707
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5413.218543209723
              • latitude:25.68
              • longitude:49.433
              • name:SHEDGUM
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060d4
              • type:Point
                • 0:49.44899651266491
                • 1:25.680018592422194
              • cap_year:0
              • capacitymw:496.7
              • comm_year:2015
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030708
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2443.2036805200087
              • latitude:25.68
              • longitude:49.449
              • name:SHEDGUM CO-GENERATION GAS PLANT
              • owner:Tihama Power Generation Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060df
              • type:Point
                • 0:50.117981932807595
                • 1:25.860000580665872
              • cap_year:0
              • capacitymw:2500
              • comm_year:1992
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030695
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:12297.179789208822
              • latitude:25.86
              • longitude:50.118
              • name:QURAYYAH -STEAM
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060e0
              • type:Point
                • 0:50.117981932807595
                • 1:25.860000580665872
              • cap_year:0
              • capacitymw:3846
              • comm_year:2014
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030694
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:18917.981387718854
              • latitude:25.86
              • longitude:50.118
              • name:QURAYYAH- CC
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060e1
              • type:Point
                • 0:50.131985518925305
                • 1:25.830018543721543
              • cap_year:0
              • capacitymw:4098
              • comm_year:2014
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030656
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:20157.5371104711
              • latitude:25.83
              • longitude:50.132
              • name:Hajr for Electricity Production Co. Station
              • owner:Hajr for Electricity Production Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060ea
              • type:Point
                • 0:50.09298194092437
                • 1:26.38001836515249
              • cap_year:0
              • capacitymw:397.8999999999999
              • comm_year:2000
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030650
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1957.2191352504758
              • latitude:26.38
              • longitude:50.093
              • name:DAMMAM
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060ec
              • type:Point
                • 0:50.10299091433543
                • 1:26.689982357873415
              • cap_year:0
              • capacitymw:153
              • comm_year:2006
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030701
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:752.5874030995799
              • latitude:26.69
              • longitude:50.103
              • name:RAS TANURA CO-GENERATION PLANT
              • owner:Tihama Power Generation Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000006173
              • type:Point
                • 0:49.142982249361815
                • 1:27.53001799178086
              • cap_year:0
              • capacitymw:1460
              • comm_year:2015
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030700
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7181.552996897953
              • latitude:27.53
              • longitude:49.143
              • name:RAS Al Khair
              • owner:Saline Water Conversion Corporation (SWCC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000006174
              • type:Point
                • 0:48.867982338646335
                • 1:27.580017975547303
              • cap_year:0
              • capacitymw:374.5
              • comm_year:2014
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030676
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1842.1175324234814
              • latitude:27.58
              • longitude:48.868
              • name:Manifa CO-GENERATION PLANT
              • owner:Saudi Aramco
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000006175
              • type:Point
                • 0:48.75101648793236
                • 1:28.00999988262324
              • cap_year:0
              • capacitymw:75
              • comm_year:1974
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030703
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:368.91539367626467
              • latitude:28.01
              • longitude:48.751
              • name:SAFANIYAH
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000617e
              • type:Point
                • 0:46.863988375281664
                • 1:27.460000061192286
              • cap_year:0
              • capacitymw:1244
              • comm_year:2009
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030652
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6119.07666311031
              • latitude:27.46
              • longitude:46.864
              • name:FARAS
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000237
              • type:Point
                • 0:38.21399118368576
                • 1:30.459999087179312
              • cap_year:0
              • capacitymw:103.2
              • comm_year:2002
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030711
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:303.54436125224163
              • latitude:30.46
              • longitude:38.214
              • name:TABARJAL
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000238
              • type:Point
                • 0:37.424000416833614
                • 1:31.25999882744251
              • cap_year:0
              • capacitymw:532.7
              • comm_year:2016
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030642
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1566.8418724716003
              • latitude:31.26
              • longitude:37.424
              • name:AL-QURAYYAT
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000280
              • type:Point
                • 0:43.5260181843383
                • 1:29.62000833656071
              • cap_year:0
              • capacitymw:305.6000000000001
              • comm_year:2016
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030699
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:898.8677984368708
              • latitude:29.62
              • longitude:43.526
              • name:RAFHA
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000281
              • type:Point
                • 0:41.05600103296011
                • 1:30.930016887899473
              • cap_year:0
              • capacitymw:408.59999999999997
              • comm_year:2015
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030644
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1201.8238954231192
              • latitude:30.93
              • longitude:41.056
              • name:ARAR
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000282
              • type:Point
                • 0:40.01201573456906
                • 1:29.780017261271112
              • cap_year:0
              • capacitymw:348
              • comm_year:2012
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030640
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1023.5798228273263
              • latitude:29.78
              • longitude:40.012
              • name:AL-JOUF
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000283
              • type:Point
                • 0:41.74199721957271
                • 1:27.460000061192286
              • cap_year:0
              • capacitymw:794.25
              • comm_year:2012
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030655
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2336.1444663235748
              • latitude:27.46
              • longitude:41.742
              • name:HAIL2
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000284
              • type:Point
                • 0:41.74199721957271
                • 1:27.470009034603333
              • cap_year:0
              • capacitymw:48.400000000000006
              • comm_year:1983
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030654
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:142.35995237023735
              • latitude:27.47
              • longitude:41.742
              • name:HAIL1
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000285
              • type:Point
                • 0:43.94401625329427
                • 1:26.399991428685773
              • cap_year:0
              • capacitymw:104.5
              • comm_year:1982
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030649
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:307.3680789811943
              • latitude:26.4
              • longitude:43.944
              • name:BURAIDAH
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000286
              • type:Point
                • 0:44.015021616237284
                • 1:26.19999149361997
              • cap_year:0
              • capacitymw:1610.6799999999996
              • comm_year:2012
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030692
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4737.527439745741
              • latitude:26.2
              • longitude:44.015
              • name:QASSIM CENTRAL
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000288
              • type:Point
                • 0:36.519018663976404
                • 1:28.47000870993235
              • cap_year:0
              • capacitymw:102.00000000000003
              • comm_year:1982
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030712
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:300.0147756562854
              • latitude:28.47
              • longitude:36.519
              • name:TABUK-1
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000028a
              • type:Point
                • 0:36.52099352868531
                • 1:28.470008709932348
              • cap_year:0
              • capacitymw:985.4000000000003
              • comm_year:2013
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030713
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2898.378038546114
              • latitude:28.47
              • longitude:36.521
              • name:TABUK-2
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000028c
              • type:Point
                • 0:35.65900996653568
                • 1:27.37000906707044
              • cap_year:0
              • capacitymw:185
              • comm_year:1989
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030651
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:544.1444460432626
              • latitude:27.37
              • longitude:35.659
              • name:DUBA
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000028d
              • type:Point
                • 0:36.487016879034314
                • 1:26.230018413853145
              • cap_year:0
              • capacitymw:263.4000000000001
              • comm_year:2013
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030638
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:774.7440383124076
              • latitude:26.23
              • longitude:36.487
              • name:AL WAJH
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000028e
              • type:Point
                • 0:38.11798582885952
                • 1:24.120010122251173
              • cap_year:0
              • capacitymw:54.300000000000004
              • comm_year:1983
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030722
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:159.71374821702247
              • latitude:24.12
              • longitude:38.118
              • name:YANBU (SEC)
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000290
              • type:Point
                • 0:38.21901811203571
                • 1:23.97001017095182
              • cap_year:0
              • capacitymw:865.8
              • comm_year:2013
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:Gas
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030724
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2546.596007482469
              • latitude:23.97
              • longitude:38.219
              • name:YANBU PLANT
              • owner:Power and Water Utility Company for Jubail and Yanbu (MARAFIQ)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000291
              • type:Point
                • 0:38.36601088298285
                • 1:23.870010203418918
              • cap_year:0
              • capacitymw:825
              • comm_year:2016
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030725
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2426.5900972199547
              • latitude:23.87
              • longitude:38.366
              • name:YANBU PLANT 2
              • owner:Power and Water Utility Company for Jubail and Yanbu (MARAFIQ)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000292
              • type:Point
                • 0:38.38302164945277
                • 1:23.860001230007864
              • cap_year:0
              • capacitymw:519.8
              • comm_year:1998
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030723
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1528.8988273150696
              • latitude:23.86
              • longitude:38.383
              • name:YANBU (SWCC)
              • owner:Saline Water Conversion Corporation (SWCC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000293
              • type:Point
                • 0:39.676019434321624
                • 1:24.530018965793836
              • cap_year:0
              • capacitymw:60.2
              • comm_year:2015
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030673
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:177.06754406380762
              • latitude:24.53
              • longitude:39.676
              • name:MADINAH - 1
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000294
              • type:Point
                • 0:39.676019434321624
                • 1:24.530018965793836
              • cap_year:0
              • capacitymw:270.1
              • comm_year:1998
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030674
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:794.4508912231635
              • latitude:24.53
              • longitude:39.676
              • name:MADINAH - 2
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000295
              • type:Point
                • 0:39.020992717007815
                • 1:22.710001603379506
              • cap_year:0
              • capacitymw:840
              • comm_year:2016
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030698
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2470.7099171694085
              • latitude:22.71
              • longitude:39.021
              • name:RABIGH IWSPP
              • owner:Rabigh Arabian Water and Electricity Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000296
              • type:Point
                • 0:39.033021438416625
                • 1:22.660001619613055
              • cap_year:0
              • capacitymw:4348.299999999998
              • comm_year:2010
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030697
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:12789.747539080638
              • latitude:22.66
              • longitude:39.033
              • name:RABIGH
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000297
              • type:Point
                • 0:39.03701605112328
                • 1:22.670010593024113
              • cap_year:0
              • capacitymw:2800
              • comm_year:2014
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030726
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:8235.699723898028
              • latitude:22.67
              • longitude:39.037
              • name:RABIGH-2
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000298
              • type:Point
                • 0:39.06798552042207
                • 1:22.649992646201994
              • cap_year:0
              • capacitymw:1320
              • comm_year:2013
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030696
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3882.5441555519274
              • latitude:22.65
              • longitude:39.068
              • name:RABEC P/P
              • owner:Rabigh Electric Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000299
              • type:Point
                • 0:39.798999645740004
                • 1:21.470010982629308
              • cap_year:0
              • capacitymw:795.5999999999998
              • comm_year:1982
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030675
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2340.115250119025
              • latitude:21.47
              • longitude:39.799
              • name:MAKKAH
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000029a
              • type:Point
                • 0:39.55501408761216
                • 1:20.630020232010708
              • cap_year:0
              • capacitymw:6794
              • comm_year:2015
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030705
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:19983.337115772574
              • latitude:20.63
              • longitude:39.555
              • name:SHAIBA (SEC)
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000029b
              • type:Point
                • 0:39.552006907259944
                • 1:20.630020232010708
              • cap_year:0
              • capacitymw:1190.6999999999998
              • comm_year:2009
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030704
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3502.2313075876364
              • latitude:20.63
              • longitude:39.552
              • name:SHAIBA
              • owner:Shuaibah Water and Electricity Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000029c
              • type:Point
                • 0:39.17700702901156
                • 1:21.210002090385995
              • cap_year:0
              • capacitymw:2892
              • comm_year:2016
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030662
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:8506.301286254678
              • latitude:21.21
              • longitude:39.177
              • name:JEDDAH SOUTH
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000029d
              • type:Point
                • 0:39.117985504188525
                • 1:21.54999300334009
              • cap_year:0
              • capacitymw:931
              • comm_year:1981
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030659
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2738.3701581960945
              • latitude:21.55
              • longitude:39.118
              • name:JEDDAH (SWCC)
              • owner:Saline Water Conversion Corporation (SWCC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000029e
              • type:Point
                • 0:39.18598368677934
                • 1:21.449993035807186
              • cap_year:0
              • capacitymw:157.9
              • comm_year:1978
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030660
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:464.43463800124954
              • latitude:21.45
              • longitude:39.186
              • name:JEDDAH NO.2
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000029f
              • type:Point
                • 0:39.205014201246996
                • 1:21.430019972273907
              • cap_year:0
              • capacitymw:1808.0000000000002
              • comm_year:2005
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030661
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5317.908964574156
              • latitude:21.43
              • longitude:39.205
              • name:JEDDAH NO.3
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000002a1
              • type:Point
                • 0:42.06300250134799
                • 1:17.660003242968017
              • cap_year:0
              • capacitymw:910.7999999999997
              • comm_year:2000
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030709
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2678.9554673308294
              • latitude:17.66
              • longitude:42.063
              • name:SHUAIBA (SWCC)
              • owner:Saline Water Conversion Corporation (SWCC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000002a2
              • type:Point
                • 0:42.077006087465705
                • 1:17.660003242968017
              • cap_year:0
              • capacitymw:1020
              • comm_year:2010
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030710
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3000.147756562853
              • latitude:17.66
              • longitude:42.077
              • name:SHUQAIQ IWPP
              • owner:Shuqiaq Water and Electricity Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000002a3
              • type:Point
                • 0:41.15600100049302
                • 1:19.099993798784023
              • cap_year:0
              • capacitymw:742.7500000000001
              • comm_year:2008
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030717
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2184.6664178304504
              • latitude:19.1
              • longitude:41.156
              • name:TIHAMA
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000002a4
              • type:Point
                • 0:40.40698867635072
                • 1:21.280020020974558
              • cap_year:0
              • capacitymw:126.6
              • comm_year:1981
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030716
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:372.3712803733894
              • latitude:21.28
              • longitude:40.407
              • name:TAIF
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000002a5
              • type:Point
                • 0:41.4389901366218
                • 1:20.08998450070197
              • cap_year:0
              • capacitymw:81.03
              • comm_year:1983
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030639
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:238.335267366949
              • latitude:20.09
              • longitude:41.439
              • name:ALBAHA
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000002a6
              • type:Point
                • 0:42.39298444089103
                • 1:19.98998453316907
              • cap_year:0
              • capacitymw:364.6
              • comm_year:2006
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030648
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1072.405756904722
              • latitude:19.99
              • longitude:42.393
              • name:BISHA
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000002a7
              • type:Point
                • 0:42.57799335748465
                • 1:18.249994074754373
              • cap_year:0
              • capacitymw:695.8199999999999
              • comm_year:2006
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030645
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2046.6302078152592
              • latitude:18.25
              • longitude:42.578
              • name:ASIR
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000002a8
              • type:Point
                • 0:44.33701433036702
                • 1:17.599994285790515
              • cap_year:0
              • capacitymw:486.96999999999997
              • comm_year:2013
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030678
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1432.3352480523652
              • latitude:17.6
              • longitude:44.337
              • name:NAJRAN
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000002ab
              • type:Point
                • 0:42.63302026960105
                • 1:16.939985523415597
              • cap_year:0
              • capacitymw:1520.9000000000003
              • comm_year:2016
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030658
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4473.455610741613
              • latitude:16.94
              • longitude:42.633
              • name:JAZAN
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060b5
              • type:Point
                • 0:47.09298291493735
                • 1:17.330021303424985
              • cap_year:0
              • capacitymw:261.52
              • comm_year:2014
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030706
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:769.2143542120757
              • latitude:17.33
              • longitude:47.093
              • name:SHAROURA
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060b6
              • type:Point
                • 0:46.66201357550696
                • 1:22.3100017332479
              • cap_year:0
              • capacitymw:102
              • comm_year:1987
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030672
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:300.01477565628534
              • latitude:22.31
              • longitude:46.662
              • name:LAYLA
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060b8
              • type:Point
                • 0:45.627004934883665
                • 1:24.789982974748302
              • cap_year:0
              • capacitymw:1756
              • comm_year:2013
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030683
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5164.960255416049
              • latitude:24.79
              • longitude:45.627
              • name:Riyadh 11
              • owner:Durmah Electric Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060b9
              • type:Point
                • 0:47.06502062599076
                • 1:24.94999189945871
              • cap_year:0
              • capacitymw:3616.600000000002
              • comm_year:2008
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:Gas
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030690
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:10637.582721946295
              • latitude:24.95
              • longitude:47.065
              • name:Riyadh 9
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060ba
              • type:Point
                • 0:46.59199564491839
                • 1:24.760000937803966
              • cap_year:0
              • capacitymw:608
              • comm_year:1982
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030687
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1788.3233686178576
              • latitude:24.76
              • longitude:46.592
              • name:Riyadh 5
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060bc
              • type:Point
                • 0:46.72799201010004
                • 1:24.649991996860013
              • cap_year:0
              • capacitymw:70
              • comm_year:1972
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030685
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:205.8924930974507
              • latitude:24.65
              • longitude:46.728
              • name:Riyadh 3
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060bd
              • type:Point
                • 0:46.670990233274715
                • 1:24.649991996860013
              • cap_year:0
              • capacitymw:336.6
              • comm_year:1978
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030686
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:990.0487596657416
              • latitude:24.65
              • longitude:46.671
              • name:Riyadh 4
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060be
              • type:Point
                • 0:46.57099026574182
                • 1:24.59999201309356
              • cap_year:0
              • capacitymw:2071.92
              • comm_year:2008
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:Gas
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030689
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6094.182489978144
              • latitude:24.6
              • longitude:46.571
              • name:Riyadh 8
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060bf
              • type:Point
                • 0:47.01300089422657
                • 1:24.410001051438815
              • cap_year:0
              • capacitymw:3160.6099999999983
              • comm_year:2016
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030682
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:9296.36960869619
              • latitude:24.41
              • longitude:47.013
              • name:Riyadh 10
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060c0
              • type:Point
                • 0:46.859993762575
                • 1:24.530018965793833
              • cap_year:0
              • capacitymw:15.6
              • comm_year:2007
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030681
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:45.88461274743187
              • latitude:24.53
              • longitude:46.86
              • name:Power Station (Paper Factory)
              • owner:Obeikan Paper Industries Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060d0
              • type:Point
                • 0:49.3429821844276
                • 1:25.31000075923492
              • cap_year:0
              • capacitymw:189
              • comm_year:2008
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:Gas
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030657
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:555.909731363117
              • latitude:25.31
              • longitude:49.343
              • name:Hofuf
              • owner:Saudi Cement Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060e9
              • type:Point
                • 0:50.20900524257273
                • 1:26.180018430086694
              • cap_year:0
              • capacitymw:1188.8
              • comm_year:1999
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:Gas
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030641
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3496.6427970607056
              • latitude:26.18
              • longitude:50.209
              • name:Alkhobar
              • owner:Saline Water Conversion Corporation (SWCC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000617f
              • type:Point
                • 0:46.04899761654629
                • 1:28.349990795577334
              • cap_year:0
              • capacitymw:143.8
              • comm_year:1985
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030691
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:422.9620072487631
              • latitude:28.35
              • longitude:46.049
              • name:QAISUMAH
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000506
              • type:Point
                • 0:99.04821739307336
                • 1:7.993399559172746
              • cap_year:0
              • capacitymw:340
              • comm_year:2004
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000163
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1391.9817673262198
              • latitude:7.9934
              • longitude:99.0482
              • name:Krabi
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=120
            • type:Feature
            • id:00000000000000000508
              • type:Point
                • 0:99.24179901783523
                • 1:9.072304056280407
              • cap_year:0
              • capacitymw:244
              • comm_year:2001
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000166
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:998.9516212576401
              • latitude:9.0723
              • longitude:99.2418
              • name:Surat Thani
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:WRI
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=123
            • type:Feature
            • id:0000000000000000053d
              • type:Point
                • 0:99.85328894497536
                • 1:16.63002153069468
              • cap_year:0
              • capacitymw:150
              • comm_year:1982
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000168
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:614.1096032321559
              • latitude:16.63
              • longitude:99.8533
              • name:Lan Krabue
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:WRI
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=125
            • type:Feature
            • id:0000000000000000055a
              • type:Point
                • 0:100.50921332806595
                • 1:13.812921906725872
              • cap_year:0
              • capacitymw:704
              • comm_year:2010
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000162
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2882.221071169585
              • latitude:13.8129
              • longitude:100.5092
              • name:North Bangkok Power Station
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=119
            • type:Feature
            • id:0000000000000000055c
              • type:Point
                • 0:100.55898889538823
                • 1:13.617006350944404
              • cap_year:0
              • capacitymw:1691
              • comm_year:1971
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000164
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6923.06226043717
              • latitude:13.617
              • longitude:100.559
              • name:South Bangkok
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=121
            • type:Feature
            • id:000000000000000005aa
              • type:Point
                • 0:101.02528138313477
                • 1:13.500983049296044
              • cap_year:0
              • capacitymw:4384
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000161
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:17948.37667046514
              • latitude:13.501
              • longitude:101.0253
              • name:Bang Pakong
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=118
            • type:Feature
            • id:000000000000000005b0
              • type:Point
                • 0:100.7804879258078
                • 1:14.232401124213522
              • cap_year:0
              • capacitymw:2027
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000169
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:8298.6677716772
              • latitude:14.2324
              • longitude:100.7805
              • name:Wang Noi
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=126
            • type:Feature
            • id:000000000000000005d3
              • type:Point
                • 0:102.7422018310863
                • 1:16.68199637917004
              • cap_year:0
              • capacitymw:710
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000165
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2906.785455298871
              • latitude:16.682
              • longitude:102.7422
              • name:Nam Phom
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=122
            • type:Feature
            • id:00000000000000000538
              • type:Point
                • 0:99.74987784749072
                • 1:18.296313628836035
              • cap_year:0
              • capacitymw:2400
              • comm_year:1984
              • country:THA
              • country_lg:Thailand
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000160
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:18286.61800486618
              • latitude:18.2963
              • longitude:99.7499
              • name:Mae Mah
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:WRI
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=117
            • type:Feature
            • id:00000000000000000505
              • type:Point
                • 0:98.80701459885354
                • 1:8.972304088747503
              • cap_year:0
              • capacitymw:240
              • comm_year:1987
              • country:THA
              • country_lg:Thailand
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000174
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:351.0031678986272
              • latitude:8.9723
              • longitude:98.807
              • name:Rajjaprabha
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=131
            • type:Feature
            • id:00000000000000000536
              • type:Point
                • 0:100.56361187413859
                • 1:17.763414340452673
              • cap_year:0
              • capacitymw:500
              • comm_year:1974
              • country:THA
              • country_lg:Thailand
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000173
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:731.2565997888067
              • latitude:17.7634
              • longitude:100.5636
              • name:Sirikit
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=130
            • type:Feature
            • id:0000000000000000053c
              • type:Point
                • 0:98.97231975164692
                • 1:17.242588656766955
              • cap_year:0
              • capacitymw:744
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000172
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1088.1098204857444
              • latitude:17.2426
              • longitude:98.9723
              • name:Bhumibol
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=129
            • type:Feature
            • id:0000000000000000056a
              • type:Point
                • 0:98.59660174077712
                • 1:14.799007762514844
              • cap_year:0
              • capacitymw:300
              • comm_year:1984
              • country:THA
              • country_lg:Thailand
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000177
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:438.75395987328403
              • latitude:14.799
              • longitude:98.5966
              • name:Vajiralongkorn
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=134
            • type:Feature
            • id:0000000000000000056b
              • type:Point
                • 0:99.12909707956096
                • 1:14.40699711779655
              • cap_year:0
              • capacitymw:720
              • comm_year:1980
              • country:THA
              • country_lg:Thailand
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000175
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1053.0095036958817
              • latitude:14.407
              • longitude:99.1291
              • name:Srinagarind
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=132
            • type:Feature
            • id:00000000000000000590
              • type:Point
                • 0:105.42918480071135
                • 1:15.206278725438333
              • cap_year:0
              • capacitymw:36
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000180
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:52.65047518479408
              • latitude:15.2063
              • longitude:105.4292
              • name:Tha Thung
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=137
            • type:Feature
            • id:00000000000000000593
              • type:Point
                • 0:105.46827814528997
                • 1:15.281907067131755
              • cap_year:0
              • capacitymw:136
              • comm_year:1993
              • country:THA
              • country_lg:Thailand
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000178
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:198.90179514255541
              • latitude:15.2819
              • longitude:105.4683
              • name:Pak Mun
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=135
            • type:Feature
            • id:000000000000000005c1
              • type:Point
                • 0:101.54529916762138
                • 1:14.807311170950022
              • cap_year:0
              • capacitymw:1000
              • comm_year:2002
              • country:THA
              • country_lg:Thailand
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000170
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1462.5131995776135
              • latitude:14.8073
              • longitude:101.5453
              • name:Lam Ta Khong
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=127
            • type:Feature
            • id:000000000000000005cf
              • type:Point
                • 0:101.65001188048235
                • 1:16.536215457021537
              • cap_year:0
              • capacitymw:40
              • comm_year:1972
              • country:THA
              • country_lg:Thailand
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000176
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:58.50052798310454
              • latitude:16.5362
              • longitude:101.65
              • name:Chulabhorn
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=133
            • type:Feature
            • id:000000000000000006cd
              • type:Point
                • 0:101.27299225423623
                • 1:6.155518647800564
              • cap_year:0
              • capacitymw:72
              • comm_year:1981
              • country:THA
              • country_lg:Thailand
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000179
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:105.30095036958816
              • latitude:6.1555
              • longitude:101.273
              • name:Bang Lang
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=136
            • type:Feature
            • id:00000000000000000509
              • type:Point
                • 0:99.3330916273334
                • 1:9.140077822427028
              • cap_year:0
              • capacitymw:8.8
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019452
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:816.7313769751695
              • latitude:9.1401
              • longitude:99.3331
              • name:Surat Thani Green Energy Co. Ltd.
              • owner:
              • source:EGAT
              • src_latlon:CARMA
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=319&Itemid=215
            • type:Feature
            • id:00000000000000000543
              • type:Point
                • 0:99.69758881599348
                • 1:14.84178153677824
              • cap_year:0
              • capacitymw:27
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019445
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2505.880361173815
              • latitude:14.8418
              • longitude:99.6976
              • name:Mitr Phol Bio-Power (Dan Chang) Co. Ltd. (Project )
              • owner:
              • source:EGAT
              • src_latlon:CARMA
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=319&Itemid=208
            • type:Feature
            • id:00000000000000000544
              • type:Point
                • 0:99.69758881599348
                • 1:14.84178153677824
              • cap_year:0
              • capacitymw:10.8
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019453
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1002.3521444695261
              • latitude:14.8418
              • longitude:99.6976
              • name:Mitr Phol Bio-Power (Dan Chang) Co. Ltd. (Project )
              • owner:
              • source:EGAT
              • src_latlon:CARMA
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=319&Itemid=216
            • type:Feature
            • id:000000000000000005a7
              • type:Point
                • 0:102.2458824231066
                • 1:14.52539923375337
              • cap_year:0
              • capacitymw:22
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019456
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2041.8284424379235
              • latitude:14.5254
              • longitude:102.2459
              • name:Khonburi Sugar Public Company Limited
              • owner:
              • source:EGAT
              • src_latlon:CARMA
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=319&Itemid=219
            • type:Feature
            • id:0000000000000000050b
              • type:Point
                • 0:99.85930330567977
                • 1:9.235679227653723
              • cap_year:0
              • capacitymw:748
              • comm_year:1996
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019468
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3062.3598881176836
              • latitude:9.2357
              • longitude:99.8593
              • name:Khanom
              • owner:EGCO
              • source:EGCO
              • src_latlon:GEODB
              • url:http://www.egco.com/en/corperate_profile_busin_group_kegco.asp
            • type:Feature
            • id:00000000000000000556
              • type:Point
                • 0:100.57267829848406
                • 1:14.097706374408212
              • cap_year:0
              • capacitymw:112
              • comm_year:2003
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019467
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:458.535170413343
              • latitude:14.0977
              • longitude:100.5727
              • name:EGCO Cogen
              • owner:EGCO
              • source:EGCO
              • src_latlon:WRI
              • url:http://www.egco.com/en/corperate_profile_busin_group_blcp.asp
            • type:Feature
            • id:00000000000000000579
              • type:Point
                • 0:101.15620593667761
                • 1:12.76229388158667
              • cap_year:0
              • capacitymw:1232
              • comm_year:1994
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019466
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5043.8868745467735
              • latitude:12.7623
              • longitude:101.1562
              • name:Rayong
              • owner:EGCO
              • source:EGCO
              • src_latlon:GEODB
              • url:http://www.egco.com/en/corperate_profile_busin_groupmap.asp
            • type:Feature
            • id:000000000000000005b1
              • type:Point
                • 0:100.86729220642209
                • 1:14.340614733603928
              • cap_year:0
              • capacitymw:126
              • comm_year:2000
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019481
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:515.8520667150109
              • latitude:14.3406
              • longitude:100.8673
              • name:Nong Khae
              • owner:EGCO
              • source:EGCO
              • src_latlon:CARMA
              • url:http://www.egco.com/en/corperate_profile_busin_groupmap.asp
            • type:Feature
            • id:000000000000000005b3
              • type:Point
                • 0:101.0259097491785
                • 1:14.605022188153443
              • cap_year:0
              • capacitymw:1468
              • comm_year:2008
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019482
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6010.0859836320315
              • latitude:14.605
              • longitude:101.0259
              • name:Kaeng Khoi 2
              • owner:EGCO
              • source:EGCO
              • src_latlon:GEODB
              • url:http://www.egco.com/en/corperate_profile_busin_group_gpg.asp
            • type:Feature
            • id:00000000000000000580
              • type:Point
                • 0:101.16051473240613
                • 1:12.644789431406627
              • cap_year:0
              • capacitymw:1346
              • comm_year:2007
              • country:THA
              • country_lg:Thailand
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019458
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:10255.74493106245
              • latitude:12.6448
              • longitude:101.1605
              • name:BLCP Power
              • owner:EGCO
              • source:EGCO
              • src_latlon:WRI
              • url:http://www.egco.com/en/corperate_profile_busin_group_blcp.asp
            • type:Feature
            • id:00000000000000000541
              • type:Point
                • 0:99.98740021202578
                • 1:16.018621370132216
              • cap_year:0
              • capacitymw:7.6
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026321
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:10.135772749157436
              • latitude:16.0186
              • longitude:99.9874
              • name:Ta Sang Solar Power Plant
              • owner:G-Power Source Co Ltd
              • source:EGCO
              • src_latlon:WRI
              • url:http://www.egco.com/en/corperate_com_press_detail.asp?press_id=206&iYear=2014
            • type:Feature
            • id:00000000000000000542
              • type:Point
                • 0:99.88852232671384
                • 1:16.026610595545527
              • cap_year:0
              • capacitymw:7.6
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026320
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:10.135772749157436
              • latitude:16.0266
              • longitude:99.8885
              • name:Ta Khit Solar Power Plant
              • owner:G-Power Source Co Ltd
              • source:EGCO
              • src_latlon:WRI
              • url:http://www.egco.com/en/corperate_com_press_detail.asp?press_id=206&iYear=2014
            • type:Feature
            • id:00000000000000000547
              • type:Point
                • 0:100.14260662483044
                • 1:14.928585817392527
              • cap_year:0
              • capacitymw:7.6
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026238
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:10.135772749157436
              • latitude:14.9286
              • longitude:100.1426
              • name:Dong Khon Solar Power Plant
              • owner:G-Power Source Co Ltd
              • source:EGCO
              • src_latlon:WRI
              • url:http://www.egco.com/en/corperate_com_press_detail.asp?press_id=206&iYear=2014
            • type:Feature
            • id:0000000000000000054d
              • type:Point
                • 0:100.14319010758534
                • 1:14.136799718986826
              • cap_year:0
              • capacitymw:23.8
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026308
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:31.740972556571975
              • latitude:14.1368
              • longitude:100.1432
              • name:Sai Yai - Solarco Solar Power Plant
              • owner:Solarco Company Limited
              • source:EGCO
              • src_latlon:WRI
              • url:http://www.egco.com/en/corperate_com_press_detail.asp?press_id=206&iYear=2014
            • type:Feature
            • id:0000000000000000054f
              • type:Point
                • 0:100.137714346347
                • 1:14.154214435056288
              • cap_year:0
              • capacitymw:11.9
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026301
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:15.870486278285988
              • latitude:14.1542
              • longitude:100.1377
              • name:Sai Kyo Solar Power Plant
              • owner:Solarco Company Limited
              • source:EGCO
              • src_latlon:WRI
              • url:http://www.egco.com/en/corperate_com_press_detail.asp?press_id=206&iYear=2014
            • type:Feature
            • id:00000000000000000552
              • type:Point
                • 0:100.17438399332832
                • 1:14.107805114396943
              • cap_year:0
              • capacitymw:35.9
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026302
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:47.87818969667789
              • latitude:14.1078
              • longitude:100.1744
              • name:Sai Phet Solar Power Plant
              • owner:Solarco Company Limited
              • source:EGCO
              • src_latlon:WRI
              • url:http://www.egco.com/en/corperate_com_press_detail.asp?press_id=206&iYear=2014
            • type:Feature
            • id:00000000000000000099
              • type:Point
                • 0:15.215883749249837
                • 1:37.13997896506154
              • cap_year:0
              • capacitymw:750
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002930
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:3150
              • gwh_2016:0
              • gwh_estimt:1820.7561967454528
              • latitude:37.14
              • longitude:15.2159
              • name:PRIOLO C.LE
              • owner:ENEL
              • source:ENEL
              • src_latlon:GEODB
              • url:https://www.enel.it/it-it/documents/azienda/ambiente/dichiarazioni_ambientali/priologargallo_da2009_2010.pdf
            • type:Feature
            • id:000000000000000000b0
              • type:Point
                • 0:11.537294279308636
                • 1:42.35721245968647
              • cap_year:0
              • capacitymw:3446
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002912
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:3.079
              • gwh_2016:0
              • gwh_estimt:8365.767805313108
              • latitude:42.3572
              • longitude:11.5373
              • name:MONTALTO (Alessandro Volta)
              • owner:ENEL
              • source:ENEL
              • src_latlon:GEODB
              • url:https://www.futur-e.enel.it/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=MDT-Type&blobheadervalue1=inline%3B+filename%3Dmontalto-ita_2.pdf&blobheadervalue2=abinary%3B+charset%3DUTF-8&blobke
            • type:Feature
            • id:000000000000000000db
              • type:Point
                • 0:12.199502322836652
                • 1:42.99540794368572
              • cap_year:0
              • capacitymw:365
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002919
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:14
              • gwh_2016:0
              • gwh_estimt:886.101349082787
              • latitude:42.9954
              • longitude:12.1995
              • name:PIETRAFITTA
              • owner:ENEL
              • source:ENEL
              • src_latlon:GEODB
              • url:https://www.futur-e.enel.it/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=MDT-Type&blobheadervalue1=inline%3B+filename%3Dpietrafitta-ita.pdf&blobheadervalue2=abinary%3B+charset%3DUTF-8&blobk
            • type:Feature
            • id:000000000000000000e2
              • type:Point
                • 0:14.919294976602892
                • 1:41.80550707327964
              • cap_year:0
              • capacitymw:250
              • comm_year:1992
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002903
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:1
              • gwh_2016:0
              • gwh_estimt:606.9187322484843
              • latitude:41.8055
              • longitude:14.9193
              • name:LARINO TG
              • owner:ENEL
              • source:ENEL
              • src_latlon:CARMA
              • url:https://www.futur-e.enel.it/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=MDT-Type&blobheadervalue1=inline%3B+filename%3Dlarino-eng.pdf&blobheadervalue2=abinary%3B+charset%3DUTF-8&blobkey=id
            • type:Feature
            • id:000000000000000000fe
              • type:Point
                • 0:14.370013287793359
                • 1:41.01969045228952
              • cap_year:0
              • capacitymw:352
              • comm_year:1977
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002907
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:854.5415750058658
              • latitude:41.0197
              • longitude:14.37
              • name:Maddaloni
              • owner:
              • source:ENEL
              • src_latlon:WRI
              • url:https://www.futur-e.enel.it/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=MDT-Type&blobheadervalue1=inline%3B+filename%3Dmaddaloni-eng.pdf&blobheadervalue2=abinary%3B+charset%3DUTF-8&blobkey
            • type:Feature
            • id:000000000000000068ce
              • type:Point
                • 0:12.26521145769669
                • 1:44.48360315171462
              • cap_year:0
              • capacitymw:750
              • comm_year:2002
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002924
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:98.97
              • gwh_2016:0
              • gwh_estimt:1820.7561967454528
              • latitude:44.4836
              • longitude:12.2652
              • name:PORTO CORSINI
              • owner:ENEL
              • source:ENEL
              • src_latlon:GEODB
              • url:https://www.enel.it/it-it/documents/azienda/ambiente/dichiarazioni_ambientali/portocorsini_da2008_2008.pdf
            • type:Feature
            • id:00000000000000000051
              • type:Point
                • 0:10.310005629299823
                • 1:43.56731081007001
              • cap_year:0
              • capacitymw:310
              • comm_year:1965
              • country:ITA
              • country_lg:Italy
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002906
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:457
              • gwh_2016:0
              • gwh_estimt:497.30198103911107
              • latitude:43.5673
              • longitude:10.31
              • name:LIVORNO MARZOCCO
              • owner:ENEL
              • source:ENEL
              • src_latlon:GEODB
              • url:https://www.futur-e.enel.it/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=MDT-Type&blobheadervalue1=inline%3B+filename%3Dlivorno-eng.pdf&blobheadervalue2=abinary%3B+charset%3DUTF-8&blobkey=i
            • type:Feature
            • id:00000000000000000052
              • type:Point
                • 0:10.60340768843922
                • 1:42.95649413226246
              • cap_year:0
              • capacitymw:1280
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002920
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2053.375921709878
              • latitude:42.9565
              • longitude:10.6034
              • name:PIOMBINO TERMICA
              • owner:ENEL
              • source:ENEL
              • src_latlon:GEODB
              • url:https://www.futur-e.enel.it/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=MDT-Type&blobheadervalue1=inline%3B+filename%3Dpiombino-eng.pdf&blobheadervalue2=abinary%3B+charset%3DUTF-8&blobkey=
            • type:Feature
            • id:00000000000000000073
              • type:Point
                • 0:8.997214314053052
                • 1:39.22691724620035
              • cap_year:0
              • capacitymw:177
              • comm_year:1992
              • country:ITA
              • country_lg:Italy
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002848
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:283.943389173944
              • latitude:39.2269
              • longitude:8.9972
              • name:ASSEMINI
              • owner:Italy Ministry of Economy and Finance
              • source:ENEL
              • src_latlon:CARMA
              • url:https://www.futur-e.enel.it/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=MDT-Type&blobheadervalue1=inline%3B+filename%3Dassemini-eng.pdf&blobheadervalue2=abinary%3B+charset%3DUTF-8&blobkey=
            • type:Feature
            • id:00000000000000000076
              • type:Point
                • 0:8.37890212700941
                • 1:39.20470001822514
              • cap_year:0
              • capacitymw:320
              • comm_year:1973
              • country:ITA
              • country_lg:Italy
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002926
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:513.3439804274695
              • latitude:39.2047
              • longitude:8.3789
              • name:Portoscuso
              • owner:ENEL
              • source:ENEL
              • src_latlon:CARMA
              • url:https://www.futur-e.enel.it/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=MDT-Type&blobheadervalue1=inline%3B+filename%3Dportoscuso-eng.pdf&blobheadervalue2=abinary%3B+charset%3DUTF-8&blobke
            • type:Feature
            • id:0000000000000000009e
              • type:Point
                • 0:15.177777837025678
                • 1:37.20829133067422
              • cap_year:0
              • capacitymw:210
              • comm_year:1959
              • country:ITA
              • country_lg:Italy
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002849
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:336.8819871555268
              • latitude:37.2083
              • longitude:15.1778
              • name:AUGUSTA C.LE
              • owner:ENEL
              • source:ENEL
              • src_latlon:CARMA
              • url:https://www.futur-e.enel.it/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=MDT-Type&blobheadervalue1=inline%3B+filename%3Daugusta-eng.pdf&blobheadervalue2=abinary%3B+charset%3DUTF-8&blobkey=i
            • type:Feature
            • id:000000000000000068d2
              • type:Point
                • 0:12.246809309272772
                • 1:45.43140356212407
              • cap_year:0
              • capacitymw:871
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002885
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:5840.5
              • gwh_2016:0
              • gwh_estimt:4775.76947554508
              • latitude:45.4314
              • longitude:12.2468
              • name:FUSINA T.
              • owner:
              • source:ENEL
              • src_latlon:GEODB
              • url:https://www.enel.it/it-it/documents/azienda/ambiente/dichiarazioni_ambientali/fusina_da2007_2008.pdf
            • type:Feature
            • id:0000000000000000094f
              • type:Point
                • 0:133.43438217142884
                • 1:34.430509467728214
              • cap_year:0
              • capacitymw:21
              • comm_year:2004
              • country:JPN
              • country_lg:Japan
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1020063
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6595
              • latitude:34.4305
              • longitude:133.4344
              • name:Fukuyama Recyling Power
              • owner:Fukuyama Recycle Power Co. Ltd.
              • source:FRPC
              • src_latlon:WRI
              • url:http://www.frpc.co.jp/gaiyou.html
            • type:Feature
            • id:00000000000000000574
              • type:Point
                • 0:100.90849506557615
                • 1:13.11278748412905
              • cap_year:0
              • capacitymw:700
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019465
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2865.8448150833938
              • latitude:13.1128
              • longitude:100.9085
              • name:Sriracha
              • owner:GPSC
              • source:GPSC
              • src_latlon:GEODB
              • url:http://www.gpscgroup.com/gpsc_Product.aspx?m=Guot8gFqqVmOBzLZMbBAQA%3d%3d
            • type:Feature
            • id:00000000000000000578
              • type:Point
                • 0:101.1637014459137
                • 1:12.754708605772908
              • cap_year:0
              • capacitymw:114
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019464
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:466.72329845643844
              • latitude:12.7547
              • longitude:101.1637
              • name:CUP-2
              • owner:GPSC
              • source:GPSC
              • src_latlon:GEODB
              • url:http://www.gpscgroup.com/gpsc_Product.aspx?m=KlJeYs68sGriQnrlz1R6Og%3d%3d
            • type:Feature
            • id:0000000000000000057f
              • type:Point
                • 0:101.1258199501337
                • 1:12.701387258632383
              • cap_year:0
              • capacitymw:228
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019463
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:933.4465969128769
              • latitude:12.7014
              • longitude:101.1258
              • name:CUP-1
              • owner:GPSC
              • source:GPSC
              • src_latlon:GEODB
              • url:http://www.gpscgroup.com/gpsc_Product.aspx?m=g9UP07nQAURSX8ZGsqy8GQ%3d%3d
            • type:Feature
            • id:00000000000000000641
              • type:Point
                • 0:108.90000952661767
                • 1:19.460002658560235
              • cap_year:0
              • capacitymw:1220
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061017
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4840.918507873779
              • latitude:19.46
              • longitude:108.9
              • name:Changjiang
              • owner:
              • source:IAEA
              • src_latlon:
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=CN
            • type:Feature
            • id:000000000000000007a9
              • type:Point
                • 0:114.55000769222653
                • 1:22.599992662435543
              • cap_year:0
              • capacitymw:3914
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061023
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:15530.618885096701
              • latitude:22.6
              • longitude:114.55
              • name:Ling Ao
              • owner:
              • source:IAEA
              • src_latlon:CARMA
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=CN
            • type:Feature
            • id:000000000000000007aa
              • type:Point
                • 0:114.5399987188155
                • 1:22.599992662435543
              • cap_year:0
              • capacitymw:1888
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061018
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7491.519789234178
              • latitude:22.6
              • longitude:114.54
              • name:Daya Bay
              • owner:
              • source:IAEA
              • src_latlon:
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=CN
            • type:Feature
            • id:00000000000000000885
              • type:Point
                • 0:121.58739319913231
                • 1:25.28607796628383
              • cap_year:0
              • capacitymw:1272
              • comm_year:0
              • country:TWN
              • country_lg:Taiwan
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000378
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:10341.15995397008
              • latitude:25.2861
              • longitude:121.5874
              • name:Chinshan
              • owner:
              • source:IAEA
              • src_latlon:GEODB
              • url:https://www.iaea.org/pris/
            • type:Feature
            • id:00000000000000000886
              • type:Point
                • 0:120.2855085230734
                • 1:27.044605222988967
              • cap_year:0
              • capacitymw:4072
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061024
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:16157.557511526256
              • latitude:27.0446
              • longitude:120.2855
              • name:Ningde
              • owner:
              • source:IAEA
              • src_latlon:
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=CN
            • type:Feature
            • id:000000000000000008b1
              • type:Point
                • 0:120.95009538090984
                • 1:30.432979347298343
              • cap_year:0
              • capacitymw:4101
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061025
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:16272.628525238011
              • latitude:30.433
              • longitude:120.9501
              • name:Qinshan 2
              • owner:
              • source:IAEA
              • src_latlon:
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=CN
            • type:Feature
            • id:000000000000000008b2
              • type:Point
                • 0:120.9399966409211
                • 1:30.439981140357187
              • cap_year:0
              • capacitymw:2024
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061020
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:8031.163163882402
              • latitude:30.44
              • longitude:120.94
              • name:Fangjiashan
              • owner:
              • source:IAEA
              • src_latlon:
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=CN
            • type:Feature
            • id:000000000000000008ce
              • type:Point
                • 0:121.66288689095921
                • 1:25.202505282465943
              • cap_year:0
              • capacitymw:2040
              • comm_year:0
              • country:TWN
              • country_lg:Taiwan
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000379
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:16584.87917146145
              • latitude:25.2025
              • longitude:121.6629
              • name:Kuosheng
              • owner:
              • source:IAEA
              • src_latlon:GEODB
              • url:https://www.iaea.org/pris/
            • type:Feature
            • id:000000000000000008e3
              • type:Point
                • 0:119.44399174063425
                • 1:25.44258599446481
              • cap_year:0
              • capacitymw:4000
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061021
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:15871.863960241903
              • latitude:25.4426
              • longitude:119.444
              • name:Fuqing
              • owner:
              • source:IAEA
              • src_latlon:
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=CN
            • type:Feature
            • id:00000000000000000902
              • type:Point
                • 0:120.75009544584407
                • 1:21.958879764661777
              • cap_year:0
              • capacitymw:1902
              • comm_year:0
              • country:TWN
              • country_lg:Taiwan
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000380
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:15462.960874568469
              • latitude:21.9589
              • longitude:120.7501
              • name:Maanshan
              • owner:
              • source:IAEA
              • src_latlon:GEODB
              • url:https://www.iaea.org/pris/
            • type:Feature
            • id:000000000000000009fd
              • type:Point
                • 0:121.47998748894102
                • 1:39.79998707809446
              • cap_year:0
              • capacitymw:4183
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061022
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:16598.001736422968
              • latitude:39.8
              • longitude:121.48
              • name:Hongyanhe
              • owner:
              • source:IAEA
              • src_latlon:
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=CN
            • type:Feature
            • id:00000000000000000acf
              • type:Point
                • 0:119.4600150747497
                • 1:34.689979760505466
              • cap_year:0
              • capacitymw:1980
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061026
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7856.572660319742
              • latitude:34.69
              • longitude:119.46
              • name:Tianwan
              • owner:
              • source:IAEA
              • src_latlon:
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=CN
            • type:Feature
            • id:00000000000000000f16
              • type:Point
                • 0:112.26001741238089
                • 1:21.7100019280505
              • cap_year:0
              • capacitymw:4000
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061027
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:15871.863960241903
              • latitude:21.71
              • longitude:112.26
              • name:Yangjiang
              • owner:
              • source:IAEA
              • src_latlon:
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=CN
            • type:Feature
            • id:00000000000000000f34
              • type:Point
                • 0:108.56001861366354
                • 1:21.670010917695105
              • cap_year:0
              • capacitymw:2000
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061019
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7935.931980120951
              • latitude:21.67
              • longitude:108.56
              • name:Fangchenggang
              • owner:
              • source:IAEA
              • src_latlon:
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=CN
            • type:Feature
            • id:000000000000000043aa
              • type:Point
                • 0:166.4579800672153
                • 1:68.05671039946472
              • cap_year:0
              • capacitymw:48
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003671
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:310.36794848864247
              • latitude:68.0567
              • longitude:166.458
              • name:Bilibino
              • owner:Rosatom
              • source:IAEA
              • src_latlon:GEODB
              • url:http://www.rosenergoatom.ru/wps/wcm/connect/rosenergoatom_copy/site_en/NPP/
            • type:Feature
            • id:00000000000000005f67
              • type:Point
                • 0:77.71258697722752
                • 1:8.168893218532547
              • cap_year:0
              • capacitymw:2000
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026848
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1932.4827142857143
              • latitude:8.1689
              • longitude:77.7126
              • name:Kudankulam
              • owner:
              • source:IAEA
              • src_latlon:WRI
              • url:https://www.iaea.org/PRIS/CountryStatistics/ReactorDetails.aspx?current=853
            • type:Feature
            • id:00000000000000006159
              • type:Point
                • 0:50.88571058839569
                • 1:28.82979315326437
              • cap_year:0
              • capacitymw:1000
              • comm_year:2011
              • country:IRN
              • country_lg:Iran
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1023916
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:3198.24
              • gwh_2016:0
              • gwh_estimt:4472
              • latitude:28.8298
              • longitude:50.8857
              • name:Bushehr
              • owner:Nuclear Power Production and Development Company of Iran
              • source:IAEA
              • src_latlon:WRI
              • url:https://www.iaea.org/PRIS/CountryStatistics/ReactorDetails.aspx?current=310
            • type:Feature
            • id:000000000000000061d1
              • type:Point
                • 0:44.14980613262028
                • 1:40.18050760087001
              • cap_year:0
              • capacitymw:375
              • comm_year:1980
              • country:ARM
              • country_lg:Armenia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019028
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2465
              • latitude:40.1805
              • longitude:44.1498
              • name:Armenian-2
              • owner:Armenian Nuclear Power Company
              • source:IAEA
              • src_latlon:GEODB
              • url:https://www.iaea.org/PRIS/CountryStatistics/ReactorDetails.aspx?current=2
            • type:Feature
            • id:0000000000000000621e
              • type:Point
                • 0:42.371709761981414
                • 1:47.599311296328125
              • cap_year:0
              • capacitymw:4000
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003791
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:25863.99570738687
              • latitude:47.5993
              • longitude:42.3717
              • name:Rostov NPP
              • owner:Rosatom
              • source:IAEA
              • src_latlon:GEODB
              • url:http://www.rosenergoatom.ru/wps/wcm/connect/rosenergoatom_copy/ronpp/
            • type:Feature
            • id:00000000000000006220
              • type:Point
                • 0:39.19711474241138
                • 1:51.27390615356267
              • cap_year:0
              • capacitymw:1180
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003875
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7629.8787336791265
              • latitude:51.2739
              • longitude:39.1971
              • name:Novovoronezh 2
              • owner:Rosatom
              • source:IAEA
              • src_latlon:WRI
              • url:https://www.iaea.org/PRIS/CountryStatistics/ReactorDetails.aspx?current=898
            • type:Feature
            • id:00000000000000006221
              • type:Point
                • 0:39.201513304717565
                • 1:51.27561171853854
              • cap_year:0
              • capacitymw:1417
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003775
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:9162.320479341799
              • latitude:51.2756
              • longitude:39.2015
              • name:Novovoronezh
              • owner:Rosatom
              • source:IAEA
              • src_latlon:GEODB
              • url:http://www.knpp.rosenergoatom.ru/
            • type:Feature
            • id:00000000000000006227
              • type:Point
                • 0:35.602681439042954
                • 1:51.67511787249293
              • cap_year:0
              • capacitymw:3070
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003744
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:19850.616705419427
              • latitude:51.6751
              • longitude:35.6027
              • name:Kursk
              • owner:Rosatom
              • source:IAEA
              • src_latlon:GEODB
              • url:http://www.rosenergoatom.ru/stations_projects/
            • type:Feature
            • id:0000000000000000624a
              • type:Point
                • 0:47.95528066010883
                • 1:52.09109619345114
              • cap_year:0
              • capacitymw:4000
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1023915
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:25863.99570738687
              • latitude:52.0911
              • longitude:47.9553
              • name:Balakovo NPP
              • owner:Rosatom
              • source:IAEA
              • src_latlon:WRI
              • url:http://www.balnpp.rosenergoatom.ru/
            • type:Feature
            • id:00000000000000006285
              • type:Point
                • 0:61.32251150866519
                • 1:56.84167813401883
              • cap_year:0
              • capacitymw:1480
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003666
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:9569.678411733143
              • latitude:56.8417
              • longitude:61.3225
              • name:Beloyarsk
              • owner:Rosatom
              • source:IAEA
              • src_latlon:CARMA
              • url:http://www.rosenergoatom.ru/wps/wcm/connect/rosenergoatom_copy/site_en/NPP/
            • type:Feature
            • id:000000000000000062af
              • type:Point
                • 0:32.480779400569695
                • 1:67.46591166847927
              • cap_year:0
              • capacitymw:1760
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003733
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:11380.158111250224
              • latitude:67.4659
              • longitude:32.4808
              • name:Kola NPP
              • owner:Rosatom
              • source:IAEA
              • src_latlon:GEODB
              • url:http://www.kolanpp.rosenergoatom.ru/
            • type:Feature
            • id:0000000000000000640e
              • type:Point
                • 0:16.668306976074195
                • 1:57.412997517648236
              • cap_year:0
              • capacitymw:2603
              • comm_year:0
              • country:SWE
              • country_lg:Sweden
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002168
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:17299.204158983815
              • latitude:57.413
              • longitude:16.6683
              • name:Oskarshamn
              • owner:
              • source:IAEA
              • src_latlon:GEODB
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryStatisticsLandingPage.aspx
            • type:Feature
            • id:00000000000000006547
              • type:Point
                • 0:29.033114451704233
                • 1:59.840106244896496
              • cap_year:0
              • capacitymw:4000
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003749
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:25863.99570738687
              • latitude:59.8401
              • longitude:29.0331
              • name:Leningrad NPP
              • owner:Rosatom
              • source:IAEA
              • src_latlon:GEODB
              • url:http://www.lennpp.rosenergoatom.ru/
            • type:Feature
            • id:00000000000000006569
              • type:Point
                • 0:35.055509264808855
                • 1:57.90330256492355
              • cap_year:0
              • capacitymw:4000
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003717
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:25863.99570738687
              • latitude:57.9033
              • longitude:35.0555
              • name:Kalinn NPP
              • owner:Rosatom
              • source:IAEA
              • src_latlon:WRI
              • url:http://www.knpp.rosenergoatom.ru/
            • type:Feature
            • id:00000000000000006570
              • type:Point
                • 0:33.23867861590208
                • 1:54.16501832082671
              • cap_year:0
              • capacitymw:3000
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003812
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:19397.996780540154
              • latitude:54.165
              • longitude:33.2387
              • name:Smolensk
              • owner:Rosatom
              • source:IAEA
              • src_latlon:GEODB
              • url:http://www.knpp.rosenergoatom.ru/
            • type:Feature
            • id:0000000000000000688f
              • type:Point
                • 0:12.293577696242831
                • 1:48.604921382761994
              • cap_year:0
              • capacitymw:1485
              • comm_year:1988
              • country:DEU
              • country_lg:Germany
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005849
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:10381.22
              • gwh_estimt:12911.696804225225
              • latitude:48.6049
              • longitude:12.2936
              • name:ISAR-2
              • owner:
              • source:IAEA
              • src_latlon:GEODB
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryStatisticsLandingPage.aspx
            • type:Feature
            • id:00000000000000006ade
              • type:Point
                • 0:8.436397620011942
                • 1:49.25290142372809
              • cap_year:0
              • capacitymw:1468
              • comm_year:1984
              • country:DEU
              • country_lg:Germany
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1006001
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:10359.02
              • gwh_estimt:12763.886133739146
              • latitude:49.2529
              • longitude:8.4364
              • name:PHILIPPSBURG-2
              • owner:
              • source:IAEA
              • src_latlon:GEODB
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryStatisticsLandingPage.aspx
            • type:Feature
            • id:00000000000000006af3
              • type:Point
                • 0:9.175894686920412
                • 1:49.0407830006758
              • cap_year:0
              • capacitymw:1400
              • comm_year:1989
              • country:DEU
              • country_lg:Germany
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005974
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:10205.1
              • gwh_estimt:12172.643451794826
              • latitude:49.0408
              • longitude:9.1759
              • name:NECKARWESTHEIM-2
              • owner:
              • source:IAEA
              • src_latlon:GEODB
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryStatisticsLandingPage.aspx
            • type:Feature
            • id:00000000000000006d11
              • type:Point
                • 0:9.345014919265102
                • 1:53.850610882510736
              • cap_year:0
              • capacitymw:1480
              • comm_year:1986
              • country:DEU
              • country_lg:Germany
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005621
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:10505.87
              • gwh_estimt:12868.223077611674
              • latitude:53.8506
              • longitude:9.345
              • name:BROKDORF
              • owner:
              • source:IAEA
              • src_latlon:GEODB
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryStatisticsLandingPage.aspx
            • type:Feature
            • id:00000000000000006d3c
              • type:Point
                • 0:7.32041952632341
                • 1:52.471616716226706
              • cap_year:0
              • capacitymw:1406
              • comm_year:1988
              • country:DEU
              • country_lg:Germany
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005659
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:10285.64
              • gwh_estimt:12224.81192373109
              • latitude:52.4716
              • longitude:7.3204
              • name:EMSLAND
              • owner:
              • source:IAEA
              • src_latlon:GEODB
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryStatisticsLandingPage.aspx
            • type:Feature
            • id:00000000000000006e65
              • type:Point
                • 0:3.7174135147867893
                • 1:51.431222080942746
              • cap_year:0
              • capacitymw:485
              • comm_year:1973
              • country:NLD
              • country_lg:Netherlands
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019300
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:3674.868
              • gwh_2016:0
              • gwh_estimt:4091
              • latitude:51.4312
              • longitude:3.7174
              • name:Borssele Nuclear Power Station
              • owner:EPZ
              • source:IAEA
              • src_latlon:WRI
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=NL
            • type:Feature
            • id:000000000000000000a6
              • type:Point
                • 0:13.521000996118156
                • 1:37.28140620819267
              • cap_year:0
              • capacitymw:280
              • comm_year:2001
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002847
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:11
              • gwh_2016:0
              • gwh_estimt:679.7489801183024
              • latitude:37.2814
              • longitude:13.521
              • name:API ENERGIA IGCC
              • owner:Edipower
              • source:IGCC
              • src_latlon:WRI
              • url:http://www.ogj.com/articles/print/volume-94/issue-50/in-this-issue/general-interest/italian-igcc-project-sets-pace-for-new-refining-era.html
            • type:Feature
            • id:00000000000000000351
              • type:Point
                • 0:22.35591733773002
                • 1:-30.02198307140122
              • cap_year:0
              • capacitymw:86
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026063
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:46.6974362952333
              • latitude:-30.022
              • longitude:22.3559
              • name:Prieska Solar Plant
              • owner:Juwi Renewable Energies (Pty) Ltd
              • source:Juwi
              • src_latlon:Industry About
              • url:http://www.juwi.co.za/projects/detail/juwiarticle/artikel/detail//prieska-solar-plant/
            • type:Feature
            • id:0000000000000000035d
              • type:Point
                • 0:19.555289880765056
                • 1:-28.888994211242775
              • cap_year:0
              • capacitymw:11
              • comm_year:2014
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026049
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:22
              • gwh_estimt:5.972927898227514
              • latitude:-28.889
              • longitude:19.5553
              • name:Konkoonsies Solar Power Plant
              • owner:Juwi Renewable Energies (Pty) Ltd
              • source:Juwi
              • src_latlon:Industry About
              • url:http://www.juwi.co.za/projects/
            • type:Feature
            • id:0000000000000000039e
              • type:Point
                • 0:27.418079069416823
                • 1:-25.738007801601952
              • cap_year:0
              • capacitymw:7
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026055
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3.800954117053873
              • latitude:-25.738
              • longitude:27.4181
              • name:RustMo1 Solar Power Plant
              • owner:Momentous Energy
              • source:Juwi
              • src_latlon:Industry About
              • url:http://www.juwi.co.za/projects/
            • type:Feature
            • id:000000000000000009e9
              • type:Point
                • 0:126.79731071767654
                • 1:37.64751919525096
              • cap_year:0
              • capacitymw:900
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000212
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3721.1223057151637
              • latitude:37.6475
              • longitude:126.7973
              • name:Ilsan
              • owner:Korea East West Power
              • source:KEWP
              • src_latlon:GEODB
              • url:http://www.ewp.co.kr/eng/main/main.asp
            • type:Feature
            • id:000000000000000009a0
              • type:Point
                • 0:129.38119677283882
                • 1:35.47539243189605
              • cap_year:0
              • capacitymw:3000
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000209
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:11210.526315789475
              • latitude:35.4754
              • longitude:129.3812
              • name:Ulsan
              • owner:Korea East West Power
              • source:KEWP
              • src_latlon:GEODB
              • url:http://www.ewp.co.kr/eng/main/main.asp
            • type:Feature
            • id:000000000000000009af
              • type:Point
                • 0:127.73510215467492
                • 1:34.854521897388594
              • cap_year:0
              • capacitymw:500
              • comm_year:1973
              • country:KOR
              • country_lg:South Korea
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000210
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4274.687938547898
              • latitude:34.8545
              • longitude:127.7351
              • name:Honam
              • owner:Korea East West Power
              • source:KEWP
              • src_latlon:WRI
              • url:http://www.ewp.co.kr/eng/main/main.asp
            • type:Feature
            • id:000000000000000009e5
              • type:Point
                • 0:126.51328926590445
                • 1:37.054296766668216
              • cap_year:0
              • capacitymw:4000
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000208
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:34197.50350838318
              • latitude:37.0543
              • longitude:126.5133
              • name:Dangjin
              • owner:Korea East West Power
              • source:KEWP
              • src_latlon:GEODB
              • url:http://www.ewp.co.kr/eng/main/main.asp
            • type:Feature
            • id:0000000000000000097d
              • type:Point
                • 0:127.77850429498207
                • 1:38.117402346104605
              • cap_year:0
              • capacitymw:108
              • comm_year:1944
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000219
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:139.29599904998466
              • latitude:38.1174
              • longitude:127.7785
              • name:Hwacheon
              • owner:Korea Hydro and Nuclear
              • source:KHNP
              • src_latlon:WRI
              • url:https://cms.khnp.co.kr/eng/hydroelectric-plants/
            • type:Feature
            • id:0000000000000000097e
              • type:Point
                • 0:127.67792084469427
                • 1:37.83598412508518
              • cap_year:0
              • capacitymw:48
              • comm_year:1967
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000221
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:61.90933291110429
              • latitude:37.836
              • longitude:127.6779
              • name:Uiam
              • owner:Korea Hydro and Nuclear
              • source:KHNP
              • src_latlon:WRI
              • url:https://cms.khnp.co.kr/eng/hydroelectric-plants/
            • type:Feature
            • id:0000000000000000097f
              • type:Point
                • 0:127.66988673599214
                • 1:37.967177978361065
              • cap_year:0
              • capacitymw:62
              • comm_year:1965
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000220
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:79.96622167684303
              • latitude:37.9672
              • longitude:127.6699
              • name:Chan Cheon
              • owner:Korea Hydro and Nuclear
              • source:KHNP
              • src_latlon:WRI
              • url:https://cms.khnp.co.kr/eng/hydroelectric-plants/
            • type:Feature
            • id:00000000000000000989
              • type:Point
                • 0:127.79470716225289
                • 1:36.81080492471759
              • cap_year:0
              • capacitymw:2.8
              • comm_year:1957
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000226
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3.61137775314775
              • latitude:36.8108
              • longitude:127.7947
              • name:Goesan
              • owner:Korea Hydro and Nuclear
              • source:KHNP
              • src_latlon:CARMA
              • url:https://cms.khnp.co.kr/eng/hydroelectric-plants/
            • type:Feature
            • id:000000000000000009ea
              • type:Point
                • 0:127.2802997888711
                • 1:37.52857847982808
              • cap_year:0
              • capacitymw:120
              • comm_year:1973
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000222
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:154.77333227776072
              • latitude:37.5286
              • longitude:127.2803
              • name:Paldang
              • owner:Korea Hydro and Nuclear
              • source:KHNP
              • src_latlon:WRI
              • url:https://cms.khnp.co.kr/eng/hydroelectric-plants/
            • type:Feature
            • id:00000000000000000976
              • type:Point
                • 0:129.38299210439237
                • 1:37.0931208115138
              • cap_year:0
              • capacitymw:5900
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000218
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:39989.65591957012
              • latitude:37.0931
              • longitude:129.383
              • name:Hanul
              • owner:Korea Hydro and Nuclear
              • source:KHNP
              • src_latlon:GEODB
              • url:https://cms.khnp.co.kr/eng/plant-status/
            • type:Feature
            • id:0000000000000000099d
              • type:Point
                • 0:129.4785935096191
                • 1:35.72211587064307
              • cap_year:0
              • capacitymw:2000
              • comm_year:2012
              • country:KOR
              • country_lg:South Korea
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000216
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:13555.81556595597
              • latitude:35.7221
              • longitude:129.4786
              • name:Shin-Wolsong
              • owner:Korea Hydro and Nuclear
              • source:KHNP
              • src_latlon:GEODB
              • url:https://cms.khnp.co.kr/eng/plant-status/
            • type:Feature
            • id:0000000000000000099e
              • type:Point
                • 0:129.47428471389054
                • 1:35.71111946487756
              • cap_year:0
              • capacitymw:2799
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000215
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:18971.363884555383
              • latitude:35.7111
              • longitude:129.4743
              • name:Wolsong
              • owner:Korea Hydro and Nuclear
              • source:KHNP
              • src_latlon:GEODB
              • url:https://cms.khnp.co.kr/eng/plant-status/
            • type:Feature
            • id:000000000000000009a1
              • type:Point
                • 0:129.30170846830526
                • 1:35.32709804557257
              • cap_year:0
              • capacitymw:3340
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000214
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:22638.21199514647
              • latitude:35.3271
              • longitude:129.3017
              • name:Shin-Kori
              • owner:Korea Hydro and Nuclear
              • source:KHNP
              • src_latlon:GEODB
              • url:https://cms.khnp.co.kr/eng/plant-status/
            • type:Feature
            • id:000000000000000009a2
              • type:Point
                • 0:129.29479644182408
                • 1:35.31991671935836
              • cap_year:0
              • capacitymw:3137
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000213
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:21262.29671520194
              • latitude:35.3199
              • longitude:129.2948
              • name:Kori
              • owner:Korea Hydro and Nuclear
              • source:KHNP
              • src_latlon:GEODB
              • url:https://cms.khnp.co.kr/eng/plant-status/
            • type:Feature
            • id:000000000000000009c2
              • type:Point
                • 0:126.4175083275224
                • 1:35.410491196235114
              • cap_year:0
              • capacitymw:5900
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000217
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:39989.65591957012
              • latitude:35.4105
              • longitude:126.4175
              • name:Hanbit
              • owner:Korea Hydro and Nuclear
              • source:KHNP
              • src_latlon:GEODB
              • url:https://cms.khnp.co.kr/eng/plant-status/
            • type:Feature
            • id:0000000000000000694b
              • type:Point
                • 0:8.833614726235538
                • 1:44.971888450992196
              • cap_year:0
              • capacitymw:1.7
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026431
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:87.86162793391877
              • latitude:44.9719
              • longitude:8.8336
              • name:Sale Solar Power Plant
              • owner:
              • source:OPDE
              • src_latlon:Industry About
              • url:http://www.opde.net/en/projects/
            • type:Feature
            • id:0000000000000000694f
              • type:Point
                • 0:8.788910970552067
                • 1:44.879383992695374
              • cap_year:0
              • capacitymw:7
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026440
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:361.7831738455479
              • latitude:44.8794
              • longitude:8.7889
              • name:Tortona Pantaleona Solar Power Plant
              • owner:9REN
              • source:OPDE
              • src_latlon:Industry About
              • url:http://www.opde.net/en/projects/
            • type:Feature
            • id:00000000000000006950
              • type:Point
                • 0:8.773381352613836
                • 1:44.831403756926676
              • cap_year:0
              • capacitymw:4.1
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026428
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:211.90157325239232
              • latitude:44.8314
              • longitude:8.7734
              • name:Pozzolo Formigaro Solar Power Plant
              • owner:Enel Green Power SpA
              • source:OPDE
              • src_latlon:Industry About
              • url:http://www.opde.net/en/projects/
            • type:Feature
            • id:00000000000000006951
              • type:Point
                • 0:8.777600381764683
                • 1:44.83907879931811
              • cap_year:0
              • capacitymw:6.2
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026441
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:320.4365254060567
              • latitude:44.8391
              • longitude:8.7776
              • name:Tortona Ponzana Solar Power Plant
              • owner:Enel Green Power SpA
              • source:OPDE
              • src_latlon:Industry About
              • url:http://www.opde.net/en/projects/
            • type:Feature
            • id:00000000000000006952
              • type:Point
                • 0:8.749279026507386
                • 1:44.83719370118688
              • cap_year:0
              • capacitymw:6.5
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026397
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:335.94151857086587
              • latitude:44.8372
              • longitude:8.7493
              • name:Bosco Marengo Solar Power Plant
              • owner:Opde Photovoltaics
              • source:OPDE
              • src_latlon:Industry About
              • url:http://www.opde.net/en/projects/
            • type:Feature
            • id:00000000000000000922
              • type:Point
                • 0:130.46562191447364
                • 1:32.910492007912595
              • cap_year:0
              • capacitymw:1.7
              • comm_year:0
              • country:JPN
              • country_lg:Japan
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026521
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:20.95056575308021
              • latitude:32.9105
              • longitude:130.4656
              • name:Meishihama Solar Power Plant
              • owner:K Clean Energy
              • source:ORIX
              • src_latlon:Industry About
              • url:http://www.orix.co.jp/grp/en/news/2013/130618_ORIXE.html
            • type:Feature
            • id:00000000000000000926
              • type:Point
                • 0:130.42352138954283
                • 1:33.04280794340945
              • cap_year:0
              • capacitymw:11.7
              • comm_year:0
              • country:JPN
              • country_lg:Japan
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026558
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:144.1891878300226
              • latitude:33.0428
              • longitude:130.4235
              • name:Shinkai-machi Solar Power Plant
              • owner:K Clean Energy
              • source:ORIX
              • src_latlon:Industry About
              • url:https://www.orix.co.jp/grp/en/story/story_08.html
            • type:Feature
            • id:0000000000000000457f
              • type:Point
                • 0:141.76961285839806
                • 1:42.70142240179142
              • cap_year:0
              • capacitymw:45.6
              • comm_year:0
              • country:JPN
              • country_lg:Japan
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026580
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:561.9681166708574
              • latitude:42.7014
              • longitude:141.7696
              • name:Tomatoh no Mori Solar Power Plant
              • owner:Tomakomai Solar Energy LLC
              • source:ORIX
              • src_latlon:Industry About
              • url:http://www.orix.co.jp/grp/en/news/2015/151224_ORIXE.html
            • type:Feature
            • id:00000000000000004642
              • type:Point
                • 0:140.07549312117666
                • 1:36.71538305264625
              • cap_year:0
              • capacitymw:13.5
              • comm_year:0
              • country:JPN
              • country_lg:Japan
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026492
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:166.37213980387224
              • latitude:36.7154
              • longitude:140.0755
              • name:Kamikawai Solar Power Plant
              • owner:Nasukarasuyama Kamikawai Solar Corporation
              • source:ORIX
              • src_latlon:Industry About
              • url:http://www.orix.co.jp/grp/en/news/2014/140319_ORIXE.html
            • type:Feature
            • id:00000000000000005d4b
              • type:Point
                • 0:75.30989475910756
                • 1:29.730286577237692
              • cap_year:0
              • capacitymw:2.1
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026171
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4.075469460367663
              • latitude:29.7303
              • longitude:75.3099
              • name:Mirpur Kalan - Alianz Eco Solar Power Plant
              • owner:Alianz Eco Power Private Limited
              • source:PEDA
              • src_latlon:Industry About
              • url:http://www.peda.gov.in/main/SPVPowerProjects.html
            • type:Feature
            • id:00000000000000000a85
              • type:Point
                • 0:120.97312050808418
                • 1:31.75631823542223
              • cap_year:0
              • capacitymw:3320
              • comm_year:1993
              • country:CHN
              • country_lg:China
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1070281
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:16488.632419424524
              • latitude:31.7563
              • longitude:120.9731
              • name:Changshu - CPI 1 Coal
              • owner:China Power Investment Corporation (CPI)
              • source:SPIC
              • src_latlon:Industry About
              • url:http://doc.irasia.com/listco/hk/chinapower/cpresent/pre170824.pdf
            • type:Feature
            • id:00000000000000000ad7
              • type:Point
                • 0:120.246908894672
                • 1:34.30708042342145
              • cap_year:0
              • capacitymw:2000
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1072550
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:9932.91109603887
              • latitude:34.3071
              • longitude:120.2469
              • name:Binhai Port Unit 1
              • owner:
              • source:SPIC
              • src_latlon:WRI
              • url:http://www.spic.com.cn/mtbd/201711/t20171121_282894.htm
            • type:Feature
            • id:00000000000000000a91
              • type:Point
                • 0:121.50000543576313
                • 1:30.98001687166592
              • cap_year:0
              • capacitymw:760
              • comm_year:2005
              • country:CHN
              • country_lg:China
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029820
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1443.501540972621
              • latitude:30.98
              • longitude:121.5
              • name:Fengxian Gas
              • owner:
              • source:Sina
              • src_latlon:
              • url:http://blog.sina.com.cn/s/blog_400e37920101iizs.html
            • type:Feature
            • id:00000000000000000234
              • type:Point
                • 0:35.36439605859764
                • 1:31.030286155165403
              • cap_year:0
              • capacitymw:250
              • comm_year:2015
              • country:ISR
              • country_lg:Israel
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061481
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:799.3324649951156
              • latitude:31.0303
              • longitude:35.3644
              • name:Dead Sea Works
              • owner:Dead Sea Works
              • source:TMNG
              • src_latlon:WRI
              • url:http://tmng.co.il/?project=dead-sea-works-power-plant
            • type:Feature
            • id:00000000000000000e31
              • type:Point
                • 0:109.70000926688085
                • 1:32.930016238557485
              • cap_year:0
              • capacitymw:276
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000568
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1131.8301651835393
              • latitude:32.93
              • longitude:109.7
              • name:Chuhe
              • owner:
              • source:et97
              • src_latlon:
              • url:http://www.et97.com/subview/3465812/3465812.htm
            • type:Feature
            • id:0000000000000000081d
              • type:Point
                • 0:115.12998955060185
                • 1:27.520009018369795
              • cap_year:0
              • capacitymw:360
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000590
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1476.3002154567903
              • latitude:27.52
              • longitude:115.13
              • name:Jiangzi
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/632240.htm
            • type:Feature
            • id:0000000000000000086f
              • type:Point
                • 0:118.07998859282237
                • 1:26.589982390340513
              • cap_year:0
              • capacitymw:300
              • comm_year:1990
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000586
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1230.2501795473252
              • latitude:26.59
              • longitude:118.08
              • name:Shaxikou
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/1107324.htm
            • type:Feature
            • id:000000000000000008a5
              • type:Point
                • 0:119.65000603640446
                • 1:29.70999933068255
              • cap_year:0
              • capacitymw:297.2
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000605
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1218.7678445382169
              • latitude:29.71
              • longitude:119.65
              • name:Fuchunjiang
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/1244447.htm
            • type:Feature
            • id:00000000000000000cb6
              • type:Point
                • 0:111.12999084928579
                • 1:39.05999629500876
              • cap_year:0
              • capacitymw:128
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000610
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:524.9067432735254
              • latitude:39.06
              • longitude:111.13
              • name:Tianqiao
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/439118.htm
            • type:Feature
            • id:00000000000000000d18
              • type:Point
                • 0:105.99000149475248
                • 1:37.88001463143607
              • cap_year:0
              • capacitymw:272
              • comm_year:1978
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000556
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1115.4268294562416
              • latitude:37.88
              • longitude:105.99
              • name:Qingtongxia
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/439111.htm
            • type:Feature
            • id:00000000000000000d47
              • type:Point
                • 0:105.01998385636782
                • 1:37.4499878410713
              • cap_year:0
              • capacitymw:153.2
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000557
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:628.2477583555008
              • latitude:37.45
              • longitude:105.02
              • name:Shapotou
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://www.baike.com/wiki/%E6%B2%99%E5%9D%A1%E5%A4%B4%E6%B0%B4%E5%88%A9%E6%9E%A2%E7%BA%BD
            • type:Feature
            • id:00000000000000000d72
              • type:Point
                • 0:103.34000235513061
                • 1:35.930015264544515
              • cap_year:0
              • capacitymw:1225
              • comm_year:1968
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000486
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5023.521566484911
              • latitude:35.93
              • longitude:103.34
              • name:Liujiaxia
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/159096.htm
            • type:Feature
            • id:00000000000000000dae
              • type:Point
                • 0:104.01002009091657
                • 1:36.149988263143584
              • cap_year:0
              • capacitymw:324.5
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000596
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1330.7206108770233
              • latitude:36.15
              • longitude:104.01
              • name:Daxia
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/439122.htm
            • type:Feature
            • id:00000000000000000e25
              • type:Point
                • 0:111.33999975776268
                • 1:34.8300156216826
              • cap_year:0
              • capacitymw:400
              • comm_year:1960
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000547
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1640.333572729767
              • latitude:34.83
              • longitude:111.34
              • name:Sanmexia
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/656801.htm
            • type:Feature
            • id:00000000000000000e32
              • type:Point
                • 0:109.70000926688085
                • 1:32.930016238557485
              • cap_year:0
              • capacitymw:276
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061008
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1131.8301651835393
              • latitude:32.93
              • longitude:109.7
              • name:Chuhe
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/subview/10536518/10723674.htm
            • type:Feature
            • id:00000000000000000e6e
              • type:Point
                • 0:108.27999177459814
                • 1:32.83001627102458
              • cap_year:0
              • capacitymw:180
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061007
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:738.1501077283951
              • latitude:32.83
              • longitude:108.28
              • name:Xihe
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://www.baike.com/wiki/%E5%96%9C%E6%B2%B3%E6%B0%B4%E7%94%B5%E7%AB%99
            • type:Feature
            • id:00000000000000000e8e
              • type:Point
                • 0:109.51001830522611
                • 1:28.75999963911999
              • cap_year:0
              • capacitymw:240
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000611
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:984.2001436378603
              • latitude:28.76
              • longitude:109.51
              • name:Wanmipo
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/1972763.htm
            • type:Feature
            • id:00000000000000000eb2
              • type:Point
                • 0:110.29000009866719
                • 1:27.580017975547303
              • cap_year:0
              • capacitymw:180
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000613
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:738.1501077283951
              • latitude:27.58
              • longitude:110.29
              • name:Tongwan
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/4630553.htm
            • type:Feature
            • id:00000000000000000ebd
              • type:Point
                • 0:110.2699821518451
                • 1:27.980017845678905
              • cap_year:0
              • capacitymw:195
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000612
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:799.6626167057614
              • latitude:27.98
              • longitude:110.27
              • name:Dafutan
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/1162078.htm
            • type:Feature
            • id:00000000000000000f0c
              • type:Point
                • 0:111.2100177532854
                • 1:23.42001034952087
              • cap_year:0
              • capacitymw:630
              • comm_year:1993
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000575
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2583.525377049383
              • latitude:23.42
              • longitude:111.21
              • name:Changzhou
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/2476357.htm
            • type:Feature
            • id:00000000000000000f27
              • type:Point
                • 0:109.52999136875938
                • 1:24.23001906319513
              • cap_year:0
              • capacitymw:228
              • comm_year:2006
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000583
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:934.9901364559672
              • latitude:24.23
              • longitude:109.53
              • name:Honghua
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/subview/4606506/4606506.htm
            • type:Feature
            • id:00000000000000000f9c
              • type:Point
                • 0:105.49000165708796
                • 1:24.820009894981478
              • cap_year:0
              • capacitymw:405
              • comm_year:2005
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000580
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1660.837742388889
              • latitude:24.82
              • longitude:105.49
              • name:Pingban
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://www.baike.com/wiki/%E5%B9%B3%E7%8F%AD%E6%B0%B4%E7%94%B5%E7%AB%99&prd=so_1_doc
            • type:Feature
            • id:00000000000000000fc4
              • type:Point
                • 0:104.5799929758808
                • 1:24.870009878747926
              • cap_year:0
              • capacitymw:234.4
              • comm_year:1979
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000582
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:961.2354736196435
              • latitude:24.87
              • longitude:104.58
              • name:Xijin
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/1050095.htm
            • type:Feature
            • id:00000000000000000ff4
              • type:Point
                • 0:100.81998521998597
                • 1:26.19999149361997
              • cap_year:0
              • capacitymw:2160
              • comm_year:2014
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000471
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:8857.801292740742
              • latitude:26.2
              • longitude:100.82
              • name:Ludila
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/1237237.htm
            • type:Feature
            • id:000000000000000011bb
              • type:Point
                • 0:100.26998539855502
                • 1:35.309997512524994
              • cap_year:0
              • capacitymw:360
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000604
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1476.3002154567903
              • latitude:35.31
              • longitude:100.27
              • name:Banduo
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/1113141.htm
            • type:Feature
            • id:0000000000000000124c
              • type:Point
                • 0:82.84701080394483
                • 1:43.859994736588
              • cap_year:0
              • capacitymw:460
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000542
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1886.383608639232
              • latitude:43.86
              • longitude:82.847
              • name:Jilintai
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/4269744.htm
            • type:Feature
            • id:00000000000000006e8c
              • type:Point
                • 0:5.529980251253871
                • 1:52.57718221157561
              • cap_year:0
              • capacitymw:880
              • comm_year:2010
              • country:NLD
              • country_lg:Netherlands
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019290
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4868.917525773196
              • latitude:52.5772
              • longitude:5.53
              • name:Maxima
              • owner:Electrabel
              • source:Engie
              • src_latlon:GEODB
              • url:http://www.engie.com/en/journalists/press-releases/electrabel-gdf-suez-group-inaugurates-its-maxima-plant-in-the-netherlands/
            • type:Feature
            • id:0000000000000000035b
              • type:Point
                • 0:18.0060982832042
                • 1:-32.834010883731246
              • cap_year:0
              • capacitymw:94
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026023
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:42.11169373313649
              • latitude:-32.834
              • longitude:18.0061
              • name:West Coast 1
              • owner:ENGIE (43%) Investec Bank Limited (34.5%) and KTH (20%)
              • source:Engie
              • src_latlon:WRI
              • url:http://www.engie.com/en/journalists/press-releases/inaugurates-wind-farm-south-africa/
            • type:Feature
            • id:00000000000000000356
              • type:Point
                • 0:18.505290221669604
                • 1:-31.634011273336437
              • cap_year:0
              • capacitymw:10.5
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026061
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5.70143117558081
              • latitude:-31.634
              • longitude:18.5053
              • name:Vredendal Solar Power Plant
              • owner:Solairedirect Southern Africa
              • source:Engie
              • src_latlon:Industry About
              • url:http://uas.engie.com/content/uploads/sites/8/2016/07/20160602-Africa-Presentation-me%CC%81tiers.pdf
            • type:Feature
            • id:00000000000000000361
              • type:Point
                • 0:18.533611576926894
                • 1:-33.884100309404374
              • cap_year:0
              • capacitymw:171
              • comm_year:1976
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000115
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-33.8841
              • longitude:18.5336
              • name:Acacia
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/Whatweredoing/ElectricityGeneration/PowerStations/Pages/Acacia_Power_Station.aspx
            • type:Feature
            • id:00000000000000000365
              • type:Point
                • 0:18.460721115852653
                • 1:-33.591999865641306
              • cap_year:0
              • capacitymw:1327
              • comm_year:2007
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000116
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:112.0656836461126
              • latitude:-33.592
              • longitude:18.4607
              • name:Ankerlig
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/Whatweredoing/ElectricityGeneration/PowerStations/Pages/Ankerlig.aspx
            • type:Feature
            • id:0000000000000000036b
              • type:Point
                • 0:21.960809746081853
                • 1:-34.165294113979606
              • cap_year:0
              • capacitymw:740
              • comm_year:2007
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000122
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:62.493297587131366
              • latitude:-34.1653
              • longitude:21.9608
              • name:Gourikwa
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:00000000000000000372
              • type:Point
                • 0:27.883788074408464
                • 1:-33.02741297533773
              • cap_year:0
              • capacitymw:171
              • comm_year:1976
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Oil
              • fuel2:Gas
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000133
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:14.44101876675603
              • latitude:-33.0274
              • longitude:27.8838
              • name:Port Rex
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/Whatweredoing/ElectricityGeneration/PowerStations/Pages/Port_Rex_Power_Station.aspx
            • type:Feature
            • id:0000000000000000038e
              • type:Point
                • 0:27.974990917328956
                • 1:-26.74029652466174
              • cap_year:0
              • capacitymw:3708
              • comm_year:1985
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000128
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:22015.716259788114
              • latitude:-26.7403
              • longitude:27.975
              • name:Lethabo
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:0000000000000000039d
              • type:Point
                • 0:27.61278277639964
                • 1:-23.667810987200017
              • cap_year:0
              • capacitymw:3990
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000130
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:23690.05066789498
              • latitude:-23.6678
              • longitude:27.6128
              • name:Matimba
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:000000000000000003aa
              • type:Point
                • 0:29.791686916369212
                • 1:-25.944381163682866
              • cap_year:0
              • capacitymw:2100
              • comm_year:1975
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000117
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:12468.447719944726
              • latitude:-25.9444
              • longitude:29.7917
              • name:Arnot
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/Whatweredoing/ElectricityGeneration/PowerStations/Pages/Arnot_Power_Station.aspx
            • type:Feature
            • id:000000000000000003ab
              • type:Point
                • 0:29.601381771692594
                • 1:-26.03140986074135
              • cap_year:0
              • capacitymw:2000
              • comm_year:1976
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000124
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:11874.712114233072
              • latitude:-26.0314
              • longitude:29.6014
              • name:Hendrina
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:000000000000000003ac
              • type:Point
                • 0:29.47252184943633
                • 1:-26.08989278609833
              • cap_year:0
              • capacitymw:1000
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000126
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5937.356057116536
              • latitude:-26.0899
              • longitude:29.4725
              • name:Komati
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/Whatweredoing/ElectricityGeneration/PowerStations/Pages/Komati_Power_Station.aspx
            • type:Feature
            • id:000000000000000003ae
              • type:Point
                • 0:28.96888646537589
                • 1:-26.0880076879671
              • cap_year:0
              • capacitymw:4116
              • comm_year:1993
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000125
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:24438.157531091663
              • latitude:-26.088
              • longitude:28.9689
              • name:Kendal
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:000000000000000003af
              • type:Point
                • 0:29.34087916327206
                • 1:-25.95950683202155
              • cap_year:0
              • capacitymw:3600
              • comm_year:1984
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000119
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:21374.48180561953
              • latitude:-25.9595
              • longitude:29.3409
              • name:Duvha
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:000000000000000003b0
              • type:Point
                • 0:29.142315493449097
                • 1:-26.28042234721915
              • cap_year:0
              • capacitymw:3600
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000131
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:21374.48180561953
              • latitude:-26.2804
              • longitude:29.1423
              • name:Matla
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:000000000000000003b1
              • type:Point
                • 0:29.180107222651387
                • 1:-26.253986090093075
              • cap_year:0
              • capacitymw:3600
              • comm_year:1979
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000127
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:21374.48180561953
              • latitude:-26.254
              • longitude:29.1801
              • name:Kriel
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:000000000000000003b2
              • type:Point
                • 0:29.352683468236673
                • 1:-26.776696871910023
              • cap_year:0
              • capacitymw:3654
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000135
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:21695.099032703823
              • latitude:-26.7767
              • longitude:29.3527
              • name:Tutuka
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/sites/heritage/Pages/TUTUKA-POWER-STATION.aspx
            • type:Feature
            • id:000000000000000003b3
              • type:Point
                • 0:30.09110333621301
                • 1:-26.62009907715137
              • cap_year:0
              • capacitymw:1600
              • comm_year:1967
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000118
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:9499.769691386458
              • latitude:-26.6201
              • longitude:30.0911
              • name:Camden
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/sites/heritage/Pages/Camden.aspx
            • type:Feature
            • id:000000000000000003b4
              • type:Point
                • 0:29.770591770614967
                • 1:-27.09550287253219
              • cap_year:0
              • capacitymw:4110
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000129
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:24402.533394748963
              • latitude:-27.0955
              • longitude:29.7706
              • name:Majuba
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:00000000000000000368
              • type:Point
                • 0:18.973602457413897
                • 1:-34.19720613234401
              • cap_year:0
              • capacitymw:400
              • comm_year:1988
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000132
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:808.4889357635536
              • latitude:-34.1972
              • longitude:18.9736
              • name:Palmiet
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:00000000000000000384
              • type:Point
                • 0:24.733789097122095
                • 1:-29.99339241641089
              • cap_year:0
              • capacitymw:240
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000136
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:485.09336145813216
              • latitude:-29.9934
              • longitude:24.7338
              • name:Vanderkloof
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/sites/heritage/Pages/VANDERKLOOF-POWER-STATION.aspx
            • type:Feature
            • id:00000000000000000385
              • type:Point
                • 0:25.503986333596323
                • 1:-30.62400262459637
              • cap_year:0
              • capacitymw:360
              • comm_year:1971
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000121
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:727.6400421871982
              • latitude:-30.624
              • longitude:25.504
              • name:Gariep
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:000000000000000003b7
              • type:Point
                • 0:29.084191634402824
                • 1:-28.565116398981818
              • cap_year:0
              • capacitymw:1000
              • comm_year:1981
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000120
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2021.2223394088842
              • latitude:-28.5651
              • longitude:29.0842
              • name:Drakensberg
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:00000000000000000366
              • type:Point
                • 0:18.428090964866822
                • 1:-33.673687451327964
              • cap_year:0
              • capacitymw:1800
              • comm_year:1984
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000137
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:13794
              • latitude:-33.6737
              • longitude:18.4281
              • name:Koeberg
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/Whatweredoing/ElectricityGeneration/KoebergNuclearPowerStation/Pages/Koeberg_Power_Station.aspx
            • type:Feature
            • id:00000000000000006153
              • type:Point
                • 0:54.09468620721627
                • 1:31.95021404320595
              • cap_year:0
              • capacitymw:484
              • comm_year:2012
              • country:IRN
              • country_lg:Iran
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029954
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2494.2753993105807
              • latitude:31.9502
              • longitude:54.0947
              • name:Shirkooh
              • owner:TAVANIR
              • source:Farab
              • src_latlon:WRI
              • url:http://www.farab.com/en/field_of_activities/prjDetail.asp?abv=T&pk=1006
            • type:Feature
            • id:0000000000000000616f
              • type:Point
                • 0:47.8178929129732
                • 1:30.211794499900613
              • cap_year:0
              • capacitymw:252
              • comm_year:2005
              • country:IRQ
              • country_lg:Iraq
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1008696
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:392.6264848218214
              • latitude:30.2118
              • longitude:47.8179
              • name:Khor Al Zubayr
              • owner:Iraq's Ministry of Electricity
              • source:Fluor
              • src_latlon:WRI
              • url:http://www.fluor.com/projects/government-iraq-power-plant-epc
            • type:Feature
            • id:00000000000000000203
              • type:Point
                • 0:33.28998021504485
                • 1:34.72857938890686
              • cap_year:0
              • capacitymw:868
              • comm_year:0
              • country:CYP
              • country_lg:Cyprus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0045552
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:34.7286
              • longitude:33.29
              • name:Vasilikos Power Plant Cyprus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000236
              • type:Point
                • 0:36.01969207564448
                • 1:31.222611047839763
              • cap_year:0
              • capacitymw:373
              • comm_year:0
              • country:JOR
              • country_lg:Jordan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0046165
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:128.77144379328715
              • latitude:31.2226
              • longitude:36.0197
              • name:Al Qatrana CCGT Power Plant Jordan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000239
              • type:Point
                • 0:39.01111839346328
                • 1:32.572386193089734
              • cap_year:0
              • capacitymw:150
              • comm_year:0
              • country:JOR
              • country_lg:Jordan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005108
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:51.78476291955248
              • latitude:32.5724
              • longitude:39.0111
              • name:Risha OCGT Power Plant Jordan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000023b
              • type:Point
                • 0:36.68890191223135
                • 1:33.421398484764936
              • cap_year:0
              • capacitymw:256
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041667
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1228.5188743994509
              • latitude:33.4214
              • longitude:36.6889
              • name:Teshreen (Tishrin) OCGT Power Project Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000023c
              • type:Point
                • 0:36.682797784949265
                • 1:33.801200874919076
              • cap_year:0
              • capacitymw:384
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041668
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1842.7783115991765
              • latitude:33.8012
              • longitude:36.6828
              • name:Al Nasryeh (Nasserieh) OCGT Power Plant Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000023e
              • type:Point
                • 0:36.327815853523
                • 1:33.26978273506739
              • cap_year:0
              • capacitymw:750
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041662
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3599.176389842141
              • latitude:33.2698
              • longitude:36.3278
              • name:Dier Ali CCGT Power Plant Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000023f
              • type:Point
                • 0:36.09388415209505
                • 1:31.910088382984036
              • cap_year:0
              • capacitymw:573
              • comm_year:0
              • country:JOR
              • country_lg:Jordan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0046166
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:197.81779435269047
              • latitude:31.9101
              • longitude:36.0939
              • name:IPP3 ICE Power Plant Jordan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000240
              • type:Point
                • 0:36.08010498242153
                • 1:31.899720343262274
              • cap_year:0
              • capacitymw:620
              • comm_year:0
              • country:JOR
              • country_lg:Jordan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002102
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:214.04368673415024
              • latitude:31.8997
              • longitude:36.0801
              • name:Amman East (AES Jordan) CCGT Power Plant Jordan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000242
              • type:Point
                • 0:36.14181950457491
                • 1:32.14330195179057
              • cap_year:0
              • capacitymw:1031
              • comm_year:0
              • country:JOR
              • country_lg:Jordan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005246
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:355.933937133724
              • latitude:32.1433
              • longitude:36.1418
              • name:Samra CCGT Power Plant Jordan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000243
              • type:Point
                • 0:36.05061666165443
                • 1:32.33109363229221
              • cap_year:0
              • capacitymw:357
              • comm_year:0
              • country:JOR
              • country_lg:Jordan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005053
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:123.2477357485349
              • latitude:32.3311
              • longitude:36.0506
              • name:Rehab CCGT Power Plant Jordan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000253
              • type:Point
                • 0:36.78338123523707
                • 1:34.46619168235509
              • cap_year:0
              • capacitymw:700
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041654
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3359.2312971859983
              • latitude:34.4662
              • longitude:36.7834
              • name:Jandar CCGT Power Plant Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000258
              • type:Point
                • 0:36.36201691961819
                • 1:35.737017122537566
              • cap_year:0
              • capacitymw:544
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041670
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2610.602608098833
              • latitude:35.737
              • longitude:36.362
              • name:Zayzoun (Zayzun) CCGT Power Plant Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000028b
              • type:Point
                • 0:34.97700839262974
                • 1:29.377997643141768
              • cap_year:0
              • capacitymw:650
              • comm_year:0
              • country:JOR
              • country_lg:Jordan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002141
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:224.4006393180607
              • latitude:29.378
              • longitude:34.977
              • name:Aqaba Thermal Power Plant Jordan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006ee
              • type:Point
                • 0:103.6413936396833
                • 1:1.2887787557180024
              • cap_year:0
              • capacitymw:1470
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005795
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7239.503768844221
              • latitude:1.2888
              • longitude:103.6414
              • name:Tuas CCGT Power Station Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006ef
              • type:Point
                • 0:103.67501122302359
                • 1:1.2824053287028894
              • cap_year:0
              • capacitymw:1300
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042425
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6402.282244556113
              • latitude:1.2824
              • longitude:103.675
              • name:Keppel Merlimau Cogen Power Plant Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006f0
              • type:Point
                • 0:103.70261444565948
                • 1:1.2539942068679137
              • cap_year:0
              • capacitymw:1215
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0004959
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5983.67148241206
              • latitude:1.254
              • longitude:103.7026
              • name:SembCorp Pulau Sakra CCGT Cogen Power Station Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006f1
              • type:Point
                • 0:103.72658212189941
                • 1:1.2764807345761648
              • cap_year:0
              • capacitymw:1540
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0004960
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7584.242043551089
              • latitude:1.2765
              • longitude:103.7266
              • name:PowerSeraya Pulau Seraya CCGT Cogen Power Plant Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006f3
              • type:Point
                • 0:103.72388912456907
                • 1:1.2812832464819186
              • cap_year:0
              • capacitymw:210
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0004889
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1034.214824120603
              • latitude:1.2813
              • longitude:103.7239
              • name:PowerSeraya OCGT Power Plant Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006f4
              • type:Point
                • 0:103.72501120679006
                • 1:1.2842904268341202
              • cap_year:0
              • capacitymw:800
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0045352
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3939.8659966499167
              • latitude:1.2843
              • longitude:103.725
              • name:Jurong Island - PLP CCGT Power Plant Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006f9
              • type:Point
                • 0:103.79960723284019
                • 1:1.4654842638764538
              • cap_year:0
              • capacitymw:2807
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005331
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:13824.004815745393
              • latitude:1.4655
              • longitude:103.7996
              • name:Senoko I-VII CCGT Power Plants Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006fa
              • type:Point
                • 0:103.79888910021877
                • 1:1.271498689515055
              • cap_year:0
              • capacitymw:210
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0004720
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1034.214824120603
              • latitude:1.2715
              • longitude:103.7989
              • name:Pasir Panjang Gas Turbine Power Station Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000705
              • type:Point
                • 0:114.46459479356626
                • 1:4.665393458351597
              • cap_year:0
              • capacitymw:246
              • comm_year:0
              • country:BRN
              • country_lg:Brunei Darussalam
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0045546
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1872.706484641638
              • latitude:4.6654
              • longitude:114.4646
              • name:Lumut Cogen Power Station Brunei
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000706
              • type:Point
                • 0:114.74610278116336
                • 1:4.828185146970013
              • cap_year:0
              • capacitymw:110
              • comm_year:0
              • country:BRN
              • country_lg:Brunei Darussalam
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0045547
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:837.3890784982934
              • latitude:4.8282
              • longitude:114.7461
              • name:Bukit Panggal CCGT Power Station Brunei
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000707
              • type:Point
                • 0:114.91028585173581
                • 1:4.911084581455321
              • cap_year:0
              • capacitymw:128
              • comm_year:0
              • country:BRN
              • country_lg:Brunei Darussalam
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0045543
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:974.4163822525597
              • latitude:4.9111
              • longitude:114.9103
              • name:Gadong 2 Power Plant Brunei Darussalam
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000708
              • type:Point
                • 0:114.93030379855787
                • 1:4.97068958903328
              • cap_year:0
              • capacitymw:102
              • comm_year:0
              • country:BRN
              • country_lg:Brunei Darussalam
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0045545
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:776.4880546075086
              • latitude:4.9707
              • longitude:114.9303
              • name:Berakas CCGT Power Plant Brunei
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001280
              • type:Point
                • 0:69.11339766859716
                • 1:34.56381283557953
              • cap_year:0
              • capacitymw:42
              • comm_year:0
              • country:AFG
              • country_lg:Afghanistan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040540
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:34.5638
              • longitude:69.1134
              • name:Northwest Kabul Power Plant Afghanistan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000012db
              • type:Point
                • 0:-67.08058863379796
                • 1:10.587698537345632
              • cap_year:0
              • capacitymw:1720
              • comm_year:1956
              • country:VEN
              • country_lg:Venezuela
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061135
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2898.641846612062
              • latitude:10.5877
              • longitude:-67.0806
              • name:Ricardo Zuloaga (Tacoa) Thermal Power Plant Venezuela
              • owner:Government Operating: La Electricidad de Caracas (EDC)
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/form.php?pid=43128
            • type:Feature
            • id:00000000000000001349
              • type:Point
                • 0:-67.95289535238051
                • 1:10.18841679983545
              • cap_year:0
              • capacitymw:85
              • comm_year:1975
              • country:VEN
              • country_lg:Venezuela
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061134
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:143.24683544303798
              • latitude:10.1884
              • longitude:-67.9529
              • name:Castillito Gas Power Plant Venezuela
              • owner:Operating: CA La Electricidad de Valencia (Eleval)
              • source:GEODB
              • src_latlon:WRI
              • url:http://globalenergyobservatory.org/form.php?pid=43123
            • type:Feature
            • id:00000000000000001355
              • type:Point
                • 0:-71.6353896684507
                • 1:10.488282052567634
              • cap_year:0
              • capacitymw:450
              • comm_year:2011
              • country:VEN
              • country_lg:Venezuela
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061138
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:758.3655994043188
              • latitude:10.4883
              • longitude:-71.6354
              • name:Termozulia II
              • owner:Government Operating : CORPOELEC - Empresa Electrica Socialista
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/form.php?pid=43125
            • type:Feature
            • id:00000000000000001356
              • type:Point
                • 0:-71.63292108756454
                • 1:10.485589055237305
              • cap_year:0
              • capacitymw:450
              • comm_year:2012
              • country:VEN
              • country_lg:Venezuela
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061139
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:758.3655994043188
              • latitude:10.4856
              • longitude:-71.6329
              • name:Termozulia III
              • owner:Government Operating : CORPOELEC - Empresa Electrica Socialista
              • source:GEODB
              • src_latlon:WRI
              • url:http://globalenergyobservatory.org/form.php?pid=43125
            • type:Feature
            • id:000000000000000013b6
              • type:Point
                • 0:-86.31069908692574
                • 1:12.158119930527256
              • cap_year:0
              • capacitymw:65
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043594
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:12.1581
              • longitude:-86.3107
              • name:ENEL Las Brisas Thermal Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013de
              • type:Point
                • 0:-79.8219220194969
                • 1:9.37961993495983
              • cap_year:0
              • capacitymw:160
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043528
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:9.3796
              • longitude:-79.8219
              • name:Central 9 de Enero (JB) CCGT Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000140c
              • type:Point
                • 0:-68.1810819928371
                • 1:-16.565299828189094
              • cap_year:0
              • capacitymw:80.42
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044735
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:467.82267281805923
              • latitude:-16.5653
              • longitude:-68.1811
              • name:El Alto (El Kenko) Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000015a3
              • type:Point
                • 0:-66.11689953913957
                • 1:-17.43020080411324
              • cap_year:0
              • capacitymw:167
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044734
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:971.4795618082055
              • latitude:-17.4302
              • longitude:-66.1169
              • name:Valle Hermoso Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000015a6
              • type:Point
                • 0:-64.54091261814193
                • 1:-17.2424091236116
              • cap_year:0
              • capacitymw:90
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041946
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:523.5518596571168
              • latitude:-17.2424
              • longitude:-64.5409
              • name:Bulo Bulo OCGT Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000015a7
              • type:Point
                • 0:-64.52749251477911
                • 1:-17.212516853244942
              • cap_year:0
              • capacitymw:152.6
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044736
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:887.7112642630668
              • latitude:-17.2125
              • longitude:-64.5275
              • name:Carrasco OCGT Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000015a8
              • type:Point
                • 0:-63.13979099046035
                • 1:-17.754886515573297
              • cap_year:0
              • capacitymw:42.3
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044755
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:246.06937403884487
              • latitude:-17.7549
              • longitude:-63.1398
              • name:Santa Cruz Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000015a9
              • type:Point
                • 0:-63.152089011602186
                • 1:-17.78751666655912
              • cap_year:0
              • capacitymw:350
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042663
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2036.0350097776764
              • latitude:-17.7875
              • longitude:-63.1521
              • name:Guaracachi CCGT Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000015aa
              • type:Point
                • 0:-65.7220163639356
                • 1:-19.550981085036533
              • cap_year:0
              • capacitymw:14.4
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044756
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:83.76829754513868
              • latitude:-19.551
              • longitude:-65.722
              • name:Karachipampa Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000015ab
              • type:Point
                • 0:-65.26968257901791
                • 1:-19.039401358851606
              • cap_year:0
              • capacitymw:36.7
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044762
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:213.49281388240206
              • latitude:-19.0394
              • longitude:-65.2697
              • name:Aranjuez Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000015ac
              • type:Point
                • 0:-64.17138850113189
                • 1:-21.520010966395756
              • cap_year:0
              • capacitymw:120
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044720
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:698.069146209489
              • latitude:-21.52
              • longitude:-64.1714
              • name:Entre Rios Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000356b
              • type:Point
                • 0:-4.076300292342028
                • 1:5.3014794277754165
              • cap_year:0
              • capacitymw:294
              • comm_year:0
              • country:CIV
              • country_lg:Cote DIvoire
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042570
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2820.745033112583
              • latitude:5.3015
              • longitude:-4.0763
              • name:Azito OCGT Power Plant Ivory Coast
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000356c
              • type:Point
                • 0:-4.009603725127534
                • 1:5.261219117686991
              • cap_year:0
              • capacitymw:210
              • comm_year:0
              • country:CIV
              • country_lg:Cote DIvoire
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042574
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2014.817880794702
              • latitude:5.2612
              • longitude:-4.0096
              • name:Vridi CIPREL OCGT Power Plant Cote DIvoire
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060d6
              • type:Point
                • 0:51.58108738237559
                • 1:24.97131146165715
              • cap_year:0
              • capacitymw:1350
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0045477
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4952.047781569965
              • latitude:24.9713
              • longitude:51.5811
              • name:Qatalum CCGT Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060d7
              • type:Point
                • 0:51.57830461846759
                • 1:24.975306074363804
              • cap_year:0
              • capacitymw:2007
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042859
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7362.044368600683
              • latitude:24.9753
              • longitude:51.5783
              • name:Mesaieed CCGT Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060d8
              • type:Point
                • 0:51.6173979630462
                • 1:25.205781762551172
              • cap_year:0
              • capacitymw:626
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005018
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2296.282897231703
              • latitude:25.2058
              • longitude:51.6174
              • name:Ras Abu Fontas A OCGT Cogen Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060d9
              • type:Point
                • 0:51.616590063847106
                • 1:25.198914619358828
              • cap_year:0
              • capacitymw:609
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005019
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2233.9237770193404
              • latitude:25.1989
              • longitude:51.6166
              • name:Ras Abu Fontas B OCGT Cogen Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060da
              • type:Point
                • 0:51.61667983042478
                • 1:25.19779253713786
              • cap_year:0
              • capacitymw:376
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005020
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1379.237011755783
              • latitude:25.1978
              • longitude:51.6167
              • name:Ras Abu Fontas B-1 OCGT Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060db
              • type:Point
                • 0:51.61591681451452
                • 1:25.19640115518386
              • cap_year:0
              • capacitymw:567
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005021
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2079.8600682593856
              • latitude:25.1964
              • longitude:51.6159
              • name:Ras Abu Fontas B-2 OCGT Cogen Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060dc
              • type:Point
                • 0:51.52457932172751
                • 1:25.1940223408754
              • cap_year:0
              • capacitymw:67
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002951
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:245.76829730754645
              • latitude:25.194
              • longitude:51.5246
              • name:Doha South Super GT Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060dd
              • type:Point
                • 0:51.39257756925253
                • 1:25.2064998951726
              • cap_year:0
              • capacitymw:134
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002017
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:491.5365946150929
              • latitude:25.2065
              • longitude:51.3926
              • name:Al Saliyah GT Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060de
              • type:Point
                • 0:51.404606290661334
                • 1:25.299677602801992
              • cap_year:0
              • capacitymw:301
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002019
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1104.123246113007
              • latitude:25.2997
              • longitude:51.4046
              • name:Al Wajbha GT Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060ef
              • type:Point
                • 0:51.548098165079054
                • 1:25.92431833357191
              • cap_year:0
              • capacitymw:1025
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005023
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3759.88813045127
              • latitude:25.9243
              • longitude:51.5481
              • name:Ras Laffan B CCGT Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060f0
              • type:Point
                • 0:51.54518075130453
                • 1:25.92279230175139
              • cap_year:0
              • capacitymw:756
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005022
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2773.1467576791806
              • latitude:25.9228
              • longitude:51.5452
              • name:Ras Laffan A Cogen GT Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060f1
              • type:Point
                • 0:51.523502122795385
                • 1:25.935987988670004
              • cap_year:0
              • capacitymw:2730
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042860
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:10014.141069397043
              • latitude:25.936
              • longitude:51.5235
              • name:Ras Laffan C (Ras Qartas) CCGT Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000613c
              • type:Point
                • 0:58.384092354965034
                • 1:37.828488615849096
              • cap_year:0
              • capacitymw:254
              • comm_year:0
              • country:TKM
              • country_lg:Turkmenistan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041743
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4394.910941475827
              • latitude:37.8285
              • longitude:58.3841
              • name:Ashgabat OCGT Power Plant
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000613e
              • type:Point
                • 0:58.16411935636596
                • 1:38.059188720480655
              • cap_year:0
              • capacitymw:371
              • comm_year:0
              • country:TKM
              • country_lg:Turkmenistan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041747
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6419.338422391857
              • latitude:38.0592
              • longitude:58.1641
              • name:Abadan Power Plant Turkmenistan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006195
              • type:Point
                • 0:42.069779877962645
                • 1:37.002501451348216
              • cap_year:0
              • capacitymw:150
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041677
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:719.8352779684283
              • latitude:37.0025
              • longitude:42.0698
              • name:Swedieh ( Suwaidiyah) OCGT Power Plant Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061a6
              • type:Point
                • 0:54.3273162932679
                • 1:39.51048986508404
              • cap_year:0
              • capacitymw:174
              • comm_year:0
              • country:TKM
              • country_lg:Turkmenistan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041741
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3010.687022900763
              • latitude:39.5105
              • longitude:54.3273
              • name:Balkanabat OCGT Power Plant Turkmenistan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061a7
              • type:Point
                • 0:52.9590043497275
                • 1:40.032796697301436
              • cap_year:0
              • capacitymw:126
              • comm_year:0
              • country:TKM
              • country_lg:Turkmenistan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041740
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2180.1526717557254
              • latitude:40.0328
              • longitude:52.959
              • name:Turkmenbashi Oil Refinery OCGT Power Plant Turkmenistan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061bd
              • type:Point
                • 0:45.06098177933725
                • 1:41.46978007276524
              • cap_year:0
              • capacitymw:300
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041901
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:488.64
              • latitude:41.4698
              • longitude:45.061
              • name:Mtkvari Thermal Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061be
              • type:Point
                • 0:45.063495243512236
                • 1:41.47278725311743
              • cap_year:0
              • capacitymw:840
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041900
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1368.192
              • latitude:41.4728
              • longitude:45.0635
              • name:Gardabani (Tbilisi) Thermal Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061bf
              • type:Point
                • 0:45.06668195701978
                • 1:41.47969927959862
              • cap_year:0
              • capacitymw:110
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041912
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:179.16799999999998
              • latitude:41.4797
              • longitude:45.0667
              • name:Gardabani OCGT Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006251
              • type:Point
                • 0:59.947915904687356
                • 1:41.860309568951855
              • cap_year:0
              • capacitymw:254
              • comm_year:0
              • country:TKM
              • country_lg:Turkmenistan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041744
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4394.910941475827
              • latitude:41.8603
              • longitude:59.9479
              • name:Dashoguz OCGT Power Plant Turkmenistan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000656d
              • type:Point
                • 0:28.54900329828868
                • 1:55.5265080044636
              • cap_year:0
              • capacitymw:505
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043050
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2070.7311491206938
              • latitude:55.5265
              • longitude:28.549
              • name:Novopolotsk Thermal Power Plant Belarus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000656e
              • type:Point
                • 0:30.135492908874607
                • 1:55.16887795899584
              • cap_year:0
              • capacitymw:75
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043048
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:307.53432907733077
              • latitude:55.1689
              • longitude:30.1355
              • name:Vitebsk Thermal Power Plant Belarus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006571
              • type:Point
                • 0:30.392584387343387
                • 1:54.48090690767435
              • cap_year:0
              • capacitymw:73
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043049
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:299.33341363526864
              • latitude:54.4809
              • longitude:30.3926
              • name:Orsha Cogeneration CCGT Power Plant Belarus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006572
              • type:Point
                • 0:30.342090687399725
                • 1:53.812819153308446
              • cap_year:0
              • capacitymw:345
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043045
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1414.6579137557214
              • latitude:53.8128
              • longitude:30.3421
              • name:Mogilev CHP-2 Thermal Power Plant Ukraine
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006574
              • type:Point
                • 0:30.81668658358144
                • 1:52.44921995509613
              • cap_year:0
              • capacitymw:544
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043035
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2230.649000240906
              • latitude:52.4492
              • longitude:30.8167
              • name:Gomel-2 CHP Power Plant Belarus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006575
              • type:Point
                • 0:29.313590123658052
                • 1:51.904920311347695
              • cap_year:0
              • capacitymw:195
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043052
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:799.58925560106
              • latitude:51.9049
              • longitude:29.3136
              • name:Mozyr Thermal Power Plant Belarus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006576
              • type:Point
                • 0:29.770816187059157
                • 1:52.62740661178626
              • cap_year:0
              • capacitymw:155
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043043
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:635.5709467598168
              • latitude:52.6274
              • longitude:29.7708
              • name:Svetlogorsk CHP Power Plant Belarus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006577
              • type:Point
                • 0:29.205511164134165
                • 1:53.189480037914855
              • cap_year:0
              • capacitymw:180
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043046
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:738.0823897855939
              • latitude:53.1895
              • longitude:29.2055
              • name:Bobruisk CHP-2 Power Plant Belarus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006578
              • type:Point
                • 0:27.953985538152388
                • 1:53.61201131904356
              • cap_year:0
              • capacitymw:780
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043039
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3198.35702240424
              • latitude:53.612
              • longitude:27.954
              • name:Minsk-5 CHP CCGT Power Plant
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006579
              • type:Point
                • 0:28.35048451175456
                • 1:54.094102724461365
              • cap_year:0
              • capacitymw:54
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043041
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:221.42471693567816
              • latitude:54.0941
              • longitude:28.3505
              • name:Zhodino CHP CCGT Power Plant
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000657a
              • type:Point
                • 0:29.1341018515916
                • 1:54.680278476696415
              • cap_year:0
              • capacitymw:2460
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043036
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:10087.12599373645
              • latitude:54.6803
              • longitude:29.1341
              • name:Lukoml Thermal Power Plant Belarus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000657b
              • type:Point
                • 0:27.647612208538565
                • 1:53.879919670122504
              • cap_year:0
              • capacitymw:542
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043037
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2222.448084798844
              • latitude:53.8799
              • longitude:27.6476
              • name:Minsk-3 CHP CCGT Power Plant
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000657c
              • type:Point
                • 0:27.40219038516788
                • 1:53.872020211286866
              • cap_year:0
              • capacitymw:1035
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043040
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4243.973741267165
              • latitude:53.872
              • longitude:27.4022
              • name:Minsk-4 CHP CCGT Power Plant
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000657d
              • type:Point
                • 0:25.15600619522892
                • 1:54.66762138924386
              • cap_year:0
              • capacitymw:360
              • comm_year:0
              • country:LTU
              • country_lg:Lithuania
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042166
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:252.86746987951807
              • latitude:54.6676
              • longitude:25.156
              • name:Vilnius TE-3 CHP Power Plant Lithuania
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000657e
              • type:Point
                • 0:25.291015128056102
                • 1:53.90110458245443
              • cap_year:0
              • capacitymw:43
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043051
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:176.3196820043363
              • latitude:53.9011
              • longitude:25.291
              • name:Lida Power Plant Belarus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000657f
              • type:Point
                • 0:23.927191513399585
                • 1:53.667487064048345
              • cap_year:0
              • capacitymw:180
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043044
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:738.0823897855939
              • latitude:53.6675
              • longitude:23.9272
              • name:Grodno CHP-2 Power Plant Belarus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006581
              • type:Point
                • 0:24.01799040672053
                • 1:54.921211971183226
              • cap_year:0
              • capacitymw:170
              • comm_year:0
              • country:LTU
              • country_lg:Lithuania
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042165
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:119.40963855421687
              • latitude:54.9212
              • longitude:24.018
              • name:Kaunas CHP Power Plant Lithuania
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006584
              • type:Point
                • 0:24.64738876610736
                • 1:54.770089937662895
              • cap_year:0
              • capacitymw:1800
              • comm_year:0
              • country:LTU
              • country_lg:Lithuania
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042163
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1264.3373493975903
              • latitude:54.7701
              • longitude:24.6474
              • name:Elektrenai (Lithuania) Thermal Power Plant Lithuania
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006590
              • type:Point
                • 0:22.184104108055003
                • 1:56.38431742075121
              • cap_year:0
              • capacitymw:160
              • comm_year:0
              • country:LTU
              • country_lg:Lithuania
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042167
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:112.38554216867469
              • latitude:56.3843
              • longitude:22.1841
              • name:Mazheikiai CHP Power Plant Lithuania
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006798
              • type:Point
                • 0:25.192586075632562
                • 1:52.45379805055768
              • cap_year:0
              • capacitymw:1130
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043047
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4633.517224765117
              • latitude:52.4538
              • longitude:25.1926
              • name:Bereza SDPP Thermal Power Plant Belarus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067d3
              • type:Point
                • 0:18.744922100780084
                • 1:45.54199598582294
              • cap_year:0
              • capacitymw:89
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044826
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:153.27947748367137
              • latitude:45.542
              • longitude:18.7449
              • name:Osijek TE-TO CHP Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067ec
              • type:Point
                • 0:16.016915805156344
                • 1:45.78158298164458
              • cap_year:0
              • capacitymw:328
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044823
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:564.8951529735305
              • latitude:45.7816
              • longitude:16.0169
              • name:Zagreb Te-To CHP Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067ed
              • type:Point
                • 0:15.949815288342297
                • 1:45.806897156549674
              • cap_year:0
              • capacitymw:86.8
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044824
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:149.4905465795806
              • latitude:45.8069
              • longitude:15.9498
              • name:Zagreb El-To CHP Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067ee
              • type:Point
                • 0:16.181413058750636
                • 1:46.0385846935357
              • cap_year:0
              • capacitymw:78
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044825
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:134.33482296321762
              • latitude:46.0386
              • longitude:16.1814
              • name:Jertovec CCGT Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067f3
              • type:Point
                • 0:18.59698678076732
                • 1:48.20218363201121
              • cap_year:0
              • capacitymw:80
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042639
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:177.9120879120879
              • latitude:48.2022
              • longitude:18.597
              • name:Levice CCGT CHP Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067f7
              • type:Point
                • 0:17.697794972170314
                • 1:48.429607256557546
              • cap_year:0
              • capacitymw:430
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042638
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:956.2774725274726
              • latitude:48.4296
              • longitude:17.6978
              • name:Malzenice CCGT Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067ff
              • type:Point
                • 0:17.15479694379821
                • 1:48.17749782314986
              • cap_year:0
              • capacitymw:218
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042640
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:484.81043956043953
              • latitude:48.1775
              • longitude:17.1548
              • name:PPC Bratislava CCGT CHP Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006a91
              • type:Point
                • 0:5.964585137080206
                • 1:49.51187800032811
              • cap_year:0
              • capacitymw:385
              • comm_year:0
              • country:LUX
              • country_lg:Luxembourg
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0045217
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1452
              • latitude:49.5119
              • longitude:5.9646
              • name:Esch-sur-Alzette CCGT Power Plant Luxembourg
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000202
              • type:Point
                • 0:33.74388491507189
                • 1:34.98091323875872
              • cap_year:0
              • capacitymw:460
              • comm_year:0
              • country:CYP
              • country_lg:Cyprus
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0045553
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3091.9666666666667
              • latitude:34.9809
              • longitude:33.7439
              • name:Dhekelia Power Plant Cyprus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000204
              • type:Point
                • 0:33.182484738275875
                • 1:34.710581190082486
              • cap_year:0
              • capacitymw:140
              • comm_year:0
              • country:CYP
              • country_lg:Cyprus
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0045554
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:941.0333333333333
              • latitude:34.7106
              • longitude:33.1825
              • name:Moni Power Station Cyprus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000023a
              • type:Point
                • 0:36.68611914832334
                • 1:33.418615720856934
              • cap_year:0
              • capacitymw:400
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041666
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:534.7617705102904
              • latitude:33.4186
              • longitude:36.6861
              • name:Teshreen (Tishrin) Thermal Power Project Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000241
              • type:Point
                • 0:36.124988271260364
                • 1:32.11902009252877
              • cap_year:0
              • capacitymw:382
              • comm_year:0
              • country:JOR
              • country_lg:Jordan
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0003620
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:16858
              • latitude:32.119
              • longitude:36.125
              • name:Hussein Thermal Power Plant Jordan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000254
              • type:Point
                • 0:36.63261826802746
                • 1:34.718390882340444
              • cap_year:0
              • capacitymw:64
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041672
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:85.56188328164646
              • latitude:34.7184
              • longitude:36.6326
              • name:Homs Refinery Cogen Power Plant Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000255
              • type:Point
                • 0:36.6609845065736
                • 1:34.95901019380538
              • cap_year:0
              • capacitymw:660
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041655
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:882.3569213419792
              • latitude:34.959
              • longitude:36.661
              • name:Al-Zara Thermal Power Plant Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000256
              • type:Point
                • 0:35.9270080841923
                • 1:35.171487683168365
              • cap_year:0
              • capacitymw:680
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041657
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:909.0950098674937
              • latitude:35.1715
              • longitude:35.927
              • name:Banias Thermal Power Plant Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000257
              • type:Point
                • 0:35.96497934654995
                • 1:35.21318425849964
              • cap_year:0
              • capacitymw:48
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041673
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:64.17141246123485
              • latitude:35.2132
              • longitude:35.965
              • name:Banias (Baniyas) Refinery Thermal Power Plant
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000259
              • type:Point
                • 0:36.58499709856947
                • 1:35.26300470911074
              • cap_year:0
              • capacitymw:630
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041656
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:842.2497885537074
              • latitude:35.263
              • longitude:36.585
              • name:Mehardeh Thermal Power Plant Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000265
              • type:Point
                • 0:37.43701657059688
                • 1:36.17628987040313
              • cap_year:0
              • capacitymw:1065
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041658
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1423.8032139836482
              • latitude:36.1763
              • longitude:37.437
              • name:Aleppo Thermal Power Plant Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006f2
              • type:Point
                • 0:103.72698607149896
                • 1:1.279981631105593
              • cap_year:0
              • capacitymw:2250
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0004961
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:196.51898734177217
              • latitude:1.28
              • longitude:103.727
              • name:PowerSeraya Pulau Seraya Oil Power Station Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006f7
              • type:Point
                • 0:103.79758748484242
                • 1:1.4640031153447728
              • cap_year:0
              • capacitymw:500
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0003827
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:43.67088607594937
              • latitude:1.464
              • longitude:103.7976
              • name:Senoko Thermal Power Station Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001336
              • type:Point
                • 0:-79.2729096304204
                • 1:9.105293273576939
              • cap_year:0
              • capacitymw:53.4
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043523
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:695.5838414634147
              • latitude:9.1053
              • longitude:-79.2729
              • name:Pedregal Pacora Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001387
              • type:Point
                • 0:-89.82389363749587
                • 1:13.583388767604124
              • cap_year:0
              • capacitymw:324
              • comm_year:0
              • country:SLV
              • country_lg:El Salvador
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043614
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1710.0000000000002
              • latitude:13.5834
              • longitude:-89.8239
              • name:Acajutla Thermal Power Plant El Salvador
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001389
              • type:Point
                • 0:-89.20131753801255
                • 1:13.777778291565069
              • cap_year:0
              • capacitymw:151.2
              • comm_year:0
              • country:SLV
              • country_lg:El Salvador
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043612
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:798
              • latitude:13.7778
              • longitude:-89.2013
              • name:Nejapa IC Power Plant El Salvador
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013ae
              • type:Point
                • 0:-87.1672966544147
                • 1:12.48828140322565
              • cap_year:0
              • capacitymw:71
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043597
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:357.79390063944913
              • latitude:12.4883
              • longitude:-87.1673
              • name:Corinto Barge IC Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013b0
              • type:Point
                • 0:-86.88489100104083
                • 1:12.4701934378236
              • cap_year:0
              • capacitymw:27.2
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043606
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:137.07033939990163
              • latitude:12.4702
              • longitude:-86.8849
              • name:ALBANISA Che Guevara VIII (Leon) IC Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013b1
              • type:Point
                • 0:-86.74727883746098
                • 1:12.185678269874293
              • cap_year:0
              • capacitymw:64
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043601
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:322.5184456468274
              • latitude:12.1857
              • longitude:-86.7473
              • name:CENSA Amfels IC Poqwer Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013b3
              • type:Point
                • 0:-86.57681210645113
                • 1:12.280292242746535
              • cap_year:0
              • capacitymw:54.4
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043605
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:274.14067879980325
              • latitude:12.2803
              • longitude:-86.5768
              • name:ALBANISA Che Guevara VI VII (Nagarote) IC Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013b4
              • type:Point
                • 0:-86.25818563898432
                • 1:12.154215084398274
              • cap_year:0
              • capacitymw:20.4
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043603
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:102.80275454992622
              • latitude:12.1542
              • longitude:-86.2582
              • name:ALBANISA Che Guevara III (Managua) IC Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013b5
              • type:Point
                • 0:-86.25769192280708
                • 1:12.154215084398274
              • cap_year:0
              • capacitymw:57.4
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043593
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:289.2587309394983
              • latitude:12.1542
              • longitude:-86.2577
              • name:ENEL Managua Thermal Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013b9
              • type:Point
                • 0:-86.10517850733277
                • 1:12.16978958562535
              • cap_year:0
              • capacitymw:51
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043598
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:257.00688637481556
              • latitude:12.1698
              • longitude:-86.1052
              • name:Tipitapa IC Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013ba
              • type:Point
                • 0:-86.08601334299858
                • 1:12.01440363966534
              • cap_year:0
              • capacitymw:61.2
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043604
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:308.4082636497787
              • latitude:12.0144
              • longitude:-86.086
              • name:ALBANISA Che Guevara II IV V (Masaya) IC Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013c6
              • type:Point
                • 0:-84.76011610741088
                • 1:10.044386325951663
              • cap_year:0
              • capacitymw:200
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0046175
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:447.2076321149105
              • latitude:10.0444
              • longitude:-84.7601
              • name:Garabito ICE Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013db
              • type:Point
                • 0:-83.10001790312927
                • 1:9.993488676408436
              • cap_year:0
              • capacitymw:234.45
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043628
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:524.2391467467038
              • latitude:9.9935
              • longitude:-83.1
              • name:Moin II and III Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013dc
              • type:Point
                • 0:-83.09988325326276
                • 1:9.992411477476303
              • cap_year:0
              • capacitymw:32
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043629
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:71.55322113838568
              • latitude:9.9924
              • longitude:-83.0999
              • name:Moin I Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013e1
              • type:Point
                • 0:-79.7808986934982
                • 1:8.90910841806244
              • cap_year:0
              • capacitymw:96
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043556
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1250.487804878049
              • latitude:8.9091
              • longitude:-79.7809
              • name:PanAm IC Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013e2
              • type:Point
                • 0:-79.59068331539927
                • 1:9.000311260982931
              • cap_year:0
              • capacitymw:54
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043554
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:703.3993902439025
              • latitude:9.0003
              • longitude:-79.5907
              • name:ACP Miraflores IC Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013e3
              • type:Point
                • 0:-79.59090773184347
                • 1:9.001208926759707
              • cap_year:0
              • capacitymw:59
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043557
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:768.5289634146343
              • latitude:9.0012
              • longitude:-79.5909
              • name:ACP Miraflores 3 and 4 Thermal Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000030d2
              • type:Point
                • 0:-15.959420312153805
                • 1:23.681590156873536
              • cap_year:0
              • capacitymw:23.4
              • comm_year:2002
              • country:MAR
              • country_lg:Morocco
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061199
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:113.40254727904285
              • latitude:23.6816
              • longitude:-15.9594
              • name:Dakhla IC Power Plant Western Sahara
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/geoid/42583
            • type:Feature
            • id:000000000000000030d3
              • type:Point
                • 0:-15.959420312153805
                • 1:23.681590156873536
              • cap_year:0
              • capacitymw:23.4
              • comm_year:0
              • country:ESH
              • country_lg:Western Sahara
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042583
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:23.6816
              • longitude:-15.9594
              • name:Dakhla IC Power Plant Western Sahara
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006133
              • type:Point
                • 0:61.84172139395271
                • 1:37.499987824837746
              • cap_year:0
              • capacitymw:1685
              • comm_year:0
              • country:TKM
              • country_lg:Turkmenistan
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041742
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:37.5
              • longitude:61.8417
              • name:Mary Thermal Power Plant Turkmenistan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061a8
              • type:Point
                • 0:52.92552141625374
                • 1:40.01008575314899
              • cap_year:0
              • capacitymw:590
              • comm_year:0
              • country:TKM
              • country_lg:Turkmenistan
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041745
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:40.0101
              • longitude:52.9255
              • name:Turkmenbashi Heat and Power Plant Turkmenistan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067e6
              • type:Point
                • 0:14.520686488425293
                • 1:45.286206122730476
              • cap_year:0
              • capacitymw:320
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044822
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:55.78378378378379
              • latitude:45.2862
              • longitude:14.5207
              • name:Rijeka Thermal Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067ef
              • type:Point
                • 0:16.414402211112968
                • 1:45.45380032325465
              • cap_year:0
              • capacitymw:420
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044821
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:73.21621621621621
              • latitude:45.4538
              • longitude:16.4144
              • name:Sisak Thermal Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000134
              • type:Point
                • 0:18.512785730905687
                • 1:43.172382751577196
              • cap_year:0
              • capacitymw:300
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044793
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1710.8426966292134
              • latitude:43.1724
              • longitude:18.5128
              • name:Gacko Coal CHP Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000136
              • type:Point
                • 0:19.32710324030847
                • 1:43.334187007841166
              • cap_year:0
              • capacitymw:218.5
              • comm_year:0
              • country:MNE
              • country_lg:Montenegro
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042685
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1422
              • latitude:43.3342
              • longitude:19.3271
              • name:Pljevlja Coal Power Plant Montenegro
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000013c
              • type:Point
                • 0:21.000621547952882
                • 1:41.58239224446185
              • cap_year:0
              • capacitymw:125
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042701
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:583.90625
              • latitude:41.5824
              • longitude:21.0006
              • name:Oslomej Coal Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000145
              • type:Point
                • 0:21.05699495873444
                • 1:42.69370247611114
              • cap_year:0
              • capacitymw:678
              • comm_year:0
              • country:KOS
              • country_lg:Kosovo
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042699
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2417.496617050068
              • latitude:42.6937
              • longitude:21.057
              • name:Kosovo B Coal Power Plant Kosovo
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000146
              • type:Point
                • 0:21.086707695945744
                • 1:42.67669170964123
              • cap_year:0
              • capacitymw:800
              • comm_year:0
              • country:KOS
              • country_lg:Kosovo
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042698
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2852.503382949932
              • latitude:42.6767
              • longitude:21.0867
              • name:Kosovo A Coal Power Plant Kosovo
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000014f
              • type:Point
                • 0:21.483206669547922
                • 1:41.05802078095787
              • cap_year:0
              • capacitymw:675
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042700
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3153.09375
              • latitude:41.058
              • longitude:21.4832
              • name:Bitola Coal Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000307
              • type:Point
                • 0:26.470009359274336
                • 1:-18.38352185904987
              • cap_year:0
              • capacitymw:920
              • comm_year:0
              • country:ZWE
              • country_lg:Zimbabwe
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040404
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4397
              • latitude:-18.3835
              • longitude:26.47
              • name:Hwange Coal Power Plant Zimbabwe
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000125d
              • type:Point
                • 0:74.65410502588352
                • 1:42.87301121502225
              • cap_year:0
              • capacitymw:674
              • comm_year:0
              • country:KGZ
              • country_lg:Kyrgyzstan
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041762
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1073
              • latitude:42.873
              • longitude:74.6541
              • name:Bishkek CHP Power Plant Kyrgyzstan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013df
              • type:Point
                • 0:-79.8233134014509
                • 1:9.376388338163437
              • cap_year:0
              • capacitymw:120
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043529
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:687
              • latitude:9.3764
              • longitude:-79.8233
              • name:Bahia las Minas Coal Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006772
              • type:Point
                • 0:18.53352181034922
                • 1:48.69881722301281
              • cap_year:0
              • capacitymw:518
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042634
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1243.4964234620886
              • latitude:48.6988
              • longitude:18.5335
              • name:Novaky (ENO) Thermal CHP Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000679f
              • type:Point
                • 0:21.97817957886247
                • 1:48.55361978361921
              • cap_year:0
              • capacitymw:880
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042632
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2112.5035765379116
              • latitude:48.5536
              • longitude:21.9782
              • name:Vojany (EVO) Thermal Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067d2
              • type:Point
                • 0:18.967094380532266
                • 1:44.68288495415899
              • cap_year:0
              • capacitymw:300
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044794
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1710.8426966292134
              • latitude:44.6829
              • longitude:18.9671
              • name:Ugljevik CHP Coal Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067d8
              • type:Point
                • 0:18.60560437222437
                • 1:44.52148464749459
              • cap_year:0
              • capacitymw:730
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044791
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4163.050561797752
              • latitude:44.5215
              • longitude:18.6056
              • name:Tuzla CHP Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067d9
              • type:Point
                • 0:18.114311892594603
                • 1:44.08988694202044
              • cap_year:0
              • capacitymw:450
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044792
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2566.2640449438204
              • latitude:44.0899
              • longitude:18.1143
              • name:Kakanj CHP Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067df
              • type:Point
                • 0:14.163998992023153
                • 1:45.137014070630215
              • cap_year:0
              • capacitymw:330
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044820
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2368
              • latitude:45.137
              • longitude:14.164
              • name:Plomin Thermal Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000003113
              • type:Point
                • 0:-5.453813310094384
                • 1:35.818390525202354
              • cap_year:0
              • capacitymw:53.9
              • comm_year:0
              • country:MAR
              • country_lg:Morocco
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061196
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:85.72245734691175
              • latitude:35.8184
              • longitude:-5.4538
              • name:Al Koudia Al Baida (Abdelkhalek Torres)
              • owner:Office National de l\\'Electricite (ONE)
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/form.php?pid=41595
            • type:Feature
            • id:000000000000000000eb
              • type:Point
                • 0:15.962607025661363
                • 1:43.80501270776043
              • cap_year:0
              • capacitymw:7.2
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044837
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:40.488075429839164
              • latitude:43.805
              • longitude:15.9626
              • name:Jaruga Hydroelectric Power Plant Croatia Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000127
              • type:Point
                • 0:16.884913728010364
                • 1:43.43068607884464
              • cap_year:0
              • capacitymw:46.4
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044836
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:260.9231527700745
              • latitude:43.4307
              • longitude:16.8849
              • name:Kraljevac Hydroelectric Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000128
              • type:Point
                • 0:16.70268757532474
                • 1:43.45810976832516
              • cap_year:0
              • capacitymw:522
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044832
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2935.385468663339
              • latitude:43.4581
              • longitude:16.7027
              • name:Zakucac Hydroelectric Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000129
              • type:Point
                • 0:16.71148469993715
                • 1:43.57449213628423
              • cap_year:0
              • capacitymw:40.8
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044835
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:229.4324274357552
              • latitude:43.5745
              • longitude:16.7115
              • name:Djale Hydroelectric Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000012a
              • type:Point
                • 0:16.784016094700686
                • 1:43.673684204618034
              • cap_year:0
              • capacitymw:237
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044834
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1332.7324828988721
              • latitude:43.6737
              • longitude:16.784
              • name:Orlovac Hydroelectric Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000012c
              • type:Point
                • 0:17.793979860151914
                • 1:43.29890874281386
              • cap_year:0
              • capacitymw:60
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044809
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:161.45998639764227
              • latitude:43.2989
              • longitude:17.794
              • name:Mostarsko Blato Hydroelectric Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000012d
              • type:Point
                • 0:17.844922392983978
                • 1:43.37758914814831
              • cap_year:0
              • capacitymw:75
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044773
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:201.8249829970528
              • latitude:43.3776
              • longitude:17.8449
              • name:Mostar Hydroelectric Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000012e
              • type:Point
                • 0:17.71889011792456
                • 1:43.58719410702562
              • cap_year:0
              • capacitymw:115
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044771
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:309.4649739288143
              • latitude:43.5872
              • longitude:17.7189
              • name:Grabovica Hydroelectric Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000012f
              • type:Point
                • 0:17.836888284281827
                • 1:43.44778661189223
              • cap_year:0
              • capacitymw:210
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044766
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:565.1099523917479
              • latitude:43.4478
              • longitude:17.8369
              • name:Salakovac Hydroelectric Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000130
              • type:Point
                • 0:17.80407860014065
                • 1:43.01331637593241
              • cap_year:0
              • capacitymw:420
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044764
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1130.2199047834958
              • latitude:43.0133
              • longitude:17.8041
              • name:Capljina Pumped Storage Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000131
              • type:Point
                • 0:18.23572118890362
                • 1:42.6037114819893
              • cap_year:0
              • capacitymw:216
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044805
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:581.2559510315122
              • latitude:42.6037
              • longitude:18.2357
              • name:Dubrovnik Hydroelectric Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000132
              • type:Point
                • 0:18.497121463100935
                • 1:42.73378325304421
              • cap_year:0
              • capacitymw:180
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044768
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:484.3799591929268
              • latitude:42.7338
              • longitude:18.4971
              • name:Trebinje I Hydroelectric Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000135
              • type:Point
                • 0:18.842184187693817
                • 1:43.27251736897662
              • cap_year:0
              • capacitymw:360
              • comm_year:0
              • country:MNE
              • country_lg:Montenegro
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042686
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:945.6071964017991
              • latitude:43.2725
              • longitude:18.8422
              • name:Piva (Mratinje) Hydroelectric Power Plant Montenegro
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000137
              • type:Point
                • 0:18.995101552767693
                • 1:42.671799431157794
              • cap_year:0
              • capacitymw:307
              • comm_year:0
              • country:MNE
              • country_lg:Montenegro
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042687
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:806.3928035982009
              • latitude:42.6718
              • longitude:18.9951
              • name:Perucica Hydroelectric Power Plant Montenegro
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000139
              • type:Point
                • 0:20.505379338905296
                • 1:41.493613099138656
              • cap_year:0
              • capacitymw:84
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042703
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:180.2132954141486
              • latitude:41.4936
              • longitude:20.5054
              • name:Spilje Hydroelectric Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000013a
              • type:Point
                • 0:20.634688094049945
                • 1:41.33710507095768
              • cap_year:0
              • capacitymw:42
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042704
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:90.1066477070743
              • latitude:41.3371
              • longitude:20.6347
              • name:Globocica (Crn Drim) Hydroelectric Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000013b
              • type:Point
                • 0:20.72189632426378
                • 1:41.71659327808994
              • cap_year:0
              • capacitymw:12.8
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042707
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:27.461073586917887
              • latitude:41.7166
              • longitude:20.7219
              • name:Vrben Hydroelectric Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000013d
              • type:Point
                • 0:20.856321774336056
                • 1:41.77911569944241
              • cap_year:0
              • capacitymw:19.2
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042709
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:41.19161038037682
              • latitude:41.7791
              • longitude:20.8563
              • name:Raven Hydroelectric Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000013e
              • type:Point
                • 0:20.837695209467945
                • 1:41.77067764114072
              • cap_year:0
              • capacitymw:150
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042708
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:321.80945609669396
              • latitude:41.7707
              • longitude:20.8377
              • name:Vrutok Hydroelectric Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000148
              • type:Point
                • 0:21.1920936581393
                • 1:41.87920543355299
              • cap_year:0
              • capacitymw:80
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042705
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:171.6317099182368
              • latitude:41.8792
              • longitude:21.1921
              • name:Kozjak Hydroelectric Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000149
              • type:Point
                • 0:21.26471481948052
                • 1:41.92489662159092
              • cap_year:0
              • capacitymw:36.4
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044849
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:78.09242801279774
              • latitude:41.9249
              • longitude:21.2647
              • name:Sveta Peka Hydroelectric Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000014a
              • type:Point
                • 0:21.298197752954284
                • 1:41.95281402724867
              • cap_year:0
              • capacitymw:9.6
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044851
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:20.59580519018841
              • latitude:41.9528
              • longitude:21.2982
              • name:Matka Hydroelectric Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000014b
              • type:Point
                • 0:22.5780896174822
                • 1:41.97121617567259
              • cap_year:0
              • capacitymw:12.6
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044852
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:27.031994312122293
              • latitude:41.9712
              • longitude:22.5781
              • name:Kalimantsi Hydroelectric Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000014c
              • type:Point
                • 0:21.937290902730304
                • 1:41.4034874551503
              • cap_year:0
              • capacitymw:116
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042706
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:248.86597938144337
              • latitude:41.4035
              • longitude:21.9373
              • name:Tikves Hydroelectric Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000266
              • type:Point
                • 0:38.566684067381246
                • 1:35.87220558852009
              • cap_year:0
              • capacitymw:800
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041660
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1594.6843853820599
              • latitude:35.8722
              • longitude:38.5667
              • name:Taqba (Al-Thawra) Hydroelectric Power Project Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000267
              • type:Point
                • 0:38.18329101412
                • 1:36.38140650039656
              • cap_year:0
              • capacitymw:630
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041659
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1255.8139534883721
              • latitude:36.3814
              • longitude:38.1833
              • name:Teshreen (Tishrin) Hydroelectric Power Project Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000026d
              • type:Point
                • 0:38.747204655091
                • 1:35.88531150886104
              • cap_year:0
              • capacitymw:75
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041661
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:149.5016611295681
              • latitude:35.8853
              • longitude:38.7472
              • name:Baath Hydroelectric Power Project Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000301
              • type:Point
                • 0:28.761884737251226
                • 1:-16.522211870903828
              • cap_year:0
              • capacitymw:750
              • comm_year:0
              • country:ZWE
              • country_lg:Zimbabwe
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0003803
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5431
              • latitude:-16.5222
              • longitude:28.7619
              • name:Kariba Dam South Hydroelectric Power Station Zimbabwe
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000312
              • type:Point
                • 0:25.406814013260263
                • 1:-10.304395218194971
              • cap_year:0
              • capacitymw:260
              • comm_year:1956
              • country:COD
              • country_lg:Democratic Republic of the Congo
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000006
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:759.6395918908175
              • latitude:-10.3044
              • longitude:25.4068
              • name:Nseke
              • owner:Societe Nationale D'elec
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/geoid/42627
            • type:Feature
            • id:00000000000000000335
              • type:Point
                • 0:13.764313304913426
                • 1:-3.894478089255951
              • cap_year:0
              • capacitymw:74
              • comm_year:1979
              • country:COD
              • country_lg:Democratic Republic of the Congo
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061232
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:216.2051146150788
              • latitude:-3.8945
              • longitude:13.7643
              • name:Moukoukoulou
              • owner:Soc Nationale D'energie
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/geoid/42501
            • type:Feature
            • id:00000000000000000336
              • type:Point
                • 0:14.905919756528922
                • 1:-4.77791586347053
              • cap_year:0
              • capacitymw:75
              • comm_year:1945
              • country:COD
              • country_lg:Democratic Republic of the Congo
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000010
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:219.12680535312043
              • latitude:-4.7779
              • longitude:14.9059
              • name:Zongo 1
              • owner:Societe Nationale D'elec
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/geoid/42631
            • type:Feature
            • id:0000000000000000033b
              • type:Point
                • 0:16.12782241187708
                • 1:-2.9346938407265304
              • cap_year:0
              • capacitymw:120
              • comm_year:2011
              • country:COD
              • country_lg:Democratic Republic of the Congo
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061233
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:350.60288856499267
              • latitude:-2.9347
              • longitude:16.1278
              • name:Imboulou
              • owner:Soci�t� National d\\'Electricit� (SNE)
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/geoid/42627
            • type:Feature
            • id:0000000000000000119e
              • type:Point
                • 0:91.6497009441704
                • 1:27.356678730285314
              • cap_year:0
              • capacitymw:2.2
              • comm_year:0
              • country:BTN
              • country_lg:Bhutan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043900
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:27.3567
              • longitude:91.6497
              • name:Rangjung Small Hydroelectric Power Plant Bhutan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000011a0
              • type:Point
                • 0:91.20351616982366
                • 1:27.216194036219797
              • cap_year:0
              • capacitymw:60
              • comm_year:0
              • country:BTN
              • country_lg:Bhutan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0003919
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:27.2162
              • longitude:91.2035
              • name:Kurichhu Hydro-electric Power Station Bhutan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000125a
              • type:Point
                • 0:75.80298257029088
                • 1:41.163002793551875
              • cap_year:0
              • capacitymw:40
              • comm_year:0
              • country:KGZ
              • country_lg:Kyrgyzstan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041761
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:182.79037800687286
              • latitude:41.163
              • longitude:75.803
              • name:Al-Bashy Hydroelectric Power Plant Kyrgyzstan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000125e
              • type:Point
                • 0:72.36411474603784
                • 1:41.49859514419976
              • cap_year:0
              • capacitymw:800
              • comm_year:0
              • country:KGZ
              • country_lg:Kyrgyzstan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041757
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3655.807560137457
              • latitude:41.4986
              • longitude:72.3641
              • name:Kurpsay Hydroelectric Power Plant Kyrgyzstan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001260
              • type:Point
                • 0:72.23220276014054
                • 1:41.40330792199495
              • cap_year:0
              • capacitymw:450
              • comm_year:0
              • country:KGZ
              • country_lg:Kyrgyzstan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041758
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2056.3917525773195
              • latitude:41.4033
              • longitude:72.2322
              • name:Tash-Kumyr Hydroelectric Power Project Kyrgyzstan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001261
              • type:Point
                • 0:72.19171803360793
                • 1:41.31210507907445
              • cap_year:0
              • capacitymw:240
              • comm_year:0
              • country:KGZ
              • country_lg:Kyrgyzstan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041759
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1096.7422680412371
              • latitude:41.3121
              • longitude:72.1917
              • name:Shamaldy-Say Hydroelectric Power Plant Kyrgyzstan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001262
              • type:Point
                • 0:72.16038949799842
                • 1:41.187688602413225
              • cap_year:0
              • capacitymw:180
              • comm_year:0
              • country:KGZ
              • country_lg:Kyrgyzstan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041760
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:822.5567010309279
              • latitude:41.1877
              • longitude:72.1604
              • name:Uch-Kurgan Hydroelectric Power Plant Kyrgyzstan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000127c
              • type:Point
                • 0:70.36330749618074
                • 1:34.48468359735668
              • cap_year:0
              • capacitymw:11.55
              • comm_year:0
              • country:AFG
              • country_lg:Afghanistan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040536
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:34.4847
              • longitude:70.3633
              • name:Nangarhar (Darunta) Hydroelectric Power Plant Afghanistan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000127e
              • type:Point
                • 0:69.77569547870284
                • 1:34.58647889644314
              • cap_year:0
              • capacitymw:22
              • comm_year:0
              • country:AFG
              • country_lg:Afghanistan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040535
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:34.5865
              • longitude:69.7757
              • name:Sarobi Dam Hydroelectric Power Plant Afghanistan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000127f
              • type:Point
                • 0:69.47870275645634
                • 1:34.55600314332158
              • cap_year:0
              • capacitymw:66
              • comm_year:0
              • country:AFG
              • country_lg:Afghanistan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040541
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:34.556
              • longitude:69.4787
              • name:Mahipar Hydroelectric Power Plant Afghanistan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001322
              • type:Point
                • 0:-63.032205747113686
                • 1:7.8996832520772795
              • cap_year:0
              • capacitymw:2530
              • comm_year:2017
              • country:VEN
              • country_lg:Venezuela
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061137
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:12487.3100871731
              • latitude:7.8997
              • longitude:-63.0322
              • name:Manuel Piar (Tocoma) Hydroelectric Power Plant Venezuela
              • owner:Government CVG Electrification del Caroni CA (Edelca)
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/form.php?pid=43180
            • type:Feature
            • id:00000000000000001335
              • type:Point
                • 0:-78.88439988223153
                • 1:9.177106535719059
              • cap_year:0
              • capacitymw:260
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043520
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1231.385831216483
              • latitude:9.1771
              • longitude:-78.8844
              • name:Bayano Hydroelectric Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000133b
              • type:Point
                • 0:-71.46680803557209
                • 1:7.746990303447601
              • cap_year:0
              • capacitymw:514
              • comm_year:2011
              • country:VEN
              • country_lg:Venezuela
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061136
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2536.9475829276575
              • latitude:7.747
              • longitude:-71.4668
              • name:Fabricio Ojeda (La Vueltosa) Hydroelectric Power Plant Venezuela
              • owner:La Electricidad de Caracas (EDC)
              • source:GEODB
              • src_latlon:WRI
              • url:http://globalenergyobservatory.org/form.php?pid=43179
            • type:Feature
            • id:00000000000000001388
              • type:Point
                • 0:-89.47268190233206
                • 1:14.227912795329638
              • cap_year:0
              • capacitymw:19.7
              • comm_year:0
              • country:SLV
              • country_lg:El Salvador
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043608
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:72.11719582356702
              • latitude:14.2279
              • longitude:-89.4727
              • name:Guajoyo Hydroelectric Power Plant El Salvador
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000138a
              • type:Point
                • 0:-88.9014074019915
                • 1:13.938595115474579
              • cap_year:0
              • capacitymw:170
              • comm_year:0
              • country:SLV
              • country_lg:El Salvador
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043609
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:622.3311314724057
              • latitude:13.9386
              • longitude:-88.9014
              • name:Cerron Grande Hydroelectric Power Plant El Salvador
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000138d
              • type:Point
                • 0:-88.75791552757381
                • 1:13.990794380394133
              • cap_year:0
              • capacitymw:99.4
              • comm_year:0
              • country:SLV
              • country_lg:El Salvador
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043610
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:363.88067334327724
              • latitude:13.9908
              • longitude:-88.7579
              • name:Cinco de Noviembre Hydroelectric Power Plant El Salvador
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000138e
              • type:Point
                • 0:-88.56020464023878
                • 1:13.623110478226483
              • cap_year:0
              • capacitymw:180.2
              • comm_year:0
              • country:SLV
              • country_lg:El Salvador
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043611
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:659.67099936075
              • latitude:13.6231
              • longitude:-88.5602
              • name:15 de Septiembre Hydroelectric Power Plant El Salvador
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013b7
              • type:Point
                • 0:-86.27981938420463
                • 1:12.715794794349648
              • cap_year:0
              • capacitymw:54.4
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043592
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:205.82375478927202
              • latitude:12.7158
              • longitude:-86.2798
              • name:Carlos Fonesca (Santa Barbara) Hydroelectric Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013c3
              • type:Point
                • 0:-84.99889520403342
                • 1:10.47549031524857
              • cap_year:0
              • capacitymw:157.5
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002153
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:815.0442989214175
              • latitude:10.4755
              • longitude:-84.9989
              • name:Arenal Hydroelectric Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013c4
              • type:Point
                • 0:-85.1033835004502
                • 1:10.464493909483059
              • cap_year:0
              • capacitymw:32
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005262
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:165.59630200308166
              • latitude:10.4645
              • longitude:-85.1034
              • name:Sandillal Hydroelectric Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013c5
              • type:Point
                • 0:-85.07631887728039
                • 1:10.469520837833008
              • cap_year:0
              • capacitymw:180
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002776
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:931.4791987673343
              • latitude:10.4695
              • longitude:-85.0763
              • name:Corobici (Miguel Pablo Dengo) Hydroelectric Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013c7
              • type:Point
                • 0:-84.35060098004544
                • 1:9.944296591841082
              • cap_year:0
              • capacitymw:97.4
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005922
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:504.0337442218799
              • latitude:9.9443
              • longitude:-84.3506
              • name:Ventanas-Garita Hydroelectric Power Station Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013c9
              • type:Point
                • 0:-84.3058074577843
                • 1:10.221989499886892
              • cap_year:0
              • capacitymw:65.2
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005750
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:337.4024653312789
              • latitude:10.222
              • longitude:-84.3058
              • name:Toro II Hydroelectric Power Station Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013ca
              • type:Point
                • 0:-84.3055830413401
                • 1:10.22041858477753
              • cap_year:0
              • capacitymw:23.2
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005749
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:120.05731895223421
              • latitude:10.2204
              • longitude:-84.3056
              • name:Toro I Hydroelectric Station Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013cb
              • type:Point
                • 0:-84.4383029264365
                • 1:10.391603448408807
              • cap_year:0
              • capacitymw:4.7
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002032
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:24.32195685670262
              • latitude:10.3916
              • longitude:-84.4383
              • name:Alberto Echandi Hydroelectric Station Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013cc
              • type:Point
                • 0:-84.4383029264365
                • 1:10.391603448408807
              • cap_year:0
              • capacitymw:38
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0004737
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:196.64560862865946
              • latitude:10.3916
              • longitude:-84.4383
              • name:Penas Blancas Hydroelectric Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013cd
              • type:Point
                • 0:-84.17201037375575
                • 1:10.313012809652026
              • cap_year:0
              • capacitymw:14
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002960
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:72.44838212634824
              • latitude:10.313
              • longitude:-84.172
              • name:Don Pedro Hydroelectric Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013ce
              • type:Point
                • 0:-84.17201037375575
                • 1:10.313012809652026
              • cap_year:0
              • capacitymw:17
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005106
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:87.97303543913713
              • latitude:10.313
              • longitude:-84.172
              • name:Rio Volcan Hydroelectric Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013cf
              • type:Point
                • 0:-83.64229779887994
                • 1:9.922079363865864
              • cap_year:0
              • capacitymw:210
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002120
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1086.7257318952234
              • latitude:9.9221
              • longitude:-83.6423
              • name:Angostura Hydroelectric Power Station Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013d1
              • type:Point
                • 0:-83.77708231526294
                • 1:9.866020136106176
              • cap_year:0
              • capacitymw:18.6
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002352
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:96.25285053929122
              • latitude:9.866
              • longitude:-83.7771
              • name:Birris 1 Hydroelectric Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013d2
              • type:Point
                • 0:-83.78691175551864
                • 1:9.894386374652312
              • cap_year:0
              • capacitymw:4.4
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002354
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:22.76949152542373
              • latitude:9.8944
              • longitude:-83.7869
              • name:Birris 3 Hydroelectric Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013d3
              • type:Point
                • 0:-84.19799779799345
                • 1:9.63141518534564
              • cap_year:0
              • capacitymw:134
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043639
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:693.4345146379045
              • latitude:9.6314
              • longitude:-84.198
              • name:Pirris Hydroelectric Power Station Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013d4
              • type:Point
                • 0:-83.84140006816898
                • 1:9.77571495896246
              • cap_year:0
              • capacitymw:120
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005101
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:620.9861325115562
              • latitude:9.7757
              • longitude:-83.8414
              • name:Rio Macho Hydroelectic Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013d5
              • type:Point
                • 0:-83.80369810554437
                • 1:9.840705961201078
              • cap_year:0
              • capacitymw:102
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002510
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:527.8382126348229
              • latitude:9.8407
              • longitude:-83.8037
              • name:Cachi Hydroelectric Power Station Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013d6
              • type:Point
                • 0:-82.29799841486835
                • 1:8.542995431004147
              • cap_year:0
              • capacitymw:120
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043519
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:568.3319220999152
              • latitude:8.543
              • longitude:-82.298
              • name:Esti Hydroelectric Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013d7
              • type:Point
                • 0:-82.26258549997448
                • 1:8.67899179618579
              • cap_year:0
              • capacitymw:300
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043521
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1420.8298052497883
              • latitude:8.679
              • longitude:-82.2626
              • name:Edwin Fabrega (Fortuna) Hydroelectric Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013d8
              • type:Point
                • 0:-82.36460521550514
                • 1:8.716379575788528
              • cap_year:0
              • capacitymw:47.2
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043526
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:223.5438893593
              • latitude:8.7164
              • longitude:-82.3646
              • name:La Estrella Hydroelectric Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013d9
              • type:Point
                • 0:-82.34759444903523
                • 1:8.67769018080946
              • cap_year:0
              • capacitymw:54.8
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043527
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:259.53824442562797
              • latitude:8.6777
              • longitude:-82.3476
              • name:Los Valles Hydroelectric Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013da
              • type:Point
                • 0:-82.51541306600359
                • 1:9.270284243348456
              • cap_year:0
              • capacitymw:222.4
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043522
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1053.3084956251764
              • latitude:9.2703
              • longitude:-82.5154
              • name:Changuinola I Hydroelectric Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013dd
              • type:Point
                • 0:-79.6164912064816
                • 1:9.210589469192822
              • cap_year:0
              • capacitymw:36
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043553
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:170.4995766299746
              • latitude:9.2106
              • longitude:-79.6165
              • name:Madden Hydroelectric Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013e0
              • type:Point
                • 0:-79.93080887821989
                • 1:9.263686399889151
              • cap_year:0
              • capacitymw:22.5
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043552
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:106.56223539373413
              • latitude:9.2637
              • longitude:-79.9308
              • name:Gatun Hydroelectric Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000140f
              • type:Point
                • 0:-68.09001379978312
                • 1:-16.124007332325775
              • cap_year:0
              • capacitymw:11
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044743
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:55.13471387218882
              • latitude:-16.124
              • longitude:-68.09
              • name:Sainani Hydroelectric Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001410
              • type:Point
                • 0:-68.1405074997268
                • 1:-16.192499231093826
              • cap_year:0
              • capacitymw:10.6
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044740
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:53.129815185927406
              • latitude:-16.1925
              • longitude:-68.1405
              • name:Botijlaca Hydroelectric Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001411
              • type:Point
                • 0:-68.12349673325687
                • 1:-16.20722094983296
              • cap_year:0
              • capacitymw:9.6
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044739
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:48.11756847027388
              • latitude:-16.2072
              • longitude:-68.1235
              • name:Tiquimani Hydroelectric Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001412
              • type:Point
                • 0:-68.12268883405778
                • 1:-16.2718977690497
              • cap_year:0
              • capacitymw:11
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044738
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:55.13471387218882
              • latitude:-16.2719
              • longitude:-68.1227
              • name:Zongo Hydroelectric Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001413
              • type:Point
                • 0:-67.77250941453728
                • 1:-16.41238246311522
              • cap_year:0
              • capacitymw:38.4
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044750
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:192.47027388109552
              • latitude:-16.4124
              • longitude:-67.7725
              • name:Chojlla Hydroelectric Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001414
              • type:Point
                • 0:-67.73732091608763
                • 1:-16.388684086608322
              • cap_year:0
              • capacitymw:51.1
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044752
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:256.1258071698953
              • latitude:-16.3887
              • longitude:-67.7373
              • name:Yanacachi Norte Hydroelectric Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001415
              • type:Point
                • 0:-67.95662066535414
                • 1:-16.04160161401769
              • cap_year:0
              • capacitymw:34
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044749
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:170.41638833221998
              • latitude:-16.0416
              • longitude:-67.9566
              • name:Huaji Hydroelectric Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001418
              • type:Point
                • 0:-68.0669886726088
                • 1:-16.105021701146953
              • cap_year:0
              • capacitymw:34
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044746
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:170.41638833221998
              • latitude:-16.105
              • longitude:-68.067
              • name:Chururaqui Hydroelectric Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000015a4
              • type:Point
                • 0:-65.8757865114974
                • 1:-17.21220267022307
              • cap_year:0
              • capacitymw:54
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044721
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:270.66132264529057
              • latitude:-17.2122
              • longitude:-65.8758
              • name:Corani Hydroelectric Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000015a5
              • type:Point
                • 0:-65.8231832969783
                • 1:-17.19160124064605
              • cap_year:0
              • capacitymw:93.4
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044722
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:468.1438432420396
              • latitude:-17.1916
              • longitude:-65.8232
              • name:Santa Isabel Hydroelectric Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000030fb
              • type:Point
                • 0:-5.839809594108275
                • 1:34.941595477735916
              • cap_year:0
              • capacitymw:36
              • comm_year:1979
              • country:MAR
              • country_lg:Morocco
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1023700
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:13.7
              • gwh_estimt:43.655234118699674
              • latitude:34.9416
              • longitude:-5.8398
              • name:Oued El Makhazine
              • owner:Office National de l\\'Electricite (ONE)
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/geoid/41613
            • type:Feature
            • id:00000000000000003523
              • type:Point
                • 0:-2.9381947372559583
                • 1:34.663004903913325
              • cap_year:0
              • capacitymw:23
              • comm_year:1967
              • country:MAR
              • country_lg:Morocco
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1023698
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:41.9
              • gwh_estimt:27.890844020280348
              • latitude:34.663
              • longitude:-2.9382
              • name:MOHAMED V
              • owner:Office National de l\\'Electricite (ONE)
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/geoid/41614
            • type:Feature
            • id:0000000000000000353c
              • type:Point
                • 0:-8.11498838863712
                • 1:33.15447756604045
              • cap_year:0
              • capacitymw:20.8
              • comm_year:0
              • country:MAR
              • country_lg:Morocco
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061194
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:25.223024157470924
              • latitude:33.1545
              • longitude:-8.115
              • name:Sidi Said Maachou
              • owner:Office National de l\\'Electricite (ONE)
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/form.php?pid=41623
            • type:Feature
            • id:0000000000000000353f
              • type:Point
                • 0:-7.9266132253805734
                • 1:32.72561774118549
              • cap_year:0
              • capacitymw:32
              • comm_year:1947
              • country:MAR
              • country_lg:Morocco
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1023695
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:15.8
              • gwh_estimt:38.804652549955264
              • latitude:32.7256
              • longitude:-7.9266
              • name:IMFOUT
              • owner:Office National de l\\'Electricite (ONE)
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/geoid/41651
            • type:Feature
            • id:00000000000000003540
              • type:Point
                • 0:-8.135993767813689
                • 1:31.35501674991431
              • cap_year:0
              • capacitymw:8.8
              • comm_year:1938
              • country:MAR
              • country_lg:Morocco
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1023696
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:8.7
              • gwh_estimt:10.671279451237698
              • latitude:31.355
              • longitude:-8.136
              • name:LALLA TAKERKOUST
              • owner:Office National de l\\'Electricite (ONE)
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/geoid/41653
            • type:Feature
            • id:00000000000000003549
              • type:Point
                • 0:-7.925401376581926
                • 1:12.63792228821429
              • cap_year:0
              • capacitymw:5.2
              • comm_year:0
              • country:MLI
              • country_lg:Mali
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042550
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:12.6379
              • longitude:-7.9254
              • name:Sotuba Hydroelectric Power Plant Mali
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000354a
              • type:Point
                • 0:-8.229979374642188
                • 1:11.63828167919599
              • cap_year:0
              • capacitymw:44
              • comm_year:0
              • country:MLI
              • country_lg:Mali
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042549
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:11.6383
              • longitude:-8.23
              • name:Selingue Hydroelectric Power Plant Mali
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000354b
              • type:Point
                • 0:-10.428901461433872
                • 1:13.195597152036681
              • cap_year:0
              • capacitymw:200
              • comm_year:0
              • country:MLI
              • country_lg:Mali
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042546
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:13.1956
              • longitude:-10.4289
              • name:Manantali Hydroelectric Power Plant Mali
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000355b
              • type:Point
                • 0:-11.349188415785125
                • 1:14.358208982828748
              • cap_year:0
              • capacitymw:62.3
              • comm_year:0
              • country:MLI
              • country_lg:Mali
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043693
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:14.3582
              • longitude:-11.3492
              • name:Felou Hydroelectric Power Plant Mali
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000003568
              • type:Point
                • 0:-5.472978474428564
                • 1:7.030383713846929
              • cap_year:0
              • capacitymw:174
              • comm_year:0
              • country:CIV
              • country_lg:Cote DIvoire
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042577
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:555.6961602671118
              • latitude:7.0304
              • longitude:-5.473
              • name:Kossou Hydroelectric Power Plant Cote dIvoire
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000003569
              • type:Point
                • 0:-7.045284965741419
                • 1:6.242188278548335
              • cap_year:0
              • capacitymw:165
              • comm_year:0
              • country:CIV
              • country_lg:Cote DIvoire
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042575
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:526.9532554257096
              • latitude:6.2422
              • longitude:-7.0453
              • name:Buyo Hydroelectric Power Plant Cote dIvoire
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000356a
              • type:Point
                • 0:-5.082897811130341
                • 1:6.209288827829476
              • cap_year:0
              • capacitymw:210
              • comm_year:0
              • country:CIV
              • country_lg:Cote DIvoire
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042576
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:670.6677796327211
              • latitude:6.2093
              • longitude:-5.0829
              • name:Taabo Hydroelectric Power Plant Cote dIvoire
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e74
              • type:Point
                • 0:84.49651655206046
                • 1:27.926202782361152
              • cap_year:0
              • capacitymw:69
              • comm_year:0
              • country:NPL
              • country_lg:Nepal
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040477
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:468.5742450040326
              • latitude:27.9262
              • longitude:84.4965
              • name:Marsyangdi Hydroelectric Power Plant Nepal
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e75
              • type:Point
                • 0:84.41949682841303
                • 1:28.18899443851247
              • cap_year:0
              • capacitymw:70
              • comm_year:0
              • country:NPL
              • country_lg:Nepal
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040478
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:475.3651760910475
              • latitude:28.189
              • longitude:84.4195
              • name:Middle Marsyangdi Hydroelectric Power Plant Nepal
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e76
              • type:Point
                • 0:83.7410859176142
                • 1:28.271983639575456
              • cap_year:0
              • capacitymw:14.8
              • comm_year:0
              • country:NPL
              • country_lg:Nepal
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043974
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:100.50578008782148
              • latitude:28.272
              • longitude:83.7411
              • name:Modi Khola Hydroelectric Power Plant Nepal
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e77
              • type:Point
                • 0:83.5680159558517
                • 1:27.97597834968341
              • cap_year:0
              • capacitymw:144
              • comm_year:0
              • country:NPL
              • country_lg:Nepal
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040475
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:977.8940765301548
              • latitude:27.976
              • longitude:83.568
              • name:Kali Gandaki Hydroelectric Power Plant Nepal
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e85
              • type:Point
                • 0:89.90427960780622
                • 1:27.425395045497556
              • cap_year:0
              • capacitymw:64
              • comm_year:0
              • country:BTN
              • country_lg:Bhutan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040473
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:27.4254
              • longitude:89.9043
              • name:Basochhu Hydroelectric Power Plant Bhutan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e86
              • type:Point
                • 0:89.59530304743974
                • 1:27.03598763153192
              • cap_year:0
              • capacitymw:1020
              • comm_year:0
              • country:BTN
              • country_lg:Bhutan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040474
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:27.036
              • longitude:89.5953
              • name:Tala Hydroelectric Power Plant Bhutan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e87
              • type:Point
                • 0:89.53129947755558
                • 1:27.11040412442668
              • cap_year:0
              • capacitymw:336
              • comm_year:0
              • country:BTN
              • country_lg:Bhutan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040472
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:27.1104
              • longitude:89.5313
              • name:Chhukha Hydroelectric Power Plant Bhutan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e94
              • type:Point
                • 0:85.944990049467
                • 1:27.938814986524864
              • cap_year:0
              • capacitymw:45
              • comm_year:0
              • country:NPL
              • country_lg:Nepal
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040476
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:305.5918989156734
              • latitude:27.9388
              • longitude:85.945
              • name:Bhote Koshi Hydroelectric Power Plant Nepal
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e95
              • type:Point
                • 0:85.14620215800244
                • 1:27.92122073730004
              • cap_year:0
              • capacitymw:14.1
              • comm_year:0
              • country:NPL
              • country_lg:Nepal
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040484
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:95.752128326911
              • latitude:27.9212
              • longitude:85.1462
              • name:Devighat Hydroelectric Power Plant Nepal
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e97
              • type:Point
                • 0:85.05190236815207
                • 1:27.509012612604288
              • cap_year:0
              • capacitymw:32
              • comm_year:0
              • country:NPL
              • country_lg:Nepal
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040482
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:217.3097947844789
              • latitude:27.509
              • longitude:85.0519
              • name:Kulekhani-II Hydroelectric Power Plant Nepal
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e98
              • type:Point
                • 0:85.15499928261485
                • 1:27.58998206566952
              • cap_year:0
              • capacitymw:60
              • comm_year:0
              • country:NPL
              • country_lg:Nepal
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040480
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:407.4558652208979
              • latitude:27.59
              • longitude:85.155
              • name:Kulekhani-I Hydroelectric Power Plant Nepal
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e99
              • type:Point
                • 0:85.91698287723158
                • 1:27.78060139336801
              • cap_year:0
              • capacitymw:10.05
              • comm_year:0
              • country:NPL
              • country_lg:Nepal
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044207
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:68.2488574245004
              • latitude:27.7806
              • longitude:85.917
              • name:Sunkosi Hydroelectric Power Plant Nepal
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e9a
              • type:Point
                • 0:86.16900254406157
                • 1:27.549991055314127
              • cap_year:0
              • capacitymw:60
              • comm_year:0
              • country:NPL
              • country_lg:Nepal
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040485
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:407.4558652208979
              • latitude:27.55
              • longitude:86.169
              • name:Khimti Hydroelectric Power Plant Nepal
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006132
              • type:Point
                • 0:65.119009378386
                • 1:32.32198232465793
              • cap_year:0
              • capacitymw:33
              • comm_year:0
              • country:AFG
              • country_lg:Afghanistan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040538
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:32.322
              • longitude:65.119
              • name:Kajaki Hydroelectric Power Plant Afghanistan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061b6
              • type:Point
                • 0:43.30200568974373
                • 1:41.79141372058426
              • cap_year:0
              • capacitymw:21
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041916
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:67.80622917796543
              • latitude:41.7914
              • longitude:43.302
              • name:Chitakhevi Hydroelectric Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061b7
              • type:Point
                • 0:44.12767867122274
                • 1:41.54608166379124
              • cap_year:0
              • capacitymw:110
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041922
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:355.1754861702952
              • latitude:41.5461
              • longitude:44.1277
              • name:Khrami II Hydroelectric Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061b8
              • type:Point
                • 0:44.12350452536073
                • 1:41.54890931098809
              • cap_year:0
              • capacitymw:112
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041908
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:361.63322228248234
              • latitude:41.5489
              • longitude:44.1235
              • name:Khrami I Hydroelectric Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061ba
              • type:Point
                • 0:44.932795106413565
                • 1:41.704788973125325
              • cap_year:0
              • capacitymw:14
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041921
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:45.20415278531029
              • latitude:41.7048
              • longitude:44.9328
              • name:Satskhenisi Hydroelectric Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061bb
              • type:Point
                • 0:44.7599944443841
                • 1:41.82260760632724
              • cap_year:0
              • capacitymw:36.2
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041917
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:116.88502363058807
              • latitude:41.8226
              • longitude:44.76
              • name:Zahesi Hydroelectric Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061bc
              • type:Point
                • 0:44.772112932370575
                • 1:42.13490553006778
              • cap_year:0
              • capacitymw:130
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041914
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:419.752847292167
              • latitude:42.1349
              • longitude:44.7721
              • name:Zhinvali Hydroelectric Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061c2
              • type:Point
                • 0:42.851916069268
                • 1:42.588989763250154
              • cap_year:0
              • capacitymw:113
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041903
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:364.86209033857597
              • latitude:42.589
              • longitude:42.8519
              • name:Lajanuri Hydroelectric Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061c3
              • type:Point
                • 0:42.70398074925523
                • 1:42.32018374639445
              • cap_year:0
              • capacitymw:68.8
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041904
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:222.14612225923915
              • latitude:42.3202
              • longitude:42.704
              • name:Gumati I and II Hydroelectric Power Plants Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061c4
              • type:Point
                • 0:42.95819969723834
                • 1:42.262912669836105
              • cap_year:0
              • capacitymw:80
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043014
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:258.3094444874874
              • latitude:42.2629
              • longitude:42.9582
              • name:Dzevrula (Tkibuki-II) Hydroelectric Power Plants Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061c5
              • type:Point
                • 0:43.00339716909903
                • 1:42.3637205365681
              • cap_year:0
              • capacitymw:38.4
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041907
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:123.98853335399394
              • latitude:42.3637
              • longitude:43.0034
              • name:Shaori Hydroelectric Power Plants Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061c6
              • type:Point
                • 0:42.70878326116098
                • 1:42.15451952729035
              • cap_year:0
              • capacitymw:256
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041913
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:826.5902223599597
              • latitude:42.1545
              • longitude:42.7088
              • name:Vartsikhe Cascade Hydroelectric Power Plants Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061c7
              • type:Point
                • 0:42.72579402763091
                • 1:42.20061466492781
              • cap_year:0
              • capacitymw:48
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041906
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:154.98566669249243
              • latitude:42.2006
              • longitude:42.7258
              • name:Rioni Hydroelectric Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061c8
              • type:Point
                • 0:41.76188051652831
                • 1:42.65240985037942
              • cap_year:0
              • capacitymw:220
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041910
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:710.3509723405904
              • latitude:42.6524
              • longitude:41.7619
              • name:Vardnili I Hydroelectric Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061c9
              • type:Point
                • 0:42.030910949828225
                • 1:42.758379295327885
              • cap_year:0
              • capacitymw:1300
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0003667
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4197.52847292167
              • latitude:42.7584
              • longitude:42.0309
              • name:Inguri (Enguri) Dam Hydroelectric Power Station Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006582
              • type:Point
                • 0:23.999992207896156
                • 1:54.87408451790245
              • cap_year:0
              • capacitymw:100.8
              • comm_year:0
              • country:LTU
              • country_lg:Lithuania
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042162
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:109.58273381294964
              • latitude:54.8741
              • longitude:24
              • name:Kaunas Hydroelectric Power Plant Lithuania
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006583
              • type:Point
                • 0:24.247478662553434
                • 1:54.79899477567509
              • cap_year:0
              • capacitymw:900
              • comm_year:0
              • country:LTU
              • country_lg:Lithuania
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042161
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:978.4172661870505
              • latitude:54.799
              • longitude:24.2475
              • name:Kruonis Pumped Storage Hydroelectric Power Plant Lithuania
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006766
              • type:Point
                • 0:18.991600656238262
                • 1:49.10721026815727
              • cap_year:0
              • capacitymw:38.4
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042647
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:73.8264264108994
              • latitude:49.1072
              • longitude:18.9916
              • name:Sucany Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006767
              • type:Point
                • 0:18.911394219083284
                • 1:49.1319858435963
              • cap_year:0
              • capacitymw:38.4
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042645
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:73.8264264108994
              • latitude:49.132
              • longitude:18.9114
              • name:Lipovec Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006768
              • type:Point
                • 0:18.681502013650825
                • 1:49.259409500609735
              • cap_year:0
              • capacitymw:31.5
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042649
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:60.56074041519092
              • latitude:49.2594
              • longitude:18.6815
              • name:Hricov Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006769
              • type:Point
                • 0:18.508297402021807
                • 1:49.1928026999729
              • cap_year:0
              • capacitymw:93.6
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042643
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:179.95191437656726
              • latitude:49.1928
              • longitude:18.5083
              • name:Miskova Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000676a
              • type:Point
                • 0:18.36422204484918
                • 1:49.12749751471241
              • cap_year:0
              • capacitymw:67.5
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042642
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:129.7730151754091
              • latitude:49.1275
              • longitude:18.3642
              • name:Nosice Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000676b
              • type:Point
                • 0:18.453809089371468
                • 1:49.13310792581727
              • cap_year:0
              • capacitymw:55.2
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042644
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:106.12548796566789
              • latitude:49.1331
              • longitude:18.4538
              • name:Povazska Bystrica Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000676c
              • type:Point
                • 0:18.145416011759902
                • 1:48.96380816031723
              • cap_year:0
              • capacitymw:16.5
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042662
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:31.722292598433338
              • latitude:48.9638
              • longitude:18.1454
              • name:Dubnica nad Vahom Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000676e
              • type:Point
                • 0:17.96889003675681
                • 1:48.86098054558749
              • cap_year:0
              • capacitymw:25.5
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042654
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:49.02536128848788
              • latitude:48.861
              • longitude:17.9689
              • name:Kostolna Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000676f
              • type:Point
                • 0:18.05600850039297
                • 1:48.902183404741514
              • cap_year:0
              • capacitymw:16.5
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042653
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:31.722292598433338
              • latitude:48.9022
              • longitude:18.056
              • name:Trencin Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006770
              • type:Point
                • 0:17.851610003020962
                • 1:48.77251558328616
              • cap_year:0
              • capacitymw:25.5
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042655
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:49.02536128848788
              • latitude:48.7725
              • longitude:17.8516
              • name:Nove Mesto n.V. Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006771
              • type:Point
                • 0:17.855021132972713
                • 1:48.660486894344444
              • cap_year:0
              • capacitymw:25.5
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042656
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:49.02536128848788
              • latitude:48.6605
              • longitude:17.855
              • name:Horna Streda Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006773
              • type:Point
                • 0:19.912201793611388
                • 1:49.00878121573372
              • cap_year:0
              • capacitymw:735
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042635
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1413.0839430211215
              • latitude:49.0088
              • longitude:19.9122
              • name:Cierny Vah Pumped Storage Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006774
              • type:Point
                • 0:19.48890749657244
                • 1:49.098592676700214
              • cap_year:0
              • capacitymw:198
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042636
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:380.66751118120004
              • latitude:49.0986
              • longitude:19.4889
              • name:Liptovska Mara Pumped Storage Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006775
              • type:Point
                • 0:19.09411408794614
                • 1:49.128080997467315
              • cap_year:0
              • capacitymw:24.75
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042648
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:47.583438897650005
              • latitude:49.1281
              • longitude:19.0941
              • name:Kreplany Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006776
              • type:Point
                • 0:19.55699544574093
                • 1:49.375612335413436
              • cap_year:0
              • capacitymw:21.75
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042652
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:41.815749334298495
              • latitude:49.3756
              • longitude:19.557
              • name:Orava Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067a7
              • type:Point
                • 0:21.09110625825195
                • 1:48.86160891163122
              • cap_year:0
              • capacitymw:60
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042646
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:115.35379126703032
              • latitude:48.8616
              • longitude:21.0911
              • name:Ruzin Pumped Storage Hydroelectric Power plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067a8
              • type:Point
                • 0:19.829616542147953
                • 1:48.1911872262457
              • cap_year:0
              • capacitymw:45.06
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042651
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:86.63069724153976
              • latitude:48.1912
              • longitude:19.8296
              • name:Kralova Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067cc
              • type:Point
                • 0:19.289087094661987
                • 1:43.760308952076954
              • cap_year:0
              • capacitymw:315
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044765
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:847.6649285876218
              • latitude:43.7603
              • longitude:19.2891
              • name:Visegrad Hydroelectric Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067d4
              • type:Point
                • 0:17.135003413420293
                • 1:44.562418206915595
              • cap_year:0
              • capacitymw:48.5
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044818
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:130.51348900476083
              • latitude:44.5624
              • longitude:17.135
              • name:Krupa Hydroelectric Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067d5
              • type:Point
                • 0:17.161798736857072
                • 1:44.50748106137687
              • cap_year:0
              • capacitymw:110
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044772
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:296.00997506234415
              • latitude:44.5075
              • longitude:17.1618
              • name:Bocac Hydroelectric Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067d6
              • type:Point
                • 0:17.281592234767896
                • 1:44.37740929032196
              • cap_year:0
              • capacitymw:48
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044811
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:129.1679891181138
              • latitude:44.3774
              • longitude:17.2816
              • name:Jajce I Hidroelektrana Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067da
              • type:Point
                • 0:17.732489754442724
                • 1:43.69240053606382
              • cap_year:0
              • capacitymw:180
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044767
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:484.3799591929268
              • latitude:43.6924
              • longitude:17.7325
              • name:Jablanica Hydroelectric Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067db
              • type:Point
                • 0:17.675802160639293
                • 1:43.74697861529184
              • cap_year:0
              • capacitymw:160
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044770
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:430.559963727046
              • latitude:43.747
              • longitude:17.6758
              • name:Rama Hydroelectric Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067dc
              • type:Point
                • 0:16.596807896953948
                • 1:43.795093500927045
              • cap_year:0
              • capacitymw:60
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044831
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:337.400628581993
              • latitude:43.7951
              • longitude:16.5968
              • name:Peruca Hydroelectric Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067de
              • type:Point
                • 0:16.22041663675157
                • 1:44.090021591886966
              • cap_year:0
              • capacitymw:7.5
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044840
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:42.17507857274912
              • latitude:44.09
              • longitude:16.2204
              • name:Golubic Hydroelectric Power Plant Croatia Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067e0
              • type:Point
                • 0:14.673603853499165
                • 1:45.22862086315026
              • cap_year:0
              • capacitymw:90
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044841
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:506.10094287298944
              • latitude:45.2286
              • longitude:14.6736
              • name:Vinodol Hydroelectric Power System Croatia Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067e1
              • type:Point
                • 0:14.927598385038074
                • 1:44.9428938464023
              • cap_year:0
              • capacitymw:216
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044842
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1214.6422628951746
              • latitude:44.9429
              • longitude:14.9276
              • name:Senj Hydroelectric Power System Croatia Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067e2
              • type:Point
                • 0:15.27059647834437
                • 1:44.689482797618304
              • cap_year:0
              • capacitymw:22.5
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044845
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:126.52523571824736
              • latitude:44.6895
              • longitude:15.2706
              • name:Sklope Hydroelectric Power Plant Croatia Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067e3
              • type:Point
                • 0:15.477777739624377
                • 1:45.614302964142276
              • cap_year:0
              • capacitymw:5.5
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044843
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:30.928390953349354
              • latitude:45.6143
              • longitude:15.4778
              • name:Ozalj Hydroelectric Power Plant Croatia Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067e4
              • type:Point
                • 0:15.345192504394497
                • 1:45.348504127638776
              • cap_year:0
              • capacitymw:42.3
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044846
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:237.86744315030504
              • latitude:45.3485
              • longitude:15.3452
              • name:Lesce Hydroelectric Power Plant Croatia Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067e5
              • type:Point
                • 0:15.263280502263642
                • 1:45.29890809347186
              • cap_year:0
              • capacitymw:55.5
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044844
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:312.0955814383435
              • latitude:45.2989
              • longitude:15.2633
              • name:Gojak Hydroelectric Power Plant Croatia Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067f0
              • type:Point
                • 0:16.748917362828728
                • 1:46.320496630732336
              • cap_year:0
              • capacitymw:76
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044830
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:427.3741295371911
              • latitude:46.3205
              • longitude:16.7489
              • name:Dubrava Hydroelectric Power Plant Croatia Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067f1
              • type:Point
                • 0:16.494518881690276
                • 1:46.311295556520385
              • cap_year:0
              • capacitymw:76
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044829
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:427.3741295371911
              • latitude:46.3113
              • longitude:16.4945
              • name:Cakovec Hydroelectric Power Plant Croatia Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067f5
              • type:Point
                • 0:17.793800326996553
                • 1:48.48840436493641
              • cap_year:0
              • capacitymw:43.2
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042650
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:83.05472971226183
              • latitude:48.4884
              • longitude:17.7938
              • name:Madunice Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067f8
              • type:Point
                • 0:17.53841441350365
                • 1:47.88001138472613
              • cap_year:0
              • capacitymw:720
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042637
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1384.2454952043638
              • latitude:47.88
              • longitude:17.5384
              • name:Gabcikovo Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000681d
              • type:Point
                • 0:16.268396872520274
                • 1:46.347920320212864
              • cap_year:0
              • capacitymw:94
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044828
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:528.594318111789
              • latitude:46.3479
              • longitude:16.2684
              • name:Varazdin Hydroelectric Power Plant Croatia Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006e0f
              • type:Point
                • 0:6.178409125108366
                • 1:49.95177911423743
              • cap_year:0
              • capacitymw:1296
              • comm_year:0
              • country:LUX
              • country_lg:Luxembourg
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0045216
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1169
              • latitude:49.9518
              • longitude:6.1784
              • name:Vianden Pumped Storage Power Plant Luxembourg
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006f5
              • type:Point
                • 0:103.62047802708442
                • 1:1.2959151986433755
              • cap_year:0
              • capacitymw:80
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005797
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:637.9746835443038
              • latitude:1.2959
              • longitude:103.6205
              • name:Tuas South WTE Incineration Plant Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006f6
              • type:Point
                • 0:103.6215103427277
                • 1:1.2986979625513828
              • cap_year:0
              • capacitymw:22
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0003828
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:175.44303797468353
              • latitude:1.2987
              • longitude:103.6215
              • name:Keppel Seghers Tuas WTE Plant Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006f8
              • type:Point
                • 0:103.79498425408978
                • 1:1.4623873169465753
              • cap_year:0
              • capacitymw:56
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005333
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:446.5822784810127
              • latitude:1.4624
              • longitude:103.795
              • name:Senoko WTE Incineration Plant Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013ac
              • type:Point
                • 0:-87.23511530385018
                • 1:12.70578582093859
              • cap_year:0
              • capacitymw:56.5
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043599
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:12.7058
              • longitude:-87.2351
              • name:Monte Rosa Cogen Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013ad
              • type:Point
                • 0:-87.0474133899262
                • 1:12.53101029420021
              • cap_year:0
              • capacitymw:59.3
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043600
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:12.531
              • longitude:-87.0474
              • name:Nicaragua Sugar Estates Cogen Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067f4
              • type:Point
                • 0:18.459015550876778
                • 1:48.262102822611055
              • cap_year:0
              • capacitymw:880
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0004330
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7749.5
              • latitude:48.2621
              • longitude:18.459
              • name:Mochovce Nuclear Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067f6
              • type:Point
                • 0:17.681592104899497
                • 1:48.49598964075017
              • cap_year:0
              • capacitymw:880
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002385
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7749.5
              • latitude:48.496
              • longitude:17.6816
              • name:Bohunice Nuclear Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001386
              • type:Point
                • 0:-89.81738556061426
                • 1:13.920192967050662
              • cap_year:0
              • capacitymw:95
              • comm_year:0
              • country:SLV
              • country_lg:El Salvador
              • fuel1:Geothermal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043615
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:725.5392156862745
              • latitude:13.9202
              • longitude:-89.8174
              • name:Ahuachapan Geothermal Power Plant El Salvador
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013af
              • type:Point
                • 0:-86.77299696196563
                • 1:12.608793033757891
              • cap_year:0
              • capacitymw:82
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Geothermal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043607
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:341.40880503144655
              • latitude:12.6088
              • longitude:-86.773
              • name:San Jacinto-Tizate Geothermal Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013b2
              • type:Point
                • 0:-86.54180314115685
                • 1:12.393981613375278
              • cap_year:0
              • capacitymw:77
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Geothermal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043595
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:320.59119496855345
              • latitude:12.394
              • longitude:-86.5418
              • name:Momotombo Geothermal Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013bb
              • type:Point
                • 0:-85.18188437262931
                • 1:10.717994724844738
              • cap_year:0
              • capacitymw:27.5
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Geothermal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043642
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:212.59110329228452
              • latitude:10.718
              • longitude:-85.1819
              • name:Miravalles III Geothermal Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013bc
              • type:Point
                • 0:-85.19000824790912
                • 1:10.692186833762412
              • cap_year:0
              • capacitymw:15.45
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Geothermal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043641
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:119.43754712239256
              • latitude:10.6922
              • longitude:-85.19
              • name:Miravalles V Geothermal Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013bd
              • type:Point
                • 0:-85.19440681021534
                • 1:10.700220942464563
              • cap_year:0
              • capacitymw:115
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Geothermal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0004310
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:889.0173410404625
              • latitude:10.7002
              • longitude:-85.1944
              • name:Miravalles I and II Geothermal Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013bf
              • type:Point
                • 0:-85.379685026542
                • 1:10.753991122493476
              • cap_year:0
              • capacitymw:36
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Geothermal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043643
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:278.3010806735361
              • latitude:10.754
              • longitude:-85.3797
              • name:Pailas Geothermal Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013c2
              • type:Point
                • 0:-88.50890304109602
                • 1:13.524995608824812
              • cap_year:0
              • capacitymw:109
              • comm_year:0
              • country:SLV
              • country_lg:El Salvador
              • fuel1:Geothermal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043616
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:832.4607843137255
              • latitude:13.525
              • longitude:-88.5089
              • name:Berlin Geothermal Power Plant El Salvador
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000011aa
              • type:Point
                • 0:94.96998711931128
                • 1:36.38001511844256
              • cap_year:0
              • capacitymw:300
              • comm_year:2004
              • country:CHN
              • country_lg:China
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061069
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:569.8032398576134
              • latitude:36.38
              • longitude:94.97
              • name:Golmud
              • owner:
              • source:Huaxi
              • src_latlon:
              • url:http://www.huaxia.com/qh-tw/2007/00606501.html
            • type:Feature
            • id:00000000000000005768
              • type:Point
                • 0:-93.93960145743839
                • 1:16.185003721857733
              • cap_year:0
              • capacitymw:28.8
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006703
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:116.63019914292917
              • latitude:16.185
              • longitude:-93.9396
              • name:E�lica de Arriaga
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000576a
              • type:Point
                • 0:-95.05881114792331
                • 1:16.444788197656848
              • cap_year:0
              • capacitymw:70
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006716
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:283.4761784723973
              • latitude:16.4448
              • longitude:-95.0588
              • name:E�lica Zopiloapan (Bii Nee Stipa III)
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057c0
              • type:Point
                • 0:-95.00158495465381
                • 1:16.586305207365665
              • cap_year:0
              • capacitymw:80
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006708
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:323.9727753970255
              • latitude:16.5863
              • longitude:-95.0016
              • name:Fuerza E�lica del Istmo
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057c1
              • type:Point
                • 0:-95.00001403954444
                • 1:16.496000030221953
              • cap_year:0
              • capacitymw:74
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006712
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:299.67481724224854
              • latitude:16.496
              • longitude:-95
              • name:Stipa Nayaa (Bii Nee Stipa II)
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057c2
              • type:Point
                • 0:-94.99449339501727
                • 1:16.48419572525734
              • cap_year:0
              • capacitymw:26.4
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006704
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:106.91101588101839
              • latitude:16.4842
              • longitude:-94.9945
              • name:Bii Nee Stipa I
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057c3
              • type:Point
                • 0:-94.99162086453161
                • 1:16.53720288937599
              • cap_year:0
              • capacitymw:67.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006706
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:273.35202924124025
              • latitude:16.5372
              • longitude:-94.9916
              • name:El�ctrica del Valle de M�xico
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057c9
              • type:Point
                • 0:-94.8285149928913
                • 1:16.546000013988397
              • cap_year:0
              • capacitymw:90
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006705
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:364.4693723216536
              • latitude:16.546
              • longitude:-94.8285
              • name:E�licos Mexicanos de Oaxaca I
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000597e
              • type:Point
                • 0:-100.6220947994956
                • 1:25.69070081516583
              • cap_year:0
              • capacitymw:22
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006715
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:89.09251323418201
              • latitude:25.6907
              • longitude:-100.6221
              • name:E�lica Santa Catarina
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000570b
              • type:Point
                • 0:-100.88650225404511
                • 1:20.204795953551685
              • cap_year:0
              • capacitymw:2.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006630
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7.814295702770255
              • latitude:20.2048
              • longitude:-100.8865
              • name:Compa��a Electrica Carolina
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005713
              • type:Point
                • 0:-102.77379966642881
                • 1:19.29101707608206
              • cap_year:0
              • capacitymw:19
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006639
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:59.38864734105394
              • latitude:19.291
              • longitude:-102.7738
              • name:Proveedora de Electricidad de Occidente
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000571a
              • type:Point
                • 0:-103.37011904194146
                • 1:19.254078129367706
              • cap_year:0
              • capacitymw:9.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006635
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:28.756608186194537
              • latitude:19.2541
              • longitude:-103.3701
              • name:Hidroelectricidad del Pacifico
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000571d
              • type:Point
                • 0:-102.08268678488862
                • 1:19.091421090615807
              • cap_year:0
              • capacitymw:4.1
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006633
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:12.815444952543217
              • latitude:19.0914
              • longitude:-102.0827
              • name:Gobierno del Estado
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005786
              • type:Point
                • 0:-97.06118931288978
                • 1:18.844607885291122
              • cap_year:0
              • capacitymw:11.3
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006637
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:35.32061657652155
              • latitude:18.8446
              • longitude:-97.0612
              • name:Procesamiento Energetico Mexicano
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005788
              • type:Point
                • 0:-97.0710187531455
                • 1:18.842094421116137
              • cap_year:0
              • capacitymw:4.4
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006634
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:13.75316043687565
              • latitude:18.8421
              • longitude:-97.071
              • name:Hidrorizaba II
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000578a
              • type:Point
                • 0:-97.10041730733492
                • 1:18.832713813748825
              • cap_year:0
              • capacitymw:2.6
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006631
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:8.126867530881066
              • latitude:18.8327
              • longitude:-97.1004
              • name:Hidroelectricas Virita
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057b5
              • type:Point
                • 0:-97.44530049877243
                • 1:19.957982748226993
              • cap_year:0
              • capacitymw:36
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006641
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:112.52585811989168
              • latitude:19.958
              • longitude:-97.4453
              • name:Compa��a de Energ�a Mexicana
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005984
              • type:Point
                • 0:-105.9750104762803
                • 1:24.463322398579336
              • cap_year:0
              • capacitymw:14
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006638
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:43.76005593551343
              • latitude:24.4633
              • longitude:-105.975
              • name:Primero Empresa Minera
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005705
              • type:Point
                • 0:-102.27088241498981
                • 1:21.908296298140424
              • cap_year:0
              • capacitymw:3.8
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006702
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:144.79310344827584
              • latitude:21.9083
              • longitude:-102.2709
              • name:Autoabastecimiento Renovable
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000056f7
              • type:Point
                • 0:-103.57308127407063
                • 1:19.388279162995794
              • cap_year:0
              • capacitymw:5.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006681
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:11.001626256652866
              • latitude:19.3883
              • longitude:-103.5731
              • name:Ingenio Queser�a
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000056f8
              • type:Point
                • 0:-104.2372192990187
                • 1:19.785406502641706
              • cap_year:0
              • capacitymw:6.1
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006677
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:12.201803666469543
              • latitude:19.7854
              • longitude:-104.2372
              • name:Ingenio Melchor Ocampo
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000056fd
              • type:Point
                • 0:-104.05310804820185
                • 1:20.544203383750876
              • cap_year:0
              • capacitymw:4.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006682
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:9.001330573625072
              • latitude:20.5442
              • longitude:-104.0531
              • name:Ingenio San Francisco Ameca
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005708
              • type:Point
                • 0:-101.73268689852345
                • 1:21.07620500635746
              • cap_year:0
              • capacitymw:1.7
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006657
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3.400502661147249
              • latitude:21.0762
              • longitude:-101.7327
              • name:Ecosys III
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005711
              • type:Point
                • 0:-101.91388073556583
                • 1:19.329796237638803
              • cap_year:0
              • capacitymw:5.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006675
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:11.001626256652866
              • latitude:19.3298
              • longitude:-101.9139
              • name:Ingenio L�zaro C�rdenas
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005714
              • type:Point
                • 0:-102.4920223790987
                • 1:19.63980511364856
              • cap_year:0
              • capacitymw:9.1
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006689
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:18.202690715552922
              • latitude:19.6398
              • longitude:-102.492
              • name:Ingenio Santa Clara
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005717
              • type:Point
                • 0:-103.25961638482026
                • 1:20.505513988771813
              • cap_year:0
              • capacitymw:2.9
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006645
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5.800857480780603
              • latitude:20.5055
              • longitude:-103.2596
              • name:Atlatec Planta El Ahogado
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005718
              • type:Point
                • 0:-103.43681560915596
                • 1:19.526788992352405
              • cap_year:0
              • capacitymw:15.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006650
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:31.004583086930804
              • latitude:19.5268
              • longitude:-103.4368
              • name:Bio Pappel Atenquique
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005719
              • type:Point
                • 0:-103.2444009499039
                • 1:19.68441910275435
              • cap_year:0
              • capacitymw:10.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006700
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:21.003104671791835
              • latitude:19.6844
              • longitude:-103.2444
              • name:Tamazula
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005757
              • type:Point
                • 0:-92.45409924673982
                • 1:16.276700280955453
              • cap_year:0
              • capacitymw:13.1
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006648
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:26.2038734476641
              • latitude:16.2767
              • longitude:-92.4541
              • name:Azucarera La F�
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000576c
              • type:Point
                • 0:-95.18659387124745
                • 1:18.161214929431175
              • cap_year:0
              • capacitymw:5.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006655
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:11.001626256652866
              • latitude:18.1612
              • longitude:-95.1866
              • name:Compa��a Industrial Azucarera
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000576d
              • type:Point
                • 0:-95.5189097418101
                • 1:18.637202207566908
              • cap_year:0
              • capacitymw:6.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006678
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:13.00192193968066
              • latitude:18.6372
              • longitude:-95.5189
              • name:Ingenio Nuevo San Francisco
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005770
              • type:Point
                • 0:-96.40059706775997
                • 1:19.42809064019583
              • cap_year:0
              • capacitymw:21.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006672
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:43.00635718509756
              • latitude:19.4281
              • longitude:-96.4006
              • name:Ingenio La Gloria
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005773
              • type:Point
                • 0:-95.74251828680512
                • 1:18.3733782357723
              • cap_year:0
              • capacitymw:24.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006656
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:48.407155529272615
              • latitude:18.3734
              • longitude:-95.7425
              • name:Cuenca del Papaloapan
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005774
              • type:Point
                • 0:-96.15270666350312
                • 1:18.050218556132762
              • cap_year:0
              • capacitymw:13.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006642
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:27.003991720875216
              • latitude:18.0502
              • longitude:-96.1527
              • name:Ingenio Adolfo L�pez Mateos
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005776
              • type:Point
                • 0:-96.15459176163439
                • 1:18.25829748318955
              • cap_year:0
              • capacitymw:40
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006693
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:80.01182732111175
              • latitude:18.2583
              • longitude:-96.1546
              • name:Piasa Coogeneracion
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005779
              • type:Point
                • 0:-96.68578548504188
                • 1:18.606277621556952
              • cap_year:0
              • capacitymw:12.8
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006652
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:25.603784742755764
              • latitude:18.6063
              • longitude:-96.6858
              • name:Bsm Energ�a de Veracruz
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000577b
              • type:Point
                • 0:-96.542607793646
                • 1:18.511304582374002
              • cap_year:0
              • capacitymw:7.3
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006673
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:14.602158486102894
              • latitude:18.5113
              • longitude:-96.5426
              • name:Ingenio La Margarita
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000577d
              • type:Point
                • 0:-97.0239810664424
                • 1:18.87270482410422
              • cap_year:0
              • capacitymw:6.8
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006665
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:13.602010644588997
              • latitude:18.8727
              • longitude:-97.024
              • name:Ingenio El Carmen
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005781
              • type:Point
                • 0:-96.9167997726953
                • 1:18.863997466069485
              • cap_year:0
              • capacitymw:5.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006685
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:10.401537551744529
              • latitude:18.864
              • longitude:-96.9168
              • name:Ingenio San Miguelito
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005783
              • type:Point
                • 0:-96.77151256672403
                • 1:18.750622278462615
              • cap_year:0
              • capacitymw:7
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006674
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:14.002069781194558
              • latitude:18.7506
              • longitude:-96.7715
              • name:Ingenio La Providencia
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005791
              • type:Point
                • 0:-98.96329821059034
                • 1:18.849904113374095
              • cap_year:0
              • capacitymw:3.4
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006663
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6.801005322294499
              • latitude:18.8499
              • longitude:-98.9633
              • name:Ingenio Casasano
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005792
              • type:Point
                • 0:-99.1873107051849
                • 1:18.654078324170303
              • cap_year:0
              • capacitymw:8.6
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006659
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:17.202542874039025
              • latitude:18.6541
              • longitude:-99.1873
              • name:Ingenio Emiliano Zapata
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057a5
              • type:Point
                • 0:-99.39238245188952
                • 1:21.920908502304133
              • cap_year:0
              • capacitymw:6.4
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006661
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:12.801892371377882
              • latitude:21.9209
              • longitude:-99.3924
              • name:Ingenio Alianza Popular
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057ac
              • type:Point
                • 0:-98.45432171515806
                • 1:21.77391573135698
              • cap_year:0
              • capacitymw:21.8
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006666
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:43.60644589000591
              • latitude:21.7739
              • longitude:-98.4543
              • name:Ingenio El Higo
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057ba
              • type:Point
                • 0:-97.04758967637162
                • 1:20.059194564558542
              • cap_year:0
              • capacitymw:9.6
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006647
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:19.20283855706682
              • latitude:20.0592
              • longitude:-97.0476
              • name:Azucarera Independencia
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057bb
              • type:Point
                • 0:-96.95858611460423
                • 1:19.45488596363261
              • cap_year:0
              • capacitymw:3.3
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006676
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6.60097575399172
              • latitude:19.4549
              • longitude:-96.9586
              • name:Ingenio Mahuixtlan
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057bc
              • type:Point
                • 0:-96.89929529004814
                • 1:19.606187530308283
              • cap_year:0
              • capacitymw:4.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006654
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:8.401241868716735
              • latitude:19.6062
              • longitude:-96.8993
              • name:Azucarera La Concepci�n
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057ce
              • type:Point
                • 0:-94.28268931732237
                • 1:17.946089326026684
              • cap_year:0
              • capacitymw:14
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006686
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:28.004139562389117
              • latitude:17.9461
              • longitude:-94.2827
              • name:Ingenio San Nicol�s
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057cf
              • type:Point
                • 0:-93.58749205649781
                • 1:18.005290384005097
              • cap_year:0
              • capacitymw:14
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006662
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:28.004139562389117
              • latitude:18.0053
              • longitude:-93.5875
              • name:Ingenio Benito Ju�rez
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057d6
              • type:Point
                • 0:-93.35620846911135
                • 1:18.08989538346628
              • cap_year:0
              • capacitymw:25.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006697
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:50.40745121230041
              • latitude:18.0899
              • longitude:-93.3562
              • name:Santa Rosal�a
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057d8
              • type:Point
                • 0:-91.4199882718933
                • 1:17.455918928617887
              • cap_year:0
              • capacitymw:2.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006643
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5.000739207569485
              • latitude:17.4559
              • longitude:-91.42
              • name:Aszuremex
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005943
              • type:Point
                • 0:-100.29561375648198
                • 1:25.852011355252564
              • cap_year:0
              • capacitymw:17
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006651
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:34.005026611472495
              • latitude:25.852
              • longitude:-100.2956
              • name:Bioenerg�a de Nuevo Le�n
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005947
              • type:Point
                • 0:-100.06751688260309
                • 1:25.738995233956405
              • cap_year:0
              • capacitymw:9.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006694
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:18.402720283855704
              • latitude:25.739
              • longitude:-100.0675
              • name:Planta Dulces Nombres
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005979
              • type:Point
                • 0:-98.97999479403836
                • 1:22.72660842024987
              • cap_year:0
              • capacitymw:5.8
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006667
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:11.601714961561205
              • latitude:22.7266
              • longitude:-98.98
              • name:Ingenio El Mante
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000597a
              • type:Point
                • 0:-99.01697862404156
                • 1:22.938996143035187
              • cap_year:0
              • capacitymw:7.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006646
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:15.002217622708455
              • latitude:22.939
              • longitude:-99.017
              • name:Azucarera del Rio Guayalejo
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000597c
              • type:Point
                • 0:-99.33538067506417
                • 1:22.532218896288917
              • cap_year:0
              • capacitymw:49.3
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006684
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:98.61457717327023
              • latitude:22.5322
              • longitude:-99.3354
              • name:Ingenio San Miguel del Naranjo
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005988
              • type:Point
                • 0:-107.3684121782816
                • 1:24.319606107717423
              • cap_year:0
              • capacitymw:9.6
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006658
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:19.20283855706682
              • latitude:24.3196
              • longitude:-107.3684
              • name:El Dorado
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000598e
              • type:Point
                • 0:-109.00180482570411
                • 1:25.78540455461575
              • cap_year:0
              • capacitymw:14
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006649
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:28.004139562389117
              • latitude:25.7854
              • longitude:-109.0018
              • name:Azucarera Los Mochis
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005991
              • type:Point
                • 0:-107.70180524777639
                • 1:24.765701115486497
              • cap_year:0
              • capacitymw:7
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006696
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:14.002069781194558
              • latitude:24.7657
              • longitude:-107.7018
              • name:Prozucar
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000059e3
              • type:Point
                • 0:-106.48600671971033
                • 1:31.555420634579647
              • cap_year:0
              • capacitymw:6.4
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006701
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:12.801892371377882
              • latitude:31.5554
              • longitude:-106.486
              • name:Energ�a El�ctrica de Ju�rez
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000097b
              • type:Point
                • 0:128.54668178345855
                • 1:38.01628029635074
              • cap_year:0
              • capacitymw:1000
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029856
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1289.7777689813392
              • latitude:38.0163
              • longitude:128.5467
              • name:Yangyang
              • owner:Korea Electric Power Company
              • source:KEPCO
              • src_latlon:GEODB
              • url:https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204
            • type:Feature
            • id:00000000000000000980
              • type:Point
                • 0:127.8114935122786
                • 1:37.944511917497465
              • cap_year:0
              • capacitymw:200
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029855
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:257.95555379626785
              • latitude:37.9445
              • longitude:127.8115
              • name:Soyang gang
              • owner:Korea Electric Power Company
              • source:KEPCO
              • src_latlon:WRI
              • url:https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204
            • type:Feature
            • id:00000000000000000988
              • type:Point
                • 0:127.99259758274326
                • 1:37.00707954680979
              • cap_year:0
              • capacitymw:400
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029854
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:515.9111075925357
              • latitude:37.0071
              • longitude:127.9926
              • name:Chungju
              • owner:Korea Electric Power Company
              • source:KEPCO
              • src_latlon:WRI
              • url:https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204
            • type:Feature
            • id:0000000000000000098a
              • type:Point
                • 0:127.48012019078155
                • 1:36.47830952099958
              • cap_year:0
              • capacitymw:90
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029850
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:116.07999920832054
              • latitude:36.4783
              • longitude:127.4801
              • name:Daecheong
              • owner:Korea Electric Power Company
              • source:KEPCO
              • src_latlon:WRI
              • url:https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204
            • type:Feature
            • id:00000000000000000996
              • type:Point
                • 0:128.8760802402467
                • 1:36.5678067989442
              • cap_year:0
              • capacitymw:800
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029852
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1031.8222151850714
              • latitude:36.5678
              • longitude:128.8761
              • name:Yecheon
              • owner:Korea Electric Power Company
              • source:KEPCO
              • src_latlon:WRI
              • url:https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204
            • type:Feature
            • id:000000000000000009ac
              • type:Point
                • 0:127.77630501382896
                • 1:35.256317099073755
              • cap_year:0
              • capacitymw:700
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029860
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:902.8444382869376
              • latitude:35.2563
              • longitude:127.7763
              • name:Sancheong
              • owner:Korea Electric Power Company
              • source:KEPCO
              • src_latlon:GEODB
              • url:https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204
            • type:Feature
            • id:000000000000000009c7
              • type:Point
                • 0:126.85700549183215
                • 1:34.91910895002767
              • cap_year:0
              • capacitymw:34
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029845
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:43.85244414536554
              • latitude:34.9191
              • longitude:126.857
              • name:Somjingang (Chilbo)
              • owner:Korea Electric Power Company
              • source:KEPCO
              • src_latlon:WRI
              • url:https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204
            • type:Feature
            • id:000000000000000009db
              • type:Point
                • 0:127.14820826981845
                • 1:37.364215876100296
              • cap_year:0
              • capacitymw:922
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000190
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3812.0830731882015
              • latitude:37.3642
              • longitude:127.1482
              • name:Bundang
              • owner:Korea South East Power (KOSEP)
              • source:KOSEP
              • src_latlon:GEODB
              • url:https://www.kosep.co.kr/kosep/hw/en/ov/ovhw18/main.do?menuCd=EN02030102
            • type:Feature
            • id:00000000000000000979
              • type:Point
                • 0:128.9811969027072
                • 1:37.738587388304936
              • cap_year:0
              • capacitymw:325
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000188
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2778.547160056134
              • latitude:37.7386
              • longitude:128.9812
              • name:Yeongdong
              • owner:Korea South East Power (KOSEP)
              • source:KOSEP
              • src_latlon:WRI
              • url:https://www.kosep.co.kr/kosep/hw/en/ov/ovhw18/main.do?menuCd=EN02030102
            • type:Feature
            • id:000000000000000009b3
              • type:Point
                • 0:127.69080234859099
                • 1:34.83930646247223
              • cap_year:0
              • capacitymw:678
              • comm_year:2011
              • country:KOR
              • country_lg:South Korea
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000189
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5796.47684467095
              • latitude:34.8393
              • longitude:127.6908
              • name:Yeosu
              • owner:Korea South East Power (KOSEP)
              • source:KOSEP
              • src_latlon:GEODB
              • url:https://www.kosep.co.kr/kosep/hw/en/ov/ovhw18/main.do?menuCd=EN02030102
            • type:Feature
            • id:000000000000000009b4
              • type:Point
                • 0:128.10848623452512
                • 1:34.91031182541525
              • cap_year:0
              • capacitymw:3240
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000186
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:27699.977841790384
              • latitude:34.9103
              • longitude:128.1085
              • name:Samcheonpo
              • owner:Korea South East Power (KOSEP)
              • source:KOSEP
              • src_latlon:GEODB
              • url:https://www.kosep.co.kr/kosep/hw/en/ov/ovhw18/main.do?menuCd=EN02030102
            • type:Feature
            • id:000000000000000009e7
              • type:Point
                • 0:126.43609000910169
                • 1:37.23688198566455
              • cap_year:0
              • capacitymw:5080
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000187
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:43430.82945564665
              • latitude:37.2369
              • longitude:126.4361
              • name:Yeongheung
              • owner:Korea South East Power (KOSEP)
              • source:KOSEP
              • src_latlon:GEODB
              • url:https://www.kosep.co.kr/kosep/hw/en/ov/ovhw18/main.do?menuCd=EN02030102
            • type:Feature
            • id:0000000000000000109b
              • type:Point
                • 0:106.51001927923909
                • 1:29.780017261271112
              • cap_year:0
              • capacitymw:934
              • comm_year:2014
              • country:CHN
              • country_lg:China
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061065
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1773.9874200900365
              • latitude:29.78
              • longitude:106.51
              • name:Liangjiang
              • owner:
              • source:Liutl
              • src_latlon:
              • url:http://www.liuti.cn/news/173138.html
            • type:Feature
            • id:0000000000000000027e
              • type:Point
                • 0:43.026018346673794
                • 1:33.533696473439676
              • cap_year:0
              • capacitymw:1642.6
              • comm_year:2016
              • country:IRQ
              • country_lg:Iraq
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1008698
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2559.2391427314433
              • latitude:33.5337
              • longitude:43.026
              • name:Al-Anbar
              • owner:Iraq's Ministry of Electricity
              • source:Metka
              • src_latlon:WRI
              • url:http://www.metka.com/en/activity-sectors/projects/combined-cycle-power-plant-of-1642-6-mw-al-anbar-iraq
            • type:Feature
            • id:0000000000000000035c
              • type:Point
                • 0:19.55380873223337
                • 1:-28.887109113111546
              • cap_year:0
              • capacitymw:75
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061280
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:40.72450839700578
              • latitude:-28.8871
              • longitude:19.5538
              • name:Konkoonsies II Solar Facility
              • owner:
              • source:NERSA
              • src_latlon:Industry About
              • url:http://www.nersa.org.za/Admin/Document/Editor/file/Consultations/Electricity/Presentations/Ramizone%20(RF)%20Proprietary%20Limited.pdf
            • type:Feature
            • id:00000000000000006218
              • type:Point
                • 0:41.51259873031748
                • 1:45.31161006421325
              • cap_year:0
              • capacitymw:2400
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003819
              • gwh_2013:0
              • gwh_2014:8496
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:45.3116
              • longitude:41.5126
              • name:Stavropolskaya GRES
              • owner:OGK-2 (subsidiary of GazProm)
              • source:OGK-2
              • src_latlon:WRI
              • url:http://www.ogk2.ru/eng/about/branch/stavropolskaya/
            • type:Feature
            • id:0000000000000000622b
              • type:Point
                • 0:39.788003239974486
                • 1:54.03499143306063
              • cap_year:0
              • capacitymw:3070
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003793
              • gwh_2013:0
              • gwh_2014:6323
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:54.035
              • longitude:39.788
              • name:Ryazanskaya GRES
              • owner:OGK-2 (subsidiary of GazProm)
              • source:OGK-2
              • src_latlon:GEODB
              • url:http://www.ogk2.ru/eng/about/branch/ryazanskaya/
            • type:Feature
            • id:0000000000000000656a
              • type:Point
                • 0:32.049989594294665
                • 1:59.487996843955926
              • cap_year:0
              • capacitymw:2595
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003729
              • gwh_2013:0
              • gwh_2014:5796
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:59.488
              • longitude:32.05
              • name:Kirishskaya GRES
              • owner:OGK-2 (subsidiary of GazProm)
              • source:OGK-2
              • src_latlon:GEODB
              • url:http://www.ogk2.ru/eng/about/branch/kirishskaya/
            • type:Feature
            • id:0000000000000000656c
              • type:Point
                • 0:29.97000822292586
                • 1:57.51097773718338
              • cap_year:0
              • capacitymw:440
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003788
              • gwh_2013:0
              • gwh_2014:992
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:57.511
              • longitude:29.97
              • name:Pskovskaya GRES
              • owner:OGK-2 (subsidiary of GazProm)
              • source:OGK-2
              • src_latlon:GEODB
              • url:http://www.ogk2.ru/eng/about/branch/pskovskaya/
            • type:Feature
            • id:000000000000000043af
              • type:Point
                • 0:94.47999625505784
                • 1:56.149981769723716
              • cap_year:0
              • capacitymw:1250
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003741
              • gwh_2013:0
              • gwh_2014:4650
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:56.15
              • longitude:94.48
              • name:Krasnoyarskaya GRES-2
              • owner:OGK-2 (subsidiary of GazProm)
              • source:OGK-2
              • src_latlon:GEODB
              • url:http://www.ogk2.ru/eng/about/branch/krasnoyarskaya/
            • type:Feature
            • id:00000000000000006213
              • type:Point
                • 0:40.231988733168144
                • 1:47.4010169262382
              • cap_year:0
              • capacitymw:1884
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003770
              • gwh_2013:0
              • gwh_2014:10797
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:47.401
              • longitude:40.232
              • name:Novocherkasskaya GRES
              • owner:OGK-2 (subsidiary of GazProm)
              • source:OGK-2
              • src_latlon:GEODB
              • url:http://www.ogk2.ru/eng/about/branch/novocherkasskaya/
            • type:Feature
            • id:0000000000000000627f
              • type:Point
                • 0:60.70720650197374
                • 1:59.63539356450263
              • cap_year:0
              • capacitymw:538
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003804
              • gwh_2013:0
              • gwh_2014:1826
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:59.6354
              • longitude:60.7072
              • name:Serovskaya GRES
              • owner:OGK-2 (subsidiary of GazProm)
              • source:OGK-2
              • src_latlon:WRI
              • url:http://www.ogk2.ru/eng/about/branch/serovskaya/
            • type:Feature
            • id:0000000000000000628e
              • type:Point
                • 0:61.6459853713266
                • 1:54.037011181058375
              • cap_year:0
              • capacitymw:1574
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003839
              • gwh_2013:0
              • gwh_2014:3185
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:54.037
              • longitude:61.646
              • name:Troitskaya GRES
              • owner:OGK-2 (subsidiary of GazProm)
              • source:OGK-2
              • src_latlon:GEODB
              • url:http://www.ogk2.ru/eng/about/branch/troitskaya/
            • type:Feature
            • id:0000000000000000655f
              • type:Point
                • 0:37.13100230729377
                • 1:59.22700051935816
              • cap_year:0
              • capacitymw:1051.6
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003684
              • gwh_2013:0
              • gwh_2014:3088
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:59.227
              • longitude:37.131
              • name:Cherepovetskaya GRES
              • owner:OGK-2 (subsidiary of GazProm)
              • source:OGK-2
              • src_latlon:GEODB
              • url:http://www.ogk2.ru/eng/about/branch/cherepovetskaya/
            • type:Feature
            • id:0000000000000000099a
              • type:Point
                • 0:129.4010800697944
                • 1:36.03522169358271
              • cap_year:0
              • capacitymw:146
              • comm_year:2007
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029908
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:603.6487295937933
              • latitude:36.0352
              • longitude:129.4011
              • name:FINEX
              • owner:POSCO
              • source:POSCO
              • src_latlon:WRI
              • url:http://www.poscoenc.com/eng/business/business_career.asp?hDEPTH2=2&hDEPTH3=3
            • type:Feature
            • id:0000000000000000099b
              • type:Point
                • 0:129.41701363733222
                • 1:36.032079863364
              • cap_year:0
              • capacitymw:345
              • comm_year:2001
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029901
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1426.4302171908128
              • latitude:36.0321
              • longitude:129.417
              • name:Pohang Works
              • owner:POSCO
              • source:POSCO
              • src_latlon:WRI
              • url:https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&cad=rja&uact=8&ved=0ahUKEwiYvObH-MnSAhWIj1QKHWrXAP4QFgg4MAQ&url=http%3A%2F%2Fwww.wirefirst.com%2Fnewsdetail.php%3FID%3D3491&usg=AFQjCNEmt7sTXLFCoqa7DjVIvReLVewt0A&sig2=CcA4vO0iHM45ba0Bo70lqw
            • type:Feature
            • id:000000000000000009b0
              • type:Point
                • 0:127.74241813075564
                • 1:34.91049135857062
              • cap_year:0
              • capacitymw:830
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029893
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3431.701681937318
              • latitude:34.9105
              • longitude:127.7424
              • name:Gwangyang Works
              • owner:POSCO
              • source:POSCO
              • src_latlon:WRI
              • url:http://www.poscoenc.com/eng/business/business_career.asp?hDEPTH2=2&hDEPTH3=3
            • type:Feature
            • id:000000000000000009b1
              • type:Point
                • 0:127.74488671164181
                • 1:34.90730464506306
              • cap_year:0
              • capacitymw:500
              • comm_year:2000
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029892
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2067.2901698417577
              • latitude:34.9073
              • longitude:127.7449
              • name:Gwangyang POSCO
              • owner:POSCO
              • source:POSCO
              • src_latlon:WRI
              • url:http://www.poscoenc.com/eng/business/business_career.asp?hDEPTH2=2&hDEPTH3=3
            • type:Feature
            • id:000000000000000009dd
              • type:Point
                • 0:126.77881880267495
                • 1:37.2951853778662
              • cap_year:0
              • capacitymw:834
              • comm_year:2014
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029881
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3448.240003296052
              • latitude:37.2952
              • longitude:126.7788
              • name:Ansan Project
              • owner:POSCO
              • source:POSCO
              • src_latlon:WRI
              • url:http://www.poscoenc.com/eng/business/business_career.asp?hDEPTH2=2&hDEPTH3=3
            • type:Feature
            • id:000000000000000009e2
              • type:Point
                • 0:126.60781347219901
                • 1:37.51111888046977
              • cap_year:0
              • capacitymw:3052
              • comm_year:2015
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000195
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:12618.739196714088
              • latitude:37.5111
              • longitude:126.6078
              • name:Incheon
              • owner:Korea Midland Power (KOMIPO)
              • source:POSCO
              • src_latlon:GEODB
              • url:http://eng.poscoenergy.com/eng/renew/_service/business/generator/incheon_power01.asp
            • type:Feature
            • id:000000000000000012af
              • type:Point
                • 0:-66.69679163093717
                • 1:18.46911429086551
              • cap_year:0
              • capacitymw:247.5
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026810
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:42.40491549571722
              • latitude:18.4691
              • longitude:-66.6968
              • name:Cambalache
              • owner:PREPA
              • source:PREPA
              • src_latlon:WRI
              • url:http://www.prepa.com/AEEES2_ENG.ASP
            • type:Feature
            • id:000000000000000012b7
              • type:Point
                • 0:-66.10451175142005
                • 1:18.427013765934692
              • cap_year:0
              • capacitymw:864
              • comm_year:2009
              • country:USA
              • country_lg:United States of America
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026816
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:148.03170500323102
              • latitude:18.427
              • longitude:-66.1045
              • name:San Juan CC
              • owner:PREPA
              • source:PREPA
              • src_latlon:WRI
              • url:http://www.prepa.com/sanjuan.asp
            • type:Feature
            • id:000000000000000012b8
              • type:Point
                • 0:-66.14858714105978
                • 1:18.455290237903153
              • cap_year:0
              • capacitymw:602
              • comm_year:1960
              • country:USA
              • country_lg:United States of America
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026814
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:103.14246112493642
              • latitude:18.4553
              • longitude:-66.1486
              • name:Palo Seco
              • owner:PREPA
              • source:PREPA
              • src_latlon:WRI
              • url:http://www.prepa.com/PALOSECO.ASP
            • type:Feature
            • id:000000000000000012d2
              • type:Point
                • 0:-66.23081332621251
                • 1:17.9518792702869
              • cap_year:0
              • capacitymw:1492
              • comm_year:1975
              • country:USA
              • country_lg:United States of America
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026809
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:255.6288239176165
              • latitude:17.9519
              • longitude:-66.2308
              • name:Aguirre
              • owner:PREPA
              • source:PREPA
              • src_latlon:WRI
              • url:http://www.prepa.com/aguirre.asp
            • type:Feature
            • id:000000000000000012d6
              • type:Point
                • 0:-66.75338945816293
                • 1:18.000308338943988
              • cap_year:0
              • capacitymw:990
              • comm_year:1962
              • country:USA
              • country_lg:United States of America
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026811
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:169.61966198286888
              • latitude:18.0003
              • longitude:-66.7534
              • name:Costa Sur
              • owner:PREPA
              • source:PREPA
              • src_latlon:WRI
              • url:http://www.prepa.com/costasur.asp
            • type:Feature
            • id:000000000000000012b2
              • type:Point
                • 0:-66.48790480468129
                • 1:18.131816375241748
              • cap_year:0
              • capacitymw:8.64
              • comm_year:1929
              • country:USA
              • country_lg:United States of America
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026823
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:24.087370732040622
              • latitude:18.1318
              • longitude:-66.4879
              • name:Toro Negro 1
              • owner:PREPA
              • source:PREPA
              • src_latlon:WRI
              • url:http://www.prepa.com/historia_eng.asp
            • type:Feature
            • id:00000000000000006c00
              • type:Point
                • 0:11.480920868527072
                • 1:51.65559364184803
              • cap_year:0
              • capacitymw:2.5
              • comm_year:0
              • country:DEU
              • country_lg:Germany
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030114
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:23.154600436364802
              • latitude:51.6556
              • longitude:11.4809
              • name:Walbeck Solar Power Plant
              • owner:
              • source:Ranft
              • src_latlon:Industry About
              • url:http://www.ranft-een.de/referenzen-erfahrung/freiflachenanlagen-deutschland
            • type:Feature
            • id:000000000000000045d3
              • type:Point
                • 0:135.40861851429338
                • 1:34.58418984871235
              • cap_year:0
              • capacitymw:28
              • comm_year:0
              • country:JPN
              • country_lg:Japan
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026551
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:345.0681418154387
              • latitude:34.5842
              • longitude:135.4086
              • name:Sakai Solar Power Plant
              • owner:Kansai Electric Power Co Inc
              • source:SHARP
              • src_latlon:Industry About
              • url:http://www.sharp-world.com/corporate/news/080623_1.html
            • type:Feature
            • id:00000000000000000273
              • type:Point
                • 0:44.06551531618098
                • 1:35.68010511228993
              • cap_year:0
              • capacitymw:320
              • comm_year:2012
              • country:IRQ
              • country_lg:Iraq
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1008695
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:498.57331405945575
              • latitude:35.6801
              • longitude:44.0655
              • name:DIBIS
              • owner:Iraq's Ministry of Electricity
              • source:SUNIR
              • src_latlon:WRI
              • url:http://www.sunir.com/Highlights/The-official-commencement-of-DIBIS-Power-Plant
            • type:Feature
            • id:0000000000000000053a
              • type:Point
                • 0:99.1214220371695
                • 1:17.180021352125635
              • cap_year:0
              • capacitymw:10.2
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026336
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:13.603273952816558
              • latitude:17.18
              • longitude:99.1214
              • name:Wang Man 2 Solar Power Plant
              • owner:Soleq Private Limited
              • source:Soleq
              • src_latlon:WRI
              • url:http://www.soleq.com
            • type:Feature
            • id:0000000000000000460c
              • type:Point
                • 0:139.78689357394302
                • 1:35.51740319024919
              • cap_year:0
              • capacitymw:7
              • comm_year:0
              • country:JPN
              • country_lg:Japan
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026589
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:86.26703545385968
              • latitude:35.5174
              • longitude:139.7869
              • name:Ukishima Solar Power Plant
              • owner:Tokyo Electric Power Co Inc (TEPCO)
              • source:TEPCO
              • src_latlon:Industry About
              • url:http://www.tepco.co.jp/en/challenge/energy/megasolar/index-e.html
            • type:Feature
            • id:00000000000000004611
              • type:Point
                • 0:139.72679485018782
                • 1:35.488812535258866
              • cap_year:0
              • capacitymw:13
              • comm_year:0
              • country:JPN
              • country_lg:Japan
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026535
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:160.21020870002513
              • latitude:35.4888
              • longitude:139.7268
              • name:Ogishima Solar Power Plant
              • owner:Tokyo Electric Power Co Inc (TEPCO)
              • source:TEPCO
              • src_latlon:Industry About
              • url:http://www.tepco.co.jp/en/challenge/energy/megasolar/index-e.html
            • type:Feature
            • id:0000000000000000002e
              • type:Point
                • 0:7.48581444569448
                • 1:44.59468929159071
              • cap_year:0
              • capacitymw:140
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002982
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:21
              • gwh_2016:0
              • gwh_estimt:339.8744900591512
              • latitude:44.5947
              • longitude:7.4858
              • name:VERZUOLO
              • owner:
              • source:TERNA
              • src_latlon:GEODB
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000009b
              • type:Point
                • 0:15.201386446954901
                • 1:37.13131649031565
              • cap_year:0
              • capacitymw:480
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002874
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:2085
              • gwh_2016:0
              • gwh_estimt:1165.2839659170897
              • latitude:37.1313
              • longitude:15.2014
              • name:CTE NUCE NORD
              • owner:ERG
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.borsaitaliana.it/bitApp/view.bit?lang=it&target=DocViewerDownload&filename=db%2Fpdf%2Fnew%2F8318.pdf
            • type:Feature
            • id:000000000000000000a9
              • type:Point
                • 0:12.63370325906344
                • 1:41.561611281729476
              • cap_year:0
              • capacitymw:787
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002862
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:790.96
              • gwh_2016:0
              • gwh_estimt:1910.5801691182285
              • latitude:41.5616
              • longitude:12.6337
              • name:CCGT APRILIA
              • owner:
              • source:TERNA
              • src_latlon:GEODB
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000000ab
              • type:Point
                • 0:12.422796684809805
                • 1:41.8117009671394
              • cap_year:0
              • capacitymw:223
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002966
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:541.3715091656479
              • latitude:41.8117
              • longitude:12.4228
              • name:TOR DI VALLE
              • owner:GDF Suez
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068d3
              • type:Point
                • 0:12.255202484285633
                • 1:45.445811097841336
              • cap_year:0
              • capacitymw:752.5
              • comm_year:1992
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002905
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:2165
              • gwh_2016:0
              • gwh_estimt:1826.8253840679376
              • latitude:45.4458
              • longitude:12.2552
              • name:LEVANTE
              • owner:
              • source:TERNA
              • src_latlon:GEODB
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:00000000000000006959
              • type:Point
                • 0:7.901613233497349
                • 1:45.18557778915383
              • cap_year:0
              • capacitymw:1123
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002871
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:365.13
              • gwh_2016:0
              • gwh_estimt:2726.278945260191
              • latitude:45.1856
              • longitude:7.9016
              • name:CHIVASSO
              • owner:
              • source:TERNA
              • src_latlon:GEODB
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000004e
              • type:Point
                • 0:9.874278661252518
                • 1:44.111789986973804
              • cap_year:0
              • capacitymw:1151
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002900
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:938
              • gwh_2016:0
              • gwh_estimt:6311.03406010607
              • latitude:44.1118
              • longitude:9.8743
              • name:La Spezia
              • owner:ENEL
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000000e5
              • type:Point
                • 0:14.388415436217276
                • 1:41.954699125379896
              • cap_year:0
              • capacitymw:105.24
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002913
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:15178
              • latitude:41.9547
              • longitude:14.3884
              • name:MONTEFERRANTE
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000019a
              • type:Point
                • 0:26.226517517323714
                • 1:35.21318425849964
              • cap_year:0
              • capacitymw:4.5
              • comm_year:2006
              • country:GRC
              • country_lg:Greece
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026624
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:77.22958827634335
              • latitude:35.2132
              • longitude:26.2265
              • name:Chonos
              • owner:TERNA
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna-energy.com/activities/?catid=67e8558e-78c1-44cc-9d53-56994d9e6f7e&countryId=5a53c3a7-cff0-49a4-ba90-5538b3418e40
            • type:Feature
            • id:000000000000000001aa
              • type:Point
                • 0:23.498600988277648
                • 1:38.23270751513155
              • cap_year:0
              • capacitymw:14.45
              • comm_year:2006
              • country:GRC
              • country_lg:Greece
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026634
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:247.99278902070247
              • latitude:38.2327
              • longitude:23.4986
              • name:PERDIKOKORIFI
              • owner:TERNA
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna-energy.com/activities/?catid=67e8558e-78c1-44cc-9d53-56994d9e6f7e&countryId=5a53c3a7-cff0-49a4-ba90-5538b3418e40
            • type:Feature
            • id:000000000000000001af
              • type:Point
                • 0:23.427820041778823
                • 1:38.21179190253266
              • cap_year:0
              • capacitymw:32.2
              • comm_year:2014
              • country:GRC
              • country_lg:Greece
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026626
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:552.6206094440568
              • latitude:38.2118
              • longitude:23.4278
              • name:GOURI MELES
              • owner:TERNA
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna-energy.com/activities/?EntryId=ca636671-633e-442f-a6f1-3ca8d8256446&catid=67e8558e-78c1-44cc-9d53-56994d9e6f7e&countryId=5a53c3a7-cff0-49a4-ba90-5538b3418e40
            • type:Feature
            • id:000000000000000001b3
              • type:Point
                • 0:24.20169770793783
                • 1:38.34891034993527
              • cap_year:0
              • capacitymw:5.4
              • comm_year:2001
              • country:GRC
              • country_lg:Greece
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026632
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:92.67550593161202
              • latitude:38.3489
              • longitude:24.2017
              • name:Pyrgari
              • owner:TERNA
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna-energy.com/activities/?EntryId=b3776bd7-f4c3-42cd-9f01-93d454cd36b3&catid=67e8558e-78c1-44cc-9d53-56994d9e6f7e&countryId=5a53c3a7-cff0-49a4-ba90-5538b3418e40
            • type:Feature
            • id:000000000000000001b4
              • type:Point
                • 0:24.238591771363346
                • 1:38.28629816200511
              • cap_year:0
              • capacitymw:11.2
              • comm_year:2001
              • country:GRC
              • country_lg:Greece
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026627
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:192.21586415445452
              • latitude:38.2863
              • longitude:24.2386
              • name:TSIKNA PRINIAS PROFITIS ILIAS PYRGARI
              • owner:TERNA
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna-energy.com/activities/?EntryId=3a45cd7b-b8c9-4893-bfc2-4d24069c1e4e&catid=67e8558e-78c1-44cc-9d53-56994d9e6f7e&countryId=5a53c3a7-cff0-49a4-ba90-5538b3418e40
            • type:Feature
            • id:000000000000000001b5
              • type:Point
                • 0:24.19258640030355
                • 1:38.331316100710445
              • cap_year:0
              • capacitymw:21
              • comm_year:2000
              • country:GRC
              • country_lg:Greece
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026637
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:360.40474528960226
              • latitude:38.3313
              • longitude:24.1926
              • name:TSILIKOKA
              • owner:TERNA
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna-energy.com/activities/?EntryId=09fa7ebf-932b-426b-b7cf-e8fe2170979c&catid=67e8558e-78c1-44cc-9d53-56994d9e6f7e&countryId=5a53c3a7-cff0-49a4-ba90-5538b3418e40
            • type:Feature
            • id:000000000000000001c9
              • type:Point
                • 0:25.981095693953026
                • 1:41.05568684993825
              • cap_year:0
              • capacitymw:26
              • comm_year:2005
              • country:GRC
              • country_lg:Greece
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026621
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:446.21539892998373
              • latitude:41.0557
              • longitude:25.9811
              • name:DIDIMOS LOFOS
              • owner:TERNA
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna-energy.com/activities/?EntryId=4b05f806-1cbf-4aa4-b3e9-00a780fc0e5d&catid=67e8558e-78c1-44cc-9d53-56994d9e6f7e&countryId=5a53c3a7-cff0-49a4-ba90-5538b3418e40
            • type:Feature
            • id:000000000000000001ca
              • type:Point
                • 0:25.934596606716006
                • 1:41.09311951282983
              • cap_year:0
              • capacitymw:34.2
              • comm_year:2006
              • country:GRC
              • country_lg:Greece
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026633
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:586.9448709002094
              • latitude:41.0931
              • longitude:25.9346
              • name:MYTOULA
              • owner:TERNA
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna-energy.com/activities/?EntryId=a1aad68d-4698-449d-a019-95fc4ccc3433&catid=67e8558e-78c1-44cc-9d53-56994d9e6f7e&countryId=5a53c3a7-cff0-49a4-ba90-5538b3418e40
            • type:Feature
            • id:0000000000000000002c
              • type:Point
                • 0:7.381685215588408
                • 1:44.225614007469055
              • cap_year:0
              • capacitymw:125
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002881
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:24
              • gwh_2016:0
              • gwh_estimt:562.7539378579786
              • latitude:44.2256
              • longitude:7.3817
              • name:ENTRACQUE ROVINA
              • owner:
              • source:TERNA
              • src_latlon:GEODB
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000002d
              • type:Point
                • 0:7.384198679763381
                • 1:44.225614007469055
              • cap_year:0
              • capacitymw:1064
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002882
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:508.6
              • gwh_2016:0
              • gwh_estimt:4790.161519047114
              • latitude:44.2256
              • longitude:7.3842
              • name:ENTRACQUE_CHRO
              • owner:
              • source:TERNA
              • src_latlon:GEODB
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000006e
              • type:Point
                • 0:9.140212472293546
                • 1:40.127186253729484
              • cap_year:0
              • capacitymw:240
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002961
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:239
              • gwh_2016:0
              • gwh_estimt:1080.4875606873188
              • latitude:40.1272
              • longitude:9.1402
              • name:TALORO1
              • owner:
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000009c
              • type:Point
                • 0:15.139402625068485
                • 1:37.11830033655238
              • cap_year:0
              • capacitymw:500
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002846
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:430
              • gwh_2016:0
              • gwh_estimt:2251.0157514319144
              • latitude:37.1183
              • longitude:15.1394
              • name:ANAPO C.LE
              • owner:
              • source:TERNA
              • src_latlon:GEODB
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000000d4
              • type:Point
                • 0:11.088820457231105
                • 1:44.17049732877497
              • cap_year:0
              • capacitymw:281
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002852
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:72
              • gwh_2016:0
              • gwh_estimt:1265.0708523047358
              • latitude:44.1705
              • longitude:11.0888
              • name:BARGI CENTRALE
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000000d9
              • type:Point
                • 0:13.511081789284777
                • 1:42.78499508560931
              • cap_year:0
              • capacitymw:490
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002944
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:424
              • gwh_2016:0
              • gwh_estimt:2205.995436403276
              • latitude:42.785
              • longitude:13.5111
              • name:S.GIACOMO
              • owner:
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000000df
              • type:Point
                • 0:12.720821722699597
                • 1:42.542715092457335
              • cap_year:0
              • capacitymw:295
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002886
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:731
              • gwh_2016:0
              • gwh_estimt:1328.0992933448294
              • latitude:42.5427
              • longitude:12.7208
              • name:GALLETO
              • owner:
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000000e8
              • type:Point
                • 0:13.638281029854006
                • 1:42.58311005241228
              • cap_year:0
              • capacitymw:110
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002914
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:267
              • gwh_2016:0
              • gwh_estimt:495.22346531502114
              • latitude:42.5831
              • longitude:13.6383
              • name:MONTORIO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000000ff
              • type:Point
                • 0:14.145417310443884
                • 1:41.46861310725543
              • cap_year:0
              • capacitymw:113
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002859
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:48
              • gwh_2016:0
              • gwh_estimt:508.7295598236126
              • latitude:41.4686
              • longitude:14.1454
              • name:CAPRIATI
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:00000000000000000101
              • type:Point
                • 0:14.090300631749802
                • 1:41.38158441019695
              • cap_year:0
              • capacitymw:1005
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002929
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:620.95
              • gwh_2016:0
              • gwh_estimt:4524.541660378148
              • latitude:41.3816
              • longitude:14.0903
              • name:PRESENZANO
              • owner:
              • source:TERNA
              • src_latlon:GEODB
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:00000000000000000109
              • type:Point
                • 0:16.38379180812489
                • 1:39.49289561585921
              • cap_year:0
              • capacitymw:101.44
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002915
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:401
              • gwh_2016:0
              • gwh_estimt:456.6860756505068
              • latitude:39.4929
              • longitude:16.3838
              • name:MUCONE 1S
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000010d
              • type:Point
                • 0:16.780784497904293
                • 1:39.17561564705758
              • cap_year:0
              • capacitymw:395
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002965
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:590.91
              • gwh_2016:0
              • gwh_estimt:1778.3024436312123
              • latitude:39.1756
              • longitude:16.7808
              • name:TIMPAGRANDE
              • owner:
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068c2
              • type:Point
                • 0:12.303317369920853
                • 1:45.97669063822695
              • cap_year:0
              • capacitymw:210
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002883
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:257
              • gwh_2016:0
              • gwh_estimt:945.426615601404
              • latitude:45.9767
              • longitude:12.3033
              • name:FADALTO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068c3
              • type:Point
                • 0:12.30309295347666
                • 1:46.20828840863528
              • cap_year:0
              • capacitymw:213.5
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002957
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:471
              • gwh_2016:0
              • gwh_estimt:961.1837258614273
              • latitude:46.2083
              • longitude:12.3031
              • name:SOVERZENE
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068c4
              • type:Point
                • 0:13.043622336028422
                • 1:46.370586381076464
              • cap_year:0
              • capacitymw:220
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002954
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:302
              • gwh_2016:0
              • gwh_estimt:990.4469306300423
              • latitude:46.3706
              • longitude:13.0436
              • name:SOMPLAGO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068d9
              • type:Point
                • 0:11.099996396151974
                • 1:44.54998553590724
              • cap_year:0
              • capacitymw:139
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002931
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:152.8
              • gwh_2016:0
              • gwh_estimt:625.7823788980721
              • latitude:44.55
              • longitude:11.1
              • name:PROVVIDENZA
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068e5
              • type:Point
                • 0:10.660903181441755
                • 1:45.68907852334776
              • cap_year:0
              • capacitymw:137.2
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002888
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:270
              • gwh_2016:0
              • gwh_estimt:617.6787221929172
              • latitude:45.6891
              • longitude:10.6609
              • name:GARGNANO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068e7
              • type:Point
                • 0:10.87557995195785
                • 1:45.86950934447985
              • cap_year:0
              • capacitymw:110
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002967
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:248.79
              • gwh_2016:0
              • gwh_estimt:495.22346531502114
              • latitude:45.8695
              • longitude:10.8756
              • name:TORBOLE
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068e8
              • type:Point
                • 0:10.84119935270731
                • 1:45.88580197832833
              • cap_year:0
              • capacitymw:117
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002934
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:526.737685835068
              • latitude:45.8858
              • longitude:10.8412
              • name:RIVA DEL GARDA - NUOVO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068ea
              • type:Point
                • 0:10.640301751864735
                • 1:45.94222027239872
              • cap_year:0
              • capacitymw:229.9
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002872
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:272
              • gwh_2016:0
              • gwh_estimt:1035.0170425083943
              • latitude:45.9422
              • longitude:10.6403
              • name:CIMEGO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068eb
              • type:Point
                • 0:10.98258171254961
                • 1:46.06771394799208
              • cap_year:0
              • capacitymw:377
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002945
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:583.21
              • gwh_2016:0
              • gwh_estimt:1697.2658765796634
              • latitude:46.0677
              • longitude:10.9826
              • name:S.MASSENZA 1 (Molveno)
              • owner:
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068ec
              • type:Point
                • 0:11.064314181525107
                • 1:46.334589983427726
              • cap_year:0
              • capacitymw:161
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002960
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:377.9
              • gwh_2016:0
              • gwh_estimt:724.8270719610764
              • latitude:46.3346
              • longitude:11.0643
              • name:TAIO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068ed
              • type:Point
                • 0:11.333613914558052
                • 1:46.49271381000692
              • cap_year:0
              • capacitymw:121
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002860
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:645
              • gwh_2016:0
              • gwh_estimt:544.7458118465233
              • latitude:46.4927
              • longitude:11.3336
              • name:CARDANO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068ee
              • type:Point
                • 0:11.155920974045145
                • 1:46.612417541340065
              • cap_year:0
              • capacitymw:120
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002901
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:167
              • gwh_2016:0
              • gwh_estimt:540.2437803436594
              • latitude:46.6124
              • longitude:11.1559
              • name:LANA
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068ef
              • type:Point
                • 0:11.005113123546698
                • 1:46.64868323872183
              • cap_year:0
              • capacitymw:175
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002868
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:334
              • gwh_2016:0
              • gwh_estimt:787.85551300117
              • latitude:46.6487
              • longitude:11.0051
              • name:CENTRALE NATURNO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068f2
              • type:Point
                • 0:10.546585444769267
                • 1:46.68791123316695
              • cap_year:0
              • capacitymw:101.6
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002950
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:201
              • gwh_2016:0
              • gwh_estimt:457.406400690965
              • latitude:46.6879
              • longitude:10.5466
              • name:SELED GLORENZA
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068f9
              • type:Point
                • 0:9.869206849613732
                • 1:46.26928479816725
              • cap_year:0
              • capacitymw:188
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002902
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:365
              • gwh_2016:0
              • gwh_estimt:846.3819225383997
              • latitude:46.2693
              • longitude:9.8692
              • name:LANZADA
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068fa
              • type:Point
                • 0:9.869117083036054
                • 1:46.16901553090132
              • cap_year:0
              • capacitymw:144
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002955
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:392
              • gwh_2016:0
              • gwh_estimt:648.2925364123913
              • latitude:46.169
              • longitude:9.8691
              • name:SONDRIO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068fb
              • type:Point
                • 0:9.935005751051447
                • 1:46.15959004024516
              • cap_year:0
              • capacitymw:327.1
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002981
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:542
              • gwh_2016:0
              • gwh_estimt:1472.6145045867584
              • latitude:46.1596
              • longitude:9.935
              • name:VENINA
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068fe
              • type:Point
                • 0:10.265301873616352
                • 1:46.28598138161529
              • cap_year:0
              • capacitymw:655
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002891
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:1381
              • gwh_2016:0
              • gwh_estimt:2948.8306343758077
              • latitude:46.286
              • longitude:10.2653
              • name:GROSIO
              • owner:
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068ff
              • type:Point
                • 0:10.348021774946309
                • 1:46.17099039561022
              • cap_year:0
              • capacitymw:950
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002877
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:470.34
              • gwh_2016:0
              • gwh_estimt:4276.929927720637
              • latitude:46.171
              • longitude:10.348
              • name:EDOLO
              • owner:
              • source:TERNA
              • src_latlon:GEODB
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:00000000000000006900
              • type:Point
                • 0:10.349592690055669
                • 1:46.07669060575985
              • cap_year:0
              • capacitymw:130
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002863
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:282.4
              • gwh_2016:0
              • gwh_estimt:585.2640953722977
              • latitude:46.0767
              • longitude:10.3496
              • name:CEDEGOLO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:00000000000000006901
              • type:Point
                • 0:10.352106154230643
                • 1:46.04419510464054
              • cap_year:0
              • capacitymw:544
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002942
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:366
              • gwh_2016:0
              • gwh_estimt:2449.1051375579227
              • latitude:46.0442
              • longitude:10.3521
              • name:S.FIORANO
              • owner:
              • source:TERNA
              • src_latlon:GEODB
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:00000000000000006907
              • type:Point
                • 0:9.35951222156004
                • 1:46.43939246286639
              • cap_year:0
              • capacitymw:117.6
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002895
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:205
              • gwh_2016:0
              • gwh_estimt:529.4389047367863
              • latitude:46.4394
              • longitude:9.3595
              • name:ISOLATO SPLUGA
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:00000000000000006909
              • type:Point
                • 0:9.382312932290162
                • 1:46.30631351145927
              • cap_year:0
              • capacitymw:164.34
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002908
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:484.6
              • gwh_2016:0
              • gwh_estimt:739.8638571806416
              • latitude:46.3063
              • longitude:9.3823
              • name:MESE
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:00000000000000006946
              • type:Point
                • 0:8.733884058435669
                • 1:46.07018252887821
              • cap_year:0
              • capacitymw:1000
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002936
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:508.6
              • gwh_2016:0
              • gwh_estimt:4502.031502863829
              • latitude:46.0702
              • longitude:8.7339
              • name:RONCOVALGRANDE
              • owner:
              • source:TERNA
              • src_latlon:GEODB
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000695a
              • type:Point
                • 0:7.369297427868892
                • 1:45.483692593621306
              • cap_year:0
              • capacitymw:135
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002938
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:451
              • gwh_2016:0
              • gwh_estimt:607.7742528866169
              • latitude:45.4837
              • longitude:7.3693
              • name:ROSONE
              • owner:
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000695c
              • type:Point
                • 0:7.325491337962199
                • 1:45.82489535537405
              • cap_year:0
              • capacitymw:130
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002979
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:390
              • gwh_2016:0
              • gwh_estimt:585.2640953722977
              • latitude:45.8249
              • longitude:7.3255
              • name:VALPELLINE
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000695d
              • type:Point
                • 0:7.13989893861366
                • 1:45.70891693701452
              • cap_year:0
              • capacitymw:126.5
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002850
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:288
              • gwh_2016:0
              • gwh_estimt:569.5069851122744
              • latitude:45.7089
              • longitude:7.1399
              • name:AVISE
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000696b
              • type:Point
                • 0:7.008480668893582
                • 1:45.16228336224648
              • cap_year:0
              • capacitymw:230
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002980
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:345
              • gwh_2016:0
              • gwh_estimt:1035.4672456586804
              • latitude:45.1623
              • longitude:7.0085
              • name:VENAUS
              • owner:
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000696c
              • type:Point
                • 0:6.857313752084423
                • 1:45.0252995647104
              • cap_year:0
              • capacitymw:150
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002922
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:675.3047254295743
              • latitude:45.0253
              • longitude:6.8573
              • name:PONT VENTOUX
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:00000000000000000105
              • type:Point
                • 0:14.376207181653117
                • 1:40.95070483734425
              • cap_year:0
              • capacitymw:105
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Other
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002921
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:1.5
              • gwh_2016:0
              • gwh_estimt:180.46021840873635
              • latitude:40.9507
              • longitude:14.3762
              • name:POMIGLIANO D'ARCO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
      " + ".eerepr details summary {\n", + " list-style-type: none;\n", + "}\n", + "
      • Hello
      " ], "text/plain": [ - "" + "" ] }, - "execution_count": 7, "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "fc" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Second run pulls data from the cache. Much faster!" - ] - }, - { - "cell_type": "code", - "execution_count": 8, - "metadata": {}, - "outputs": [ + "output_type": "display_data" + }, { "data": { "text/html": [ - "
        • type:FeatureCollection
        • id:WRI/GPPD/power_plants
        • version:1577374742750831
          • cap_year:Float
          • capacitymw:Float
          • comm_year:Float
          • country:String
          • country_lg:String
          • fuel1:String
          • fuel2:String
          • fuel3:String
          • fuel4:String
          • gppd_idnr:String
          • gwh_2013:Float
          • gwh_2014:Float
          • gwh_2015:Float
          • gwh_2016:Float
          • gwh_estimt:Float
          • latitude:Float
          • longitude:Float
          • name:String
          • owner:String
          • source:String
          • src_latlon:String
          • system:index:String
          • url:String
            • 0:1528675200000
            • 1:1528675200000
          • description:

            The Global Power Plant Database is a comprehensive, open source\n", - "database of power plants around the world. It centralizes\n", - "power plant data to make it easier to navigate, compare and draw\n", - "insights. Each power plant is geolocated and entries contain\n", - "information on plant capacity, generation, ownership, and fuel type.\n", - "As of June 2018, the database includes around 28,500 power plants\n", - "from 164 countries.\n", - "It will be continuously updated as data becomes available.

            The methodology for the dataset creation is given in the World Resources\n", - "Institute publication\n", - "\"A Global Database of Power Plants\".

            Associated code for the creation of the dataset can be found on\n", - "GitHub.\n", - "The bleeding-edge version of the database (which may contain substantial\n", - "differences from the release in Earth Engine) is available on GitHub as well.

            If you use this dataset, the provider (WRI) has requested that you\n", - "register your use and (optionally)\n", - "sign up to receive update notifications.

            Table Schema
            NameTypeDescription
            countrySTRING

            3-character country code corresponding to the ISO 3166-1 alpha-3 specs

            country_lgSTRING

            Longer form of the country designation

            nameSTRING

            Name or title of the power plant, generally in Romanized form

            gppd_idnrSTRING

            10- or 12-character identifier for the power plant

            capacitymwDOUBLE

            Electrical generating capacity in megawatts

            latitudeDOUBLE

            Geolocation in decimal degrees

            longitudeDOUBLE

            Geolocation in decimal degrees

            fuel1STRING

            Energy source used in electricity generation or export

            fuel2STRING

            Energy source used in electricity generation or export

            fuel3STRING

            Energy source used in electricity generation or export

            fuel4STRING

            Energy source used in electricity generation or export

            comm_yearSTRING

            Year of plant operation, weighted by unit-capacity when data is available

            ownerSTRING

            Majority shareholder of the power plant, generally in Romanized form

            sourceSTRING

            Entity reporting the data; could be an organization, report, or document,\n", - "generally in Romanized form

            urlSTRING

            Web document corresponding to the \"source\" field

            src_latlonSTRING

            Attribution for geolocation information

            cap_yearDOUBLE

            Year the capacity information was reported

            gwh_2013DOUBLE

            Electricity generation in gigawatt-hours reported for the year 2013

            gwh_2014DOUBLE

            Electricity generation in gigawatt-hours reported for the year 2014

            gwh_2015DOUBLE

            Electricity generation in gigawatt-hours reported for the year 2015

            gwh_2016DOUBLE

            Electricity generation in gigawatt-hours reported for the year 2016

            gwh_estimtDOUBLE

            Estimated annual electricity generation in gigawatt-hours for the year\n", - "2015

            Terms of Use

            This dataset is licensed under\n", - "CC-BY 4.0.

            Suggested citation(s)

          • period:0
            • 0:infrastructure
            • 1:energy
            • 2:climate
            • 3:power
            • 4:power_plants
          • provider:World Resources Institute
          • provider_url:http://datasets.wri.org/dataset/globalpowerplantdatabase
            • 0:wri
          • system:asset_size:2909055
            • 0:wri
            • 1:infrastructure
            • 2:energy
            • 3:climate
            • 4:power
            • 5:power_plants
          • title:Global Power Plant Database
            • type:Feature
            • id:000000000000000000e4
              • type:Point
                • 0:14.563909095577076
                • 1:42.05021076402892
              • cap_year:0
              • capacitymw:840
              • comm_year:2004
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002890
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:642.3
              • gwh_2016:0
              • gwh_estimt:2039.246940354907
              • latitude:42.0502
              • longitude:14.5639
              • name:GISSI
              • owner:A2A
              • source:A2A
              • src_latlon:GEODB
              • url:http://www.a2a.eu/en/plants_networks/thermoelectric/gissi/
            • type:Feature
            • id:000000000000000068e2
              • type:Point
                • 0:9.509781472592428
                • 1:45.51152023270137
              • cap_year:0
              • capacitymw:969
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002861
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:582.57
              • gwh_2016:0
              • gwh_estimt:2352.417006195125
              • latitude:45.5115
              • longitude:9.5098
              • name:Cassano d?Adda
              • owner:A2A
              • source:A2A
              • src_latlon:WRI
              • url:http://www.a2a.eu/en/plants_networks/thermoelectric/cassano/
            • type:Feature
            • id:000000000000000068e6
              • type:Point
                • 0:10.71417964529344
                • 1:45.39931201060431
              • cap_year:0
              • capacitymw:400
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002873
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:392.73
              • gwh_2016:0
              • gwh_estimt:971.0699715975749
              • latitude:45.3993
              • longitude:10.7142
              • name:CTE DEL MINCIO
              • owner:A2A
              • source:A2A
              • src_latlon:GEODB
              • url:http://www.a2a.eu/gruppo/cms/a2a/it/impianti_reti/termoelettrica/mincio.html
            • type:Feature
            • id:000000000000000068e4
              • type:Point
                • 0:10.227285727969873
                • 1:45.524805686197666
              • cap_year:0
              • capacitymw:116.7
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002898
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:409
              • gwh_2016:0
              • gwh_estimt:187.21013286214276
              • latitude:45.5248
              • longitude:10.2273
              • name:LAMARMORA
              • owner:
              • source:A2A
              • src_latlon:CARMA
              • url:http://www.a2a.eu/en/plants_networks/cogeneration/lamarmora.html
            • type:Feature
            • id:000000000000000068c9
              • type:Point
                • 0:13.545507271824157
                • 1:45.797920498781906
              • cap_year:0
              • capacitymw:336
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002911
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:2109
              • gwh_2016:0
              • gwh_estimt:1842.3175014731878
              • latitude:45.7979
              • longitude:13.5455
              • name:Monfalcone
              • owner:A2A
              • source:A2A
              • src_latlon:GEODB
              • url:http://www.a2a.eu/en/plants_networks/thermoelectric/monfalcone/
            • type:Feature
            • id:00000000000000000279
              • type:Point
                • 0:44.45761572747694
                • 1:33.28719745113685
              • cap_year:0
              • capacitymw:646
              • comm_year:2004
              • country:IRQ
              • country_lg:Iraq
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1008701
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1006.4948777575262
              • latitude:33.2872
              • longitude:44.4576
              • name:South Baghdad 1
              • owner:Iraq's Ministry of Electricity
              • source:BBC
              • src_latlon:WRI
              • url:http://www.bbc.com/news/world-middle-east-22093992
            • type:Feature
            • id:0000000000000000613d
              • type:Point
                • 0:58.04858977089482
                • 1:37.3397096003943
              • cap_year:0
              • capacitymw:1404
              • comm_year:2011
              • country:IRN
              • country_lg:Iran
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1008192
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7235.460042628213
              • latitude:37.3397
              • longitude:58.0486
              • name:Shirvan
              • owner:TAVANIR
              • source:CDM
              • src_latlon:GEODB
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1322812574.59/view
            • type:Feature
            • id:0000000000000000615b
              • type:Point
                • 0:50.71510920751931
                • 1:29.53867981718476
              • cap_year:0
              • capacitymw:484
              • comm_year:2014
              • country:IRN
              • country_lg:Iran
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029945
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2494.2753993105807
              • latitude:29.5387
              • longitude:50.7151
              • name:Genevah
              • owner:MAPNA Group
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/SIRIM1392386361.46/view
            • type:Feature
            • id:000000000000000061a2
              • type:Point
                • 0:49.084903273604375
                • 1:37.637779521572924
              • cap_year:0
              • capacitymw:930
              • comm_year:2011
              • country:IRN
              • country_lg:Iran
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029943
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4792.719259005868
              • latitude:37.6378
              • longitude:49.0849
              • name:Paresar
              • owner:TAVANIR
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/Validation/DB/0A6SRRV8Y6XST61AE0L5RMPQUBSRC1/view.html
            • type:Feature
            • id:00000000000000000359
              • type:Point
                • 0:18.3986924106774
                • 1:-33.092987460331265
              • cap_year:0
              • capacitymw:66.6
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026018
              • gwh_2013:0
              • gwh_2014:190
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-33.093
              • longitude:18.3987
              • name:Hopefield
              • owner:Umoya Energy
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/l/u/F1A2TM3QHOKWNVLDE5JZGIRS98BUCX.pdf/PDD%20Hopefield.pdf?t=OTR8b2pkNngzfDDowoIvyI_mpurbcPT1SA-3
            • type:Feature
            • id:00000000000000000374
              • type:Point
                • 0:24.71049467021475
                • 1:-34.13598532636786
              • cap_year:0
              • capacitymw:80
              • comm_year:2015
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026014
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:35.8397393473502
              • latitude:-34.136
              • longitude:24.7105
              • name:Red Cap
              • owner:Red Cap Kouga Wind Farm Ltd
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/u/g/NI4MS38U5B6PADXQ0K2FLG9VY1EHWO.pdf/PDD%20-%20Red%20Cap%20Kouga%20Wind%20Farm.pdf?t=ZUt8b2pkNjE3fDDrIEb0PZzOV-CHzPAgyBW8
            • type:Feature
            • id:00000000000000000378
              • type:Point
                • 0:25.60281933561941
                • 1:-33.676021382347585
              • cap_year:0
              • capacitymw:73.8
              • comm_year:2010
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026027
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:33.06215954793056
              • latitude:-33.676
              • longitude:25.6028
              • name:Coega IDZ Windfarm
              • owner:Electrawinds Africa and Indian Ocean Islands (Pty)
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/4/2/UB1DG6JSNM5RP749A8EYHFCX0LTV2Z.pdf/8954%20PDD%2022%20Dec%2012.pdf?t=Ylp8b2pkOG0xfDDwgY0_wDMQWuuX_NwESiDj
            • type:Feature
            • id:00000000000000000398
              • type:Point
                • 0:22.920100278434038
                • 1:-27.60201078707833
              • cap_year:0
              • capacitymw:73.8
              • comm_year:2014
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026019
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:221
              • gwh_estimt:33.06215954793056
              • latitude:-27.602
              • longitude:22.9201
              • name:Karoo Renewable Energy Facility (Nobelsfontein Wind)
              • owner:South African Renewable Green Energy
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/h/v/WJEK19MU3GNLTH562P0A7ZYQVDCIRS.pdf/PDD.pdf?t=eEN8b2pkNnp6fDDXvZVJYrHBHDoegHcnh7mQ
            • type:Feature
            • id:00000000000000000685
              • type:Point
                • 0:109.26001838639384
                • 1:13.907715412753467
              • cap_year:0
              • capacitymw:21
              • comm_year:2017
              • country:VNM
              • country_lg:Vietnam
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030755
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:9.718085106382977
              • latitude:13.9077
              • longitude:109.26
              • name:Phuong Mai 3
              • owner:Central Wind power Joint Stock Company
              • source:CDM
              • src_latlon:CDM
              • url:https://cdm.unfccc.int/Projects/DB/ICONTEC1347544560.36/view
            • type:Feature
            • id:000000000000000006c0
              • type:Point
                • 0:108.4100186623642
                • 1:11.052509876560496
              • cap_year:0
              • capacitymw:32
              • comm_year:2017
              • country:VNM
              • country_lg:Vietnam
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030749
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:14.808510638297872
              • latitude:11.0525
              • longitude:108.41
              • name:Thuan Nhien Phong
              • owner:Asia Renewable Energy Corporation
              • source:CDM
              • src_latlon:CDM
              • url:https://cdm.unfccc.int/Projects/DB/ICONTEC1347549044.44/view
            • type:Feature
            • id:00000000000000000907
              • type:Point
                • 0:126.16611702673616
                • 1:33.34159599720951
              • cap_year:0
              • capacitymw:21
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029929
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:54.559056903196556
              • latitude:33.3416
              • longitude:126.1661
              • name:Hangyeong
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/KEMCO1173839526.69/view
            • type:Feature
            • id:0000000000000000090c
              • type:Point
                • 0:126.82127839391644
                • 1:33.39518664408306
              • cap_year:0
              • capacitymw:33
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029933
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:85.73566084788028
              • latitude:33.3952
              • longitude:126.8213
              • name:Samdal
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/S/1/5/S1527M4GXNLZTRUWD3QH89EO6BVPYA/Samdal%20PDD_%28Clean%20Version%29.pdf?t=Rkd8b2xqaXdjfDCBx9r7XcBVMARH8CoRKQPa
            • type:Feature
            • id:0000000000000000090e
              • type:Point
                • 0:126.83487803043462
                • 1:33.43971086661118
              • cap_year:0
              • capacitymw:22
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029935
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:57.15710723192019
              • latitude:33.4397
              • longitude:126.8349
              • name:Yeongheung
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/5/8/K/58KRC69AX3DTZ7S4PEWF0BQONVIUL2/Sungsan_Wind_Power_CDM_Project_ver9_20110615.pdf?t=b2R8b2x1N2ZkfDCgB9WRQztAlxjzdI-VOEjQ
            • type:Feature
            • id:00000000000000000986
              • type:Point
                • 0:128.26979677461185
                • 1:37.439485151483
              • cap_year:0
              • capacitymw:40
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029931
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:103.92201314894581
              • latitude:37.4395
              • longitude:128.2698
              • name:Taegisan
              • owner:
              • source:CDM
              • src_latlon:GEODB
              • url:https://cdm.unfccc.int/Projects/DB/KFQ1226904451.62/view
            • type:Feature
            • id:00000000000000000999
              • type:Point
                • 0:129.23631351646708
                • 1:36.569198180898205
              • cap_year:0
              • capacitymw:61.5
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029930
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:159.78009521650418
              • latitude:36.5692
              • longitude:129.2363
              • name:Yeong Yang
              • owner:
              • source:CDM
              • src_latlon:GEODB
              • url:https://cdm.unfccc.int/Projects/DB/KFQ1210856027.26/view
            • type:Feature
            • id:0000000000000000099c
              • type:Point
                • 0:129.41409622355766
                • 1:36.41488943387032
              • cap_year:0
              • capacitymw:39.6
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029928
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:102.88279301745636
              • latitude:36.4149
              • longitude:129.4141
              • name:Youngduk
              • owner:Youngduk Wind Power Co. Ltd
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/KFQ1141796981.11/view
            • type:Feature
            • id:00000000000000001368
              • type:Point
                • 0:-76.13740795542897
                • 1:21.11938273022041
              • cap_year:0
              • capacitymw:10.2
              • comm_year:0
              • country:CUB
              • country_lg:Cuba
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002025
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:17
              • latitude:21.1194
              • longitude:-76.1374
              • name:Gibara
              • owner:Uni�n El�ctrica
              • source:CDM
              • src_latlon:WRI
              • url:http://cuba.acp-cd4cdm.org/media/280185/3%20pdd%20parque%20eolico%20gibara%202%20version%2001.pdf
            • type:Feature
            • id:000000000000000013a1
              • type:Point
                • 0:-87.23242230651984
                • 1:13.932087038592949
              • cap_year:0
              • capacitymw:126
              • comm_year:0
              • country:HND
              • country_lg:Honduras
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029371
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:398
              • latitude:13.9321
              • longitude:-87.2324
              • name:Cerra de Hula
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/projsearch.html
            • type:Feature
            • id:00000000000000005dab
              • type:Point
                • 0:72.7629027673708
                • 1:26.52548510427913
              • cap_year:0
              • capacitymw:29.6
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026099
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:301.54723551266056
              • latitude:26.5255
              • longitude:72.7629
              • name:Jeloo Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1312546277.77/view
            • type:Feature
            • id:00000000000000005dbc
              • type:Point
                • 0:70.99961788204877
                • 1:27.093079174934896
              • cap_year:0
              • capacitymw:75.6
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026341
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:770.1679393499033
              • latitude:27.0931
              • longitude:70.9996
              • name:Kaladonger Wind Farm
              • owner:Bindu Vau Urja Private Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1356681143.52/view
            • type:Feature
            • id:00000000000000005dbd
              • type:Point
                • 0:71.06429470126551
                • 1:26.817989497641747
              • cap_year:0
              • capacitymw:102
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026091
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1039.1154737260601
              • latitude:26.818
              • longitude:71.0643
              • name:ONGC Jerat Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/L/M/Z/LMZG56NYST19Q7IHD4EPXJRF2VB03W/PDD.pdf?t=R1p8b2picTYxfDApzXyA-gGP8NbbOgKvi68C
            • type:Feature
            • id:00000000000000005dc1
              • type:Point
                • 0:70.77358563945643
                • 1:26.802594529570026
              • cap_year:0
              • capacitymw:26.4
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026770
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:268.94753437615674
              • latitude:26.8026
              • longitude:70.7736
              • name:Ratedi Mondri Wind Farm
              • owner:Ratedi Wind Power Private Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RINA1354700454.05/view
            • type:Feature
            • id:00000000000000005dc2
              • type:Point
                • 0:70.68767902461892
                • 1:27.17149028053632
              • cap_year:0
              • capacitymw:42
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026769
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:427.87107741661305
              • latitude:27.1715
              • longitude:70.6877
              • name:Wind power project in Rajasthan
              • owner:Mytrah Energy (India) Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1354785555.66/view
            • type:Feature
            • id:00000000000000005dc3
              • type:Point
                • 0:70.69580289989875
                • 1:27.2081150442288
              • cap_year:0
              • capacitymw:8.4
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026764
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:85.5742154833226
              • latitude:27.2081
              • longitude:70.6958
              • name:Sonu Wind Farm
              • owner:Centaur Mercantile Pvt. Ltd.
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/LRQA%20Ltd1321971513.67/view
            • type:Feature
            • id:00000000000000005dc4
              • type:Point
                • 0:70.68099141458194
                • 1:27.161122240814553
              • cap_year:0
              • capacitymw:52.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026092
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:534.8388467707663
              • latitude:27.1611
              • longitude:70.681
              • name:Mokla Wind farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/_/r/F932EYQBPVM7IXZ4KWRUG5HT6S0ACL.pdf/7895-PDD-26%20Oct%2012.pdf?t=aEJ8b2picjhvfDAyiJ_x---be015MnlJwvjn
            • type:Feature
            • id:00000000000000005dc5
              • type:Point
                • 0:70.74548870064332
                • 1:27.16570033627611
              • cap_year:0
              • capacitymw:31.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026093
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:320.90330806245976
              • latitude:27.1657
              • longitude:70.7455
              • name:Mokal Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/o/t/LOE8KY3952J1UZAFN6CHMPQBVD7RS0.pdf/PDD_RSMML.pdf?t=QUZ8b2pkZzRzfDAgGCgKw2iEeb78bqr1DaV0
            • type:Feature
            • id:00000000000000005dc6
              • type:Point
                • 0:70.67219428996954
                • 1:27.249183253516332
              • cap_year:0
              • capacitymw:27.3
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026094
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:278.11620032079844
              • latitude:27.2492
              • longitude:70.6722
              • name:HZL Parewar Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/x/_/BYO3D0NJE4W2ZULSAXTQC61IM5HV9R.pdf/7873-PDD-25%20Oct%2012.pdf?t=ZGh8b2pkZ3A5fDB5_GTLkYcWdSL2xW6rf1F3
            • type:Feature
            • id:00000000000000005dd3
              • type:Point
                • 0:69.9493938065091
                • 1:23.027191805603472
              • cap_year:0
              • capacitymw:39
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026671
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:397.30885760114063
              • latitude:23.0272
              • longitude:69.9494
              • name:GACL Kutch Wind Farm
              • owner:Gujurat Alkalies and Chemicals Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1346053136.1/view
            • type:Feature
            • id:00000000000000005ddb
              • type:Point
                • 0:68.69750911421661
                • 1:23.168888348467647
              • cap_year:0
              • capacitymw:51
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026085
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:519.5577368630301
              • latitude:23.1689
              • longitude:68.6975
              • name:ONGC Kutch Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/F/X/W/FXWNHT2DU5RV3BGL7YA8ZKPI46OS9E/2856_PDD_clean.pdf?t=RGp8b2picmp5fDB2P7QGVKqmOvLt7pNBaIqW
            • type:Feature
            • id:00000000000000005ddc
              • type:Point
                • 0:68.69881072959294
                • 1:23.31830481701209
              • cap_year:0
              • capacitymw:33
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026086
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:336.1844179701959
              • latitude:23.3183
              • longitude:68.6988
              • name:Kosa Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/w/m/64TXH0Y1V9ZCISBKO3F758PEQNUJDR.pdf/PDD__V-2_5_19_10_2012.pdf?t=akh8b2pkZTFtfDAP0pu4sjZSao0P-GV-Qzqn
            • type:Feature
            • id:00000000000000005ddd
              • type:Point
                • 0:68.87820923508171
                • 1:23.0543910786398
              • cap_year:0
              • capacitymw:150
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026083
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1528.1109907736181
              • latitude:23.0544
              • longitude:68.8782
              • name:Bera Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/z/g/GHX720LOZTBENA6IVS1PJCWF8YMKUD.pdf/2347%20Revised%20PDD.pdf?t=YUh8b2picHN3fDCY1tP_B8ik_E25vGal7UR-
            • type:Feature
            • id:00000000000000005dde
              • type:Point
                • 0:69.37318214439627
                • 1:21.90380796925654
              • cap_year:0
              • capacitymw:39.2
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026669
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:399.34633892217215
              • latitude:21.9038
              • longitude:69.3732
              • name:AES Saurashtra Windfarms
              • owner:AES
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1328700673.83/view
            • type:Feature
            • id:00000000000000005de0
              • type:Point
                • 0:69.84418737747089
                • 1:22.14209334970186
              • cap_year:0
              • capacitymw:11.2
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026670
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:114.09895397776347
              • latitude:22.1421
              • longitude:69.8442
              • name:Enercon Babarzar Wind Farm
              • owner:Enercon India Ltd.
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/URSCert1371557111.17/view
            • type:Feature
            • id:00000000000000005de1
              • type:Point
                • 0:69.82699707784562
                • 1:22.169382389315867
              • cap_year:0
              • capacitymw:50.4
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026345
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:513.4452928999356
              • latitude:22.1694
              • longitude:69.827
              • name:Lalpur Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/LRQA%20Ltd1354282051.48/view
            • type:Feature
            • id:00000000000000005de2
              • type:Point
                • 0:69.8322933059286
                • 1:22.1039874374777
              • cap_year:0
              • capacitymw:49.6
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026765
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:505.29536761580965
              • latitude:22.104
              • longitude:69.8323
              • name:Torrent Gujurat Wind Farm
              • owner:Torrent Power Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/SGS-UKL1353506542.98/view
            • type:Feature
            • id:00000000000000005de6
              • type:Point
                • 0:70.39611718032192
                • 1:22.753179327242453
              • cap_year:0
              • capacitymw:33
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026082
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:336.1844179701959
              • latitude:22.7532
              • longitude:70.3961
              • name:Jodiya Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/d/d/56KO8FQND07Y3H12PBALXWG9MRC4JV.pdf/PDD_-_GMDC_V05.pdf?t=bGh8b2pkZDEwfDAxL3Mrj_s1ZpnXL5ljSdCb
            • type:Feature
            • id:00000000000000005de7
              • type:Point
                • 0:70.27291255245935
                • 1:22.098287259795168
              • cap_year:0
              • capacitymw:35.2
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026751
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:358.59671250154236
              • latitude:22.0983
              • longitude:70.2729
              • name:Patnaik Jamnagar Wind Farm
              • owner:Patnaik Minerals Pvt. Ltd
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1288029478.94/view
            • type:Feature
            • id:00000000000000005de9
              • type:Point
                • 0:70.23130574370576
                • 1:22.033520674000744
              • cap_year:0
              • capacitymw:88.8
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026794
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:904.6417065379818
              • latitude:22.0335
              • longitude:70.2313
              • name:HZL Samana Wind Farm
              • owner:Hindustan Zinc Ltd.
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1211956663.14/view
            • type:Feature
            • id:00000000000000005dec
              • type:Point
                • 0:70.54432180006772
                • 1:22.971985360331722
              • cap_year:0
              • capacitymw:3.6
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026763
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:36.67466377856683
              • latitude:22.972
              • longitude:70.5443
              • name:Sumilon Vershamedi Wind Farm
              • owner:Sumilon Industries Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/KBS_Cert1356901324.44/view
            • type:Feature
            • id:00000000000000005ded
              • type:Point
                • 0:70.60038102782741
                • 1:23.05618641019335
              • cap_year:0
              • capacitymw:35.1
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026084
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:357.57797184102657
              • latitude:23.0562
              • longitude:70.6004
              • name:Rucha Soya Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/z/4/H6BE40Q3YPZ7ULD8OWFR1AIT5V2SXM.pdf/8592%20PDD.pdf?t=Sjd8b2pkZHV0fDDHMHx5kl40-cCl4qrFlA08
            • type:Feature
            • id:00000000000000005dee
              • type:Point
                • 0:70.46030028336143
                • 1:23.244292273716866
              • cap_year:0
              • capacitymw:21
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026672
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:213.93553870830652
              • latitude:23.2443
              • longitude:70.4603
              • name:Chhadavada Wind Farm
              • owner:India Oil Corporation Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1304071464.49/view
            • type:Feature
            • id:00000000000000005def
              • type:Point
                • 0:70.50899865175155
                • 1:23.240881143765122
              • cap_year:0
              • capacitymw:91.8
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026096
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:935.2039263534541
              • latitude:23.2409
              • longitude:70.509
              • name:Jangi Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1342443620.03/view
            • type:Feature
            • id:00000000000000005df0
              • type:Point
                • 0:70.54652108122082
                • 1:23.20798169304626
              • cap_year:0
              • capacitymw:10.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026777
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:106.96776935415326
              • latitude:23.208
              • longitude:70.5465
              • name:Jangi village wind farm
              • owner:Energy Infratech Private Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1279520653.8/view
            • type:Feature
            • id:00000000000000005df1
              • type:Point
                • 0:70.59481550001139
                • 1:23.247793170246297
              • cap_year:0
              • capacitymw:21.8
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026673
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:222.08546399243247
              • latitude:23.2478
              • longitude:70.5948
              • name:Powerica Jangi Vandjiya
              • owner:Powerica Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1411994965.49/view
            • type:Feature
            • id:00000000000000005df2
              • type:Point
                • 0:70.62161082344817
                • 1:23.18971419448886
              • cap_year:0
              • capacitymw:14.85
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026788
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:151.28298808658818
              • latitude:23.1897
              • longitude:70.6216
              • name:Powerica Kutch Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/LRQA%20Ltd1270819651.34/view
            • type:Feature
            • id:00000000000000005df3
              • type:Point
                • 0:70.72618888644263
                • 1:23.241419743231187
              • cap_year:0
              • capacitymw:3.6
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026762
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:36.67466377856683
              • latitude:23.2414
              • longitude:70.7262
              • name:Sumilon Shikarpur Wind Farm
              • owner:Sumilon Industries Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/KBS_Cert1356901324.44/view
            • type:Feature
            • id:00000000000000005e0e
              • type:Point
                • 0:76.07178858714661
                • 1:22.898511416502565
              • cap_year:0
              • capacitymw:6.25
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026350
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:63.67129128223408
              • latitude:22.8985
              • longitude:76.0718
              • name:Nagda Hills Wind Energy project
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1135356510.37/view
            • type:Feature
            • id:00000000000000005e11
              • type:Point
                • 0:75.05648371032356
                • 1:23.675620679457968
              • cap_year:0
              • capacitymw:98.7
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026088
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1005.4970319290406
              • latitude:23.6756
              • longitude:75.0565
              • name:Bhat Khedi Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/h/l/W9FUXHOTR0Y5V2KQBIS4MPN17JEZLC.pdf/PDD%20-%2098.7%20MW%20wind%20power%20project%20at%20Ratlam%20in%20Madhya%20Pradesh%20by%20DJ%20Energy%20Private%20Limited.pdf?t=R2x8b2picWpsfDACMivhrOTU62i3hfmcbopg
            • type:Feature
            • id:00000000000000005e1e
              • type:Point
                • 0:74.62151975818652
                • 1:23.963995810247418
              • cap_year:0
              • capacitymw:37.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026089
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:382.02774769340454
              • latitude:23.964
              • longitude:74.6215
              • name:Devgarh Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/Y/I/R/YIR8M4NQJKLW63H1OZCGBTSA729PU5/37.5_MW_PDD_-_37.5_MW_Wind_power_project_at_Pratapgarh%2C_Rajasthan?t=WTF8b2pkZHAyfDApG31asZJ6b9TuTgaPGJDE
            • type:Feature
            • id:00000000000000005f5f
              • type:Point
                • 0:77.62708431198955
                • 1:8.823022270069572
              • cap_year:0
              • capacitymw:10.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026771
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:106.96776935415326
              • latitude:8.823
              • longitude:77.6271
              • name:SWPPL Madhavakurichi
              • owner:SWPPL
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1351312018.91/view
            • type:Feature
            • id:00000000000000005f60
              • type:Point
                • 0:77.65899633035396
                • 1:8.916514160720844
              • cap_year:0
              • capacitymw:14.4
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026774
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:146.69865511426732
              • latitude:8.9165
              • longitude:77.659
              • name:TVS Tirunelveli Wind Farm
              • owner:TVS Energy Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1336676184.92/view
            • type:Feature
            • id:00000000000000005f61
              • type:Point
                • 0:77.44660860756862
                • 1:8.870912739260602
              • cap_year:0
              • capacitymw:34.65
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026753
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:352.9936388687057
              • latitude:8.8709
              • longitude:77.4466
              • name:Wind power project by Riddhi Siddhi Gluco Biols Limited (RSGBL)
              • owner:Riddhi Siddhi Gluco Biols Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/LRQA%20Ltd1356711565.56/view
            • type:Feature
            • id:00000000000000005f66
              • type:Point
                • 0:77.68731768561126
                • 1:8.178408475766378
              • cap_year:0
              • capacitymw:37.6
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026064
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:383.0464883539202
              • latitude:8.1784
              • longitude:77.6873
              • name:Nagercoli Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/5/D/0/5D0I7GCWXZ1VFNS6ROQKHTMYL8JA39/Nagercoil%20PDD%20Corrected_c.pdf?t=bkl8b2pkZGlofDAiW_GZYG7HXm3tF_Ie-IsH
            • type:Feature
            • id:00000000000000005f6e
              • type:Point
                • 0:77.47528902913665
                • 1:9.073695438234406
              • cap_year:0
              • capacitymw:150
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026065
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1528.1109907736181
              • latitude:9.0737
              • longitude:77.4753
              • name:NuPower Tirunelveli Wind Farm
              • owner:NuPower
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/3/x/NUSA0ZGPJRT6YXIMEVOB74WDHQ5KF8.pdf/Final%20PDD.pdf?t=QzV8b2picHExfDDzqlVY2T6pSjzHeaKJVjyC
            • type:Feature
            • id:00000000000000005f6f
              • type:Point
                • 0:77.45010950409807
                • 1:9.019790608338978
              • cap_year:0
              • capacitymw:16.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026791
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:168.09220898509795
              • latitude:9.0198
              • longitude:77.4501
              • name:Powerica Tirunelveli Wind Farm
              • owner:Powerica Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/LRQA%20Ltd1264590823.08/view
            • type:Feature
            • id:00000000000000005f71
              • type:Point
                • 0:77.60549545005807
                • 1:9.0869808917307
              • cap_year:0
              • capacitymw:9.7
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026344
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:98.81784407002728
              • latitude:9.087
              • longitude:77.6055
              • name:LTML Wind Energy Project in Tamil Nadu
              • owner:Loyal Textile Mills Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RINA1359562234.41/view
            • type:Feature
            • id:00000000000000005f72
              • type:Point
                • 0:77.59099814776314
                • 1:9.078183767118288
              • cap_year:0
              • capacitymw:10.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026772
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:106.96776935415326
              • latitude:9.0782
              • longitude:77.591
              • name:SWPPL Vadakkupanavadali
              • owner:SWPPL
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1351312018.91/view
            • type:Feature
            • id:00000000000000005f73
              • type:Point
                • 0:77.64580064343534
                • 1:9.126882135508415
              • cap_year:0
              • capacitymw:4.25
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026653
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:43.296478071919175
              • latitude:9.1269
              • longitude:77.6458
              • name:Frost International Palankottai Wind Farm
              • owner:Frost International Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1354554757.67/view
            • type:Feature
            • id:00000000000000005f75
              • type:Point
                • 0:77.22160868061961
                • 1:9.888102714214876
              • cap_year:0
              • capacitymw:3.6
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026760
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:36.67466377856683
              • latitude:9.8881
              • longitude:77.2216
              • name:Weizzmann Forex Idukki Wind Farm
              • owner:Weizzmann Forex Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/LRQA%20Ltd1323254431.52/view
            • type:Feature
            • id:00000000000000005f77
              • type:Point
                • 0:77.47681506095716
                • 1:9.934422268296544
              • cap_year:0
              • capacitymw:16.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026761
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:168.09220898509795
              • latitude:9.9344
              • longitude:77.4768
              • name:iEnergy Theni Wind Farm
              • owner:iEnergy Wind Farms
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1345031355.85/view
            • type:Feature
            • id:00000000000000005f78
              • type:Point
                • 0:77.50769476367827
                • 1:9.943802875663856
              • cap_year:0
              • capacitymw:9.35
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026758
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:95.25225175822219
              • latitude:9.9438
              • longitude:77.5077
              • name:TVS Kunnur Wind Farm
              • owner:TVS Energy limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1331114727.08/view
            • type:Feature
            • id:00000000000000005f79
              • type:Point
                • 0:77.57771269426685
                • 1:9.985499450995125
              • cap_year:0
              • capacitymw:9.9
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026792
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:100.85532539105878
              • latitude:9.9855
              • longitude:77.5777
              • name:Powerica Theni Wind Farm
              • owner:Powerica Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/LRQA%20Ltd1300097036.88/view
            • type:Feature
            • id:00000000000000005f95
              • type:Point
                • 0:77.18929271265566
                • 1:10.72450280172637
              • cap_year:0
              • capacitymw:19.8
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026347
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:201.71065078211757
              • latitude:10.7245
              • longitude:77.1893
              • name:Anikkadavu Wind Farm
              • owner:Madras Cement Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1379744232.36/viewhttps://cdm.unfccc.int/Projects/DB/LRQA%20Ltd1278588174.29/view
            • type:Feature
            • id:00000000000000005fa5
              • type:Point
                • 0:77.31990308317664
                • 1:10.816603310423634
              • cap_year:0
              • capacitymw:21
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026773
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:213.93553870830652
              • latitude:10.8166
              • longitude:77.3199
              • name:SWPPL Manurpalayam
              • owner:SWPPL
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1351312018.91/view
            • type:Feature
            • id:00000000000000005fa7
              • type:Point
                • 0:77.41599820458056
                • 1:10.738910337443627
              • cap_year:0
              • capacitymw:11.2
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026655
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:114.09895397776347
              • latitude:10.7389
              • longitude:77.416
              • name:Bannari Amman Spinning Mills Wind Power Project
              • owner:Enercon India Ltd.
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/S/7/J/S7JBL0QFRHWA1DEZ2O4NUTG5Y6VKMP/PDD%20BASML%20Version%2003.pdf?t=Mmh8b2pxZWR0fDDj8zCpobgUeh2ry3t0r5N5
            • type:Feature
            • id:00000000000000005fa9
              • type:Point
                • 0:77.4588168621328
                • 1:10.867411193389184
              • cap_year:0
              • capacitymw:21
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026656
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:213.93553870830652
              • latitude:10.8674
              • longitude:77.4588
              • name:HZL Palladum Wind Farm
              • owner:HZL
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1352807242.64/view
            • type:Feature
            • id:00000000000000005faa
              • type:Point
                • 0:77.51231774242868
                • 1:10.838012639199754
              • cap_year:0
              • capacitymw:1.7
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026759
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:17.31859122876767
              • latitude:10.838
              • longitude:77.5123
              • name:UPL Dharapuram Wind Farm
              • owner:UPL
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1351718801.6/view
            • type:Feature
            • id:00000000000000005fab
              • type:Point
                • 0:77.24710238868006
                • 1:10.65578648651413
              • cap_year:0
              • capacitymw:56.25
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026067
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:573.0416215401067
              • latitude:10.6558
              • longitude:77.2471
              • name:Kottamangalam Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/a/1/0JPNG5S4A821KD6IUHWBOEYRVFTL3X.pdf/ALWE%20PDD_Ver%206%20_06.03.2013_%20Clean%20.pdf?t=dlV8b2picjMyfDAQ_TbHluMZz9jMHYOK8XbU
            • type:Feature
            • id:00000000000000005fac
              • type:Point
                • 0:77.23700364869133
                • 1:10.614314327627053
              • cap_year:0
              • capacitymw:25.7
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026066
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:261.8163497525465
              • latitude:10.6143
              • longitude:77.237
              • name:Udumalpet Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1174563974.61/view
            • type:Feature
            • id:00000000000000005fb8
              • type:Point
                • 0:76.51370944905368
                • 1:13.727598774643266
              • cap_year:0
              • capacitymw:68.8
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026095
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:700.8935744348328
              • latitude:13.7276
              • longitude:76.5137
              • name:Enercon Chitradurga Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1185356859.49/view
            • type:Feature
            • id:00000000000000005fbb
              • type:Point
                • 0:77.5712943839629
                • 1:14.165121074244123
              • cap_year:0
              • capacitymw:50.4
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026351
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:513.4452928999356
              • latitude:14.1651
              • longitude:77.5713
              • name:Nallakonda Wind Farm
              • owner:Tadas Wind Energy
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/LRQA%20Ltd1355495522.4/view
            • type:Feature
            • id:00000000000000005fc0
              • type:Point
                • 0:77.3354775844037
                • 1:14.705291455419376
              • cap_year:0
              • capacitymw:200
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026659
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2037.4813210314906
              • latitude:14.7053
              • longitude:77.3355
              • name:Thimmapuram Wind Farm
              • owner:Rayala Wind Power Company Private Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1351859167.83/view
            • type:Feature
            • id:00000000000000005fc8
              • type:Point
                • 0:75.37888037405284
                • 1:15.731906921029807
              • cap_year:0
              • capacitymw:7.2
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026352
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:73.34932755713366
              • latitude:15.7319
              • longitude:75.3789
              • name:Nargund Wind Farm
              • owner:Bhoruka Power
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/PJR%20CDM1353582075.03/view
            • type:Feature
            • id:00000000000000005fca
              • type:Point
                • 0:75.56249790869246
                • 1:15.403810079618
              • cap_year:0
              • capacitymw:24.8
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026073
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:252.64768380790483
              • latitude:15.4038
              • longitude:75.5625
              • name:Belgaum Gadag Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1204705646.68/view
            • type:Feature
            • id:00000000000000005fcb
              • type:Point
                • 0:75.56388929064649
                • 1:15.365389984371964
              • cap_year:0
              • capacitymw:34.4
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026795
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:350.4467872174164
              • latitude:15.3654
              • longitude:75.5639
              • name:HZL Gadag Wind Farm
              • owner:Hindustan Zinc Ltd.
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1208874936.63/view
            • type:Feature
            • id:00000000000000005fcc
              • type:Point
                • 0:75.57668102796553
                • 1:15.330201485922327
              • cap_year:0
              • capacitymw:50.4
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026787
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:513.4452928999356
              • latitude:15.3302
              • longitude:75.5767
              • name:Tata Power Gadag Plains Wind Farm
              • owner:Tata Power
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1352368180.64/view
            • type:Feature
            • id:00000000000000005fcd
              • type:Point
                • 0:75.58677976795427
                • 1:15.341781374442743
              • cap_year:0
              • capacitymw:25.6
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026072
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:260.7976090920308
              • latitude:15.3418
              • longitude:75.5868
              • name:Gadag Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1239021527.94/view
            • type:Feature
            • id:00000000000000005fce
              • type:Point
                • 0:75.58107959027176
                • 1:15.275802939849672
              • cap_year:0
              • capacitymw:25.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026776
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:259.77886843151504
              • latitude:15.2758
              • longitude:75.5811
              • name:Yelisirur wind power project
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/TUEV-RHEIN1351077305.18/view
            • type:Feature
            • id:00000000000000005fd1
              • type:Point
                • 0:75.86128596249253
                • 1:14.653406373521692
              • cap_year:0
              • capacitymw:23.1
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026658
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:235.32909257913715
              • latitude:14.6534
              • longitude:75.8613
              • name:GIWPP Telagi
              • owner:Bangalore Electricity Supply Company Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1323884772.8/view
            • type:Feature
            • id:00000000000000005fd3
              • type:Point
                • 0:75.7965193766981
                • 1:15.157894540070082
              • cap_year:0
              • capacitymw:78.9
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026070
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:803.7863811469231
              • latitude:15.1579
              • longitude:75.7965
              • name:MSPL Wind Farm
              • owner:MSPL
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/I/M/8/IM82KOV79XD6W1FSRY0APUBQT5HNG3/PDD%20Version%203.1?t=eXJ8b2pkY3A3fDDe6Zq2yZtRMfXDrbXuYkLx
            • type:Feature
            • id:00000000000000005fda
              • type:Point
                • 0:76.39261433576652
                • 1:14.575085034497949
              • cap_year:0
              • capacitymw:16.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026069
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:168.09220898509795
              • latitude:14.5751
              • longitude:76.3926
              • name:Anabura Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1216117082.43/view
            • type:Feature
            • id:00000000000000005fdb
              • type:Point
                • 0:76.34817987981609
                • 1:14.4790796796717
              • cap_year:0
              • capacitymw:13.2
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026068
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:134.47376718807837
              • latitude:14.4791
              • longitude:76.3482
              • name:Arasinagundi Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1216117082.43/view
            • type:Feature
            • id:00000000000000005fdd
              • type:Point
                • 0:76.31541507896375
                • 1:14.098020557430079
              • cap_year:0
              • capacitymw:10.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026349
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:106.96776935415326
              • latitude:14.098
              • longitude:76.3154
              • name:NMDC Anehalu Wind Farm
              • owner:NMDC
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1323884913.69/view
            • type:Feature
            • id:00000000000000005fee
              • type:Point
                • 0:74.7006938796982
                • 1:15.93491403644781
              • cap_year:0
              • capacitymw:50.4
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026074
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:513.4452928999356
              • latitude:15.9349
              • longitude:74.7007
              • name:Belgaum Wind farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/K/H/4/KH4609PBJU1SRCMD8W7FNQ2LTZGIO5/ENRE%20PDD%20version%205_0_21_12_2010%20Clean%20Mode.pdf?t=dWt8b2picnVxfDDdBloH5bI-0qA-0I--EtaE
            • type:Feature
            • id:00000000000000005ffa
              • type:Point
                • 0:74.5417172706311
                • 1:16.49608979679963
              • cap_year:0
              • capacitymw:1.7
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026075
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:17.31859122876767
              • latitude:16.4961
              • longitude:74.5417
              • name:Belagwi Wind Turbines
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/t/h/3ZTDL1JSY8F96X7WM05GQEOBHVCRKU.pdf/PDD_0.85%20MW%20x%202%20Wind?t=OUd8b2pibmtifDA3QWPDKTd9w1VzFuhHzr3p
            • type:Feature
            • id:00000000000000006001
              • type:Point
                • 0:74.63099013213152
                • 1:17.303091330121692
              • cap_year:0
              • capacitymw:16.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026785
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:168.09220898509795
              • latitude:17.3031
              • longitude:74.631
              • name:Shree Sangli Wind Farm
              • owner:Shree Naman Developers Ltd.
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/D/O/R/DORZF791H8K4NWACPQ5IMTUYLG2VXE/CDM_PDD_v6.pdf?t=WGN8b2sxbDRnfDDF8h6MT3w9DKjkxFa903Mt
            • type:Feature
            • id:00000000000000006007
              • type:Point
                • 0:73.97650201428378
                • 1:17.130919034135957
              • cap_year:0
              • capacitymw:23.1
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026793
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:235.32909257913715
              • latitude:17.1309
              • longitude:73.9765
              • name:GFL Gudhepanchgani
              • owner:GFL
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/RWTUV1202913883.06/view
            • type:Feature
            • id:0000000000000000600b
              • type:Point
                • 0:73.83678033612851
                • 1:17.26839654784928
              • cap_year:0
              • capacitymw:65.6
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026663
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:668.2938732983288
              • latitude:17.2684
              • longitude:73.8368
              • name:Patan Taluka Wind Farm
              • owner:Tratnagiri Wind Power Projects Private Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/SIRIM1355276782.28/view
            • type:Feature
            • id:0000000000000000600d
              • type:Point
                • 0:73.90320760360997
                • 1:17.572705246176504
              • cap_year:0
              • capacitymw:14.65
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026077
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:149.24550676555668
              • latitude:17.5727
              • longitude:73.9032
              • name:Maloshi Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/A/R/Q/ARQ8TKW54JBLF1U3E6OXVHCDSN9M70/PDD-CEM-0792-27-09.pdf?t=V0d8b2pibmNpfDBisKvrZGRCvGuhGr5W8zZF
            • type:Feature
            • id:0000000000000000601a
              • type:Point
                • 0:74.3386203886354
                • 1:17.572391063154637
              • cap_year:0
              • capacitymw:2.25
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026784
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:22.921664861604267
              • latitude:17.5724
              • longitude:74.3386
              • name:Shree Southern Wind Farm
              • owner:Shree Naman Developers Ltd.
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/D/O/R/DORZF791H8K4NWACPQ5IMTUYLG2VXE/CDM_PDD_v6.pdf?t=WGN8b2sxbDRnfDDF8h6MT3w9DKjkxFa903Mt
            • type:Feature
            • id:0000000000000000601b
              • type:Point
                • 0:74.7001103969433
                • 1:17.500981750612066
              • cap_year:0
              • capacitymw:25.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026767
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:259.77886843151504
              • latitude:17.501
              • longitude:74.7001
              • name:TVS Virali Wind Farm
              • owner:TVS Energy Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1354626555.71/view
            • type:Feature
            • id:0000000000000000602d
              • type:Point
                • 0:76.02228231955739
                • 1:16.62082045648272
              • cap_year:0
              • capacitymw:100.8
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026661
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1026.8905857998711
              • latitude:16.6208
              • longitude:76.0223
              • name:Ingaleshwar Wind Farm
              • owner:Fortune Five Hydel Projects Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1351166669.28/view
            • type:Feature
            • id:0000000000000000606b
              • type:Point
                • 0:74.98848552773275
                • 1:19.107983024197335
              • cap_year:0
              • capacitymw:50.4
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026665
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:513.4452928999356
              • latitude:19.108
              • longitude:74.9885
              • name:Vaayu Ashti Wind Farm
              • owner:Vaayu Renew
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1350385874.53/view
            • type:Feature
            • id:0000000000000000606f
              • type:Point
                • 0:74.84409598753824
                • 1:19.17571190705512
              • cap_year:0
              • capacitymw:50.4
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026078
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:513.4452928999356
              • latitude:19.1757
              • longitude:74.8441
              • name:Tata Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/i/o/Z9N7VXYJ5LIE8WRQM1SB3H4FDA6U2K.pdf/PDD%20with%20revised%20MP%20(ver%2010.0)(Clean%20mode).pdf?t=Qmt8b2picnBrfDBPz_lFTjdrigpAyplKqoQb
            • type:Feature
            • id:00000000000000006070
              • type:Point
                • 0:74.87632218892452
                • 1:19.147390551797827
              • cap_year:0
              • capacitymw:50.4
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026666
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:513.4452928999356
              • latitude:19.1474
              • longitude:74.8763
              • name:Roaring 40s Wind Farms (Khandke) Private Limited - Phase II
              • owner:Roaring 40's Wind Farms Private Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1263981578.63/view
            • type:Feature
            • id:00000000000000006072
              • type:Point
                • 0:73.63960804825956
                • 1:18.85798310536508
              • cap_year:0
              • capacitymw:113.6
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026768
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1157.2893903458867
              • latitude:18.858
              • longitude:73.6396
              • name:Andrha Lake Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/LRQA%20Ltd1348755977.79/view
            • type:Feature
            • id:00000000000000006079
              • type:Point
                • 0:73.90738174947198
                • 1:19.84501151021967
              • cap_year:0
              • capacitymw:10.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026786
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:106.96776935415326
              • latitude:19.845
              • longitude:73.9074
              • name:Shree Nashik Wind Farm
              • owner:Shree Naman Developers Ltd.
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/D/O/R/DORZF791H8K4NWACPQ5IMTUYLG2VXE/CDM_PDD_v6.pdf?t=WGN8b2sxbDRnfDDF8h6MT3w9DKjkxFa903Mt
            • type:Feature
            • id:0000000000000000607e
              • type:Point
                • 0:74.26730084267052
                • 1:21.12701288932301
              • cap_year:0
              • capacitymw:33.6
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026789
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:342.2968619332904
              • latitude:21.127
              • longitude:74.2673
              • name:SIIL Jaibhim Wind Farm
              • owner:Serum Institute of India Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/LRQA%20Ltd1340102581.62/view
            • type:Feature
            • id:00000000000000006080
              • type:Point
                • 0:74.32722003327035
                • 1:21.167003899678402
              • cap_year:0
              • capacitymw:20.8
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026668
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:211.89805738727503
              • latitude:21.167
              • longitude:74.3272
              • name:Khori Wind Farm
              • owner:REI Agro Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/L/V/Q/LVQ9ANSCJX8164E5H7PWYIB3O0RZ2U/Revised%20PDD%20Version%2006%20dated%205th%20June%202012%20-%20Clean%20mode.pdf?t=akx8b2pxZm9ufDC6M3RsDeQKejKPRFouqWsR
            • type:Feature
            • id:00000000000000006081
              • type:Point
                • 0:74.23929367043509
                • 1:21.226115191079135
              • cap_year:0
              • capacitymw:10.25
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026339
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:104.42091770286389
              • latitude:21.2261
              • longitude:74.2393
              • name:K.N. Ram Kaltek Wind Farm
              • owner:K. N. Ram
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/BVQI1351922842.98/view
            • type:Feature
            • id:00000000000000006082
              • type:Point
                • 0:74.30908718457947
                • 1:21.302686081838164
              • cap_year:0
              • capacitymw:25.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026080
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:259.77886843151504
              • latitude:21.3027
              • longitude:74.3091
              • name:HZL Nandurbar Maharashtra
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1351776938.73/view
            • type:Feature
            • id:00000000000000006083
              • type:Point
                • 0:74.15428472137435
                • 1:21.208296525410116
              • cap_year:0
              • capacitymw:40
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026079
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:407.4962642062981
              • latitude:21.2083
              • longitude:74.1543
              • name:BP Brahmanvel Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/T/0/C/T0CJ85FSL1WN9VEXID67ZOBMQRGAPH/Revised%20PDD%20-%20Clean.pdf?t=UE58b2pkZGN1fDC4di78ksdJWNuCM4aKL4xu
            • type:Feature
            • id:000000000000000060b2
              • type:Point
                • 0:69.91869363694335
                • 1:21.313099004848773
              • cap_year:0
              • capacitymw:7.5
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026081
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:76.40554953868089
              • latitude:21.3131
              • longitude:69.9187
              • name:Gorsar Wind Farm
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/d/d/56KO8FQND07Y3H12PBALXWG9MRC4JV.pdf/PDD_-_GMDC_V05.pdf?t=bGh8b2pkZDEwfDAxL3Mrj_s1ZpnXL5ljSdCb
            • type:Feature
            • id:0000000000000000034d
              • type:Point
                • 0:20.743081236595707
                • 1:-28.77198347723996
              • cap_year:0
              • capacitymw:12.57
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026017
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:25.406764806369676
              • latitude:-28.772
              • longitude:20.7431
              • name:Neusberg
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/t/z/MGRXNJW6LIFP7TYHB3E8O9S4VQ12AC.pdf/Neusberg%20Grid%20Connected%20Hydroelectric%20Power%20Plant%2C%20South%20Africa.pdf?t=S0R8b2pkNm1ofDDHCciysjdEqJ9GrpoNRKeP
            • type:Feature
            • id:000000000000000003e3
              • type:Point
                • 0:47.13279439213739
                • 1:-20.200307624667804
              • cap_year:0
              • capacitymw:16.5
              • comm_year:0
              • country:MDG
              • country_lg:Madagascar
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026779
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-20.2003
              • longitude:47.1328
              • name:Sahanivotry
              • owner:HYDELEC Madagascar SA
              • source:CDM
              • src_latlon:Power Africa
              • url:https://cdm.unfccc.int/Projects/DB/TUEV-SUED1269612670.69/view
            • type:Feature
            • id:000000000000000003e4
              • type:Point
                • 0:47.83391624708865
                • 1:-19.247794468930273
              • cap_year:0
              • capacitymw:5.25
              • comm_year:0
              • country:MDG
              • country_lg:Madagascar
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026780
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-19.2478
              • longitude:47.8339
              • name:Tsiazompaniry
              • owner:HENRI FRAISE FILS & CIE
              • source:CDM
              • src_latlon:Power Africa
              • url:https://cdm.unfccc.int/Projects/DB/RINA1323809385.82/view
            • type:Feature
            • id:000000000000000005e0
              • type:Point
                • 0:102.8733059177845
                • 1:19.013279284747416
              • cap_year:0
              • capacitymw:19.2
              • comm_year:0
              • country:LAO
              • country_lg:Laos
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026800
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:19.0133
              • longitude:102.8733
              • name:Nam Pha Gnai
              • owner:Nam Pha Gnai Hydropower Company Ltd.
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/TUEV-RHEIN1451527911.4/view
            • type:Feature
            • id:000000000000000005e3
              • type:Point
                • 0:101.93380891581023
                • 1:20.182803142020664
              • cap_year:0
              • capacitymw:14.5
              • comm_year:0
              • country:LAO
              • country_lg:Laos
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026798
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:20.1828
              • longitude:101.9338
              • name:Nam Nga
              • owner:Electricite de Laos (EDL)
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/CEC1356084291.13/view
            • type:Feature
            • id:000000000000000005ec
              • type:Point
                • 0:102.31091830863403
                • 1:19.204706511645
              • cap_year:0
              • capacitymw:14
              • comm_year:0
              • country:LAO
              • country_lg:Laos
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026802
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:19.2047
              • longitude:102.3109
              • name:Nam Sana
              • owner:Electricite de Laos (EDL)
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/DNV-CUK1419890397.72/view
            • type:Feature
            • id:000000000000000005ef
              • type:Point
                • 0:103.34170792010646
                • 1:19.288503611907085
              • cap_year:0
              • capacitymw:44
              • comm_year:0
              • country:LAO
              • country_lg:Laos
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026799
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:19.2885
              • longitude:103.3417
              • name:Nam Ngiep 3A
              • owner:Phongsubthavy Road and Bridge Construction Company Ltd.
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/JACO1391045293.61/view
            • type:Feature
            • id:000000000000000005f4
              • type:Point
                • 0:104.38129465619133
                • 1:20.345684597216756
              • cap_year:0
              • capacitymw:9.36
              • comm_year:0
              • country:LAO
              • country_lg:Laos
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026803
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:20.3457
              • longitude:104.3813
              • name:Nam Sim
              • owner:Electricite de Laos (EDL)
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/TUEV-RHEIN1358418951.2/view
            • type:Feature
            • id:00000000000000000667
              • type:Point
                • 0:107.40638344063926
                • 1:15.375488724360705
              • cap_year:0
              • capacitymw:250
              • comm_year:2012
              • country:LAO
              • country_lg:Laos
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026805
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:15.3755
              • longitude:107.4064
              • name:Xekaman 3
              • owner:Xekaman 3 Power Company Limited
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/SQS1324398658.36/view
            • type:Feature
            • id:00000000000000000669
              • type:Point
                • 0:106.71028851403793
                • 1:15.14999508123445
              • cap_year:0
              • capacitymw:14.8
              • comm_year:0
              • country:LAO
              • country_lg:Laos
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026806
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:15.15
              • longitude:106.7103
              • name:Xenamnoy 1
              • owner:Phongsubthavy Road and Bridge Construction Company Ltd.
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/TUEV-RHEIN1427857785.1/view
            • type:Feature
            • id:00000000000000000992
              • type:Point
                • 0:128.41499421400542
                • 1:35.73239414378716
              • cap_year:0
              • capacitymw:2.86
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029868
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3.68876441928663
              • latitude:35.7324
              • longitude:128.415
              • name:Dalseong
              • owner:Korea Water Resources Corporation
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/Korean%20Standards%20Association1347947889.52/view
            • type:Feature
            • id:000000000000000009bc
              • type:Point
                • 0:126.4869876586449
                • 1:36.39949446579861
              • cap_year:0
              • capacitymw:7.5
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029862
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:9.673333267360045
              • latitude:36.3995
              • longitude:126.487
              • name:Boryeong Hydro Unit
              • owner:Korea Midland Power (KOMPIO)
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/KEMCO1219130295.42/view
            • type:Feature
            • id:000000000000000009d0
              • type:Point
                • 0:126.94008445947281
                • 1:36.3174029305124
              • cap_year:0
              • capacitymw:2.6
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029865
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3.353422199351483
              • latitude:36.3174
              • longitude:126.9401
              • name:Baekje
              • owner:Korea Water Resources Corporation
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/Korean%20Standards%20Association1346907381.12/view
            • type:Feature
            • id:000000000000000009d3
              • type:Point
                • 0:127.26001254231599
                • 1:36.47269910989473
              • cap_year:0
              • capacitymw:2.3
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029866
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2.966488868657081
              • latitude:36.4727
              • longitude:127.26
              • name:Sejong
              • owner:Korea Water Resources Corporation
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/Korean%20Standards%20Association1346907381.12/view
            • type:Feature
            • id:00000000000000001392
              • type:Point
                • 0:-87.5725029860516
                • 1:15.251700613743221
              • cap_year:0
              • capacitymw:12.8
              • comm_year:0
              • country:HND
              • country_lg:Honduras
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029368
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:64.64972727449191
              • latitude:15.2517
              • longitude:-87.5725
              • name:Cuyamapa
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/projsearch.html
            • type:Feature
            • id:0000000000000000139d
              • type:Point
                • 0:-87.21648873898205
                • 1:15.559779508332912
              • cap_year:0
              • capacitymw:5.2
              • comm_year:0
              • country:HND
              • country_lg:Honduras
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029384
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:26.263951705262336
              • latitude:15.5598
              • longitude:-87.2165
              • name:Los Laureles
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/projsearch.html
            • type:Feature
            • id:0000000000000000139f
              • type:Point
                • 0:-85.83421809261277
                • 1:15.061485235644286
              • cap_year:0
              • capacitymw:2.77
              • comm_year:0
              • country:HND
              • country_lg:Honduras
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029383
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:13.990605042995513
              • latitude:15.0615
              • longitude:-85.8342
              • name:San Martin
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/projsearch.html
            • type:Feature
            • id:000000000000000013a0
              • type:Point
                • 0:-85.75069029208372
                • 1:15.189088425813065
              • cap_year:0
              • capacitymw:6.1
              • comm_year:0
              • country:HND
              • country_lg:Honduras
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029381
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:30.809635654250048
              • latitude:15.1891
              • longitude:-85.7507
              • name:Coronado
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/projsearch.html
            • type:Feature
            • id:0000000000000000619b
              • type:Point
                • 0:46.53081972223108
                • 1:38.86578630420317
              • cap_year:0
              • capacitymw:130
              • comm_year:2015
              • country:IRN
              • country_lg:Iran
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029944
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:165.97375086345843
              • latitude:38.8658
              • longitude:46.5308
              • name:Gara Chilar
              • owner:Iran Water and Power Resources Development Company
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/KFQ1389067697.84/view
            • type:Feature
            • id:0000000000000000098b
              • type:Point
                • 0:128.04030851877894
                • 1:36.140787188931625
              • cap_year:0
              • capacitymw:9.3
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029913
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:251.37526427061312
              • latitude:36.1408
              • longitude:128.0403
              • name:Gimcheon 2
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/KFQ1244695891.98/view
            • type:Feature
            • id:0000000000000000098c
              • type:Point
                • 0:128.04879146036947
                • 1:36.15811213842341
              • cap_year:0
              • capacitymw:9.1
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029912
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:245.96934460887948
              • latitude:36.1581
              • longitude:128.0488
              • name:Gimcheon
              • owner:Gimcheon Enervix Co
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/KFQ1244633674.78/view
            • type:Feature
            • id:000000000000000009c9
              • type:Point
                • 0:126.42729288448926
                • 1:34.74298692462412
              • cap_year:0
              • capacitymw:13
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029921
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:351.38477801268493
              • latitude:34.743
              • longitude:126.4273
              • name:Yeongnam PV
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/emc1352143181.32/view
            • type:Feature
            • id:0000000000000000036c
              • type:Point
                • 0:22.10448115365493
                • 1:-34.14500686742447
              • cap_year:0
              • capacitymw:4.2
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026012
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-34.145
              • longitude:22.1045
              • name:PetroSA Biogas Plant
              • owner:The Petroleum Oil and Gas Corporation of South Africa
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/M/V/B/MVB35TXGKH9S86MMWF1WMYV9LHQJC6.2/PetroSA%20biogas%20to%20energy%20project%20-%20PDD%20final.doc?t=bjh8b2pkNXBrfDCJrEDoqVQN88AILH3Ohy5c
            • type:Feature
            • id:0000000000000000039f
              • type:Point
                • 0:27.61148116102331
                • 1:-25.724991647838692
              • cap_year:0
              • capacitymw:2.2
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026031
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-25.725
              • longitude:27.6115
              • name:Ferro Waste Heat Plant
              • owner:International Ferro Metals SA
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/x/f/K7G8Q0O29ETDPLRIYMJWUH31AXZN6S.pdf/130320_PDD_v16_vvs.pdf?t=Q2t8b2pkOWY5fDBfprezsoFIxaE2NOr8UhEG
            • type:Feature
            • id:000000000000000003a0
              • type:Point
                • 0:27.83701968743841
                • 1:-25.662020393597818
              • cap_year:0
              • capacitymw:25.47
              • comm_year:2013
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026032
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-25.662
              • longitude:27.837
              • name:Hernic Waste Heat Plant
              • owner:Hernic Ferrochrome
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/u/6/NXTI6RW85GJYOVD7L31F9CPM04SKQZ.pdf/pdd_8956.pdf?t=V1N8b2pkOWpqfDD5qnFqM5wMEN5sEfTla-ss
            • type:Feature
            • id:000000000000000003b6
              • type:Point
                • 0:30.358383321248212
                • 1:-28.11902139121274
              • cap_year:0
              • capacitymw:2.22
              • comm_year:2016
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026020
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-28.119
              • longitude:30.3584
              • name:Dundee Biogas
              • owner:Dundee Biogas Power
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/7/u/KG1M94TCPARQIYH3ZWD6J2LXOF8E0S.pdf/8047-PDD-6%20Nov%2012.pdf?t=YlJ8b2pkN2E0fDBhziM8O2VZh573GujB0TQQ
            • type:Feature
            • id:0000000000000000058e
              • type:Point
                • 0:104.82420295045283
                • 1:11.75942167577198
              • cap_year:0
              • capacitymw:23.2
              • comm_year:2014
              • country:KHM
              • country_lg:Cambodia
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026843
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:11.7594
              • longitude:104.8242
              • name:MH Bio-Ethanol Distillery
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/KEMCO1329369509.41/view
            • type:Feature
            • id:000000000000000009ca
              • type:Point
                • 0:126.40960886868676
                • 1:34.83279838559061
              • cap_year:0
              • capacitymw:2.12
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029925
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:21.34722222222222
              • latitude:34.8328
              • longitude:126.4096
              • name:Mokpo
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/DB/emc1249265030.9/view
            • type:Feature
            • id:00000000000000001397
              • type:Point
                • 0:-88.02299655612688
                • 1:15.53168256951981
              • cap_year:0
              • capacitymw:2.45
              • comm_year:0
              • country:HND
              • country_lg:Honduras
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029380
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:15.5317
              • longitude:-88.023
              • name:Cerveceria
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/projsearch.html
            • type:Feature
            • id:00000000000000005759
              • type:Point
                • 0:-92.1489826492135
                • 1:14.639986270158886
              • cap_year:0
              • capacitymw:2.1
              • comm_year:2015
              • country:GTM
              • country_lg:Guatemala
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029269
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:14.64
              • longitude:-92.149
              • name:Olmeca III
              • owner:
              • source:CDM
              • src_latlon:Guatemala Energy Data Visualization Center at Universidad Rafael Landivar
              • url:https://cdm.unfccc.int/Projects/DB/SGS-UKL1244558254.22/view
            • type:Feature
            • id:00000000000000005765
              • type:Point
                • 0:-91.39898289271673
                • 1:14.220013336494008
              • cap_year:0
              • capacitymw:3.8
              • comm_year:2015
              • country:GTM
              • country_lg:Guatemala
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029268
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:14.22
              • longitude:-91.399
              • name:Olmeca I
              • owner:
              • source:CDM
              • src_latlon:Guatemala Energy Data Visualization Center at Universidad Rafael Landivar
              • url:https://cdm.unfccc.int/Projects/DB/ICONTEC1356727327.56/view
            • type:Feature
            • id:00000000000000000370
              • type:Point
                • 0:26.490790322006713
                • 1:-33.314980206928084
              • cap_year:0
              • capacitymw:3.5
              • comm_year:2013
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026028
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:77.9779411764706
              • latitude:-33.315
              • longitude:26.4908
              • name:Grahamstown
              • owner:Nollen Group
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/i/s/C4OHDSABT93VGJLM1KEZ2NWF8RQIX0.pdf/Final%20PDD.pdf?t=RGt8b2pkOHJlfDCYswgKkKG5XKo4tA27UFPb
            • type:Feature
            • id:000000000000000003a7
              • type:Point
                • 0:31.040609311598338
                • 1:-25.77198445125294
              • cap_year:0
              • capacitymw:10.1
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026025
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:225.02205882352942
              • latitude:-25.772
              • longitude:31.0406
              • name:Lomati
              • owner:Lomati Energy
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/filestorage/t/3/9Y54XCFT6QEUHSP8G2LBKDNOVI0MR7.pdf/7476-PDD-%202012%2012%2020.pdf?t=cEV8b2pkOGJqfDAG2GqZOvOHHIj_8tAhv1oC
            • type:Feature
            • id:0000000000000000138b
              • type:Point
                • 0:-88.95181133535752
                • 1:14.747077797328322
              • cap_year:0
              • capacitymw:39
              • comm_year:2017
              • country:HND
              • country_lg:Honduras
              • fuel1:Geothermal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029382
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:14.7471
              • longitude:-88.9518
              • name:Platanares
              • owner:
              • source:CDM
              • src_latlon:WRI
              • url:https://cdm.unfccc.int/Projects/projsearch.html
            • type:Feature
            • id:000000000000000057c8
              • type:Point
                • 0:-94.82371248098555
                • 1:16.580290846661264
              • cap_year:0
              • capacitymw:84.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006620
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:340.9813461053693
              • latitude:16.5803
              • longitude:-94.8237
              • name:La Venta
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000056fb
              • type:Point
                • 0:-103.7058909257447
                • 1:20.908790338988645
              • cap_year:0
              • capacitymw:70
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006588
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:218.80027967756712
              • latitude:20.9088
              • longitude:-103.7059
              • name:Manuel M. Di�guez (Santa Rosa)
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005700
              • type:Point
                • 0:-105.02528008445078
                • 1:21.65259620162564
              • cap_year:0
              • capacitymw:2.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006557
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6.876580218437825
              • latitude:21.6526
              • longitude:-105.0253
              • name:Jumat�n
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005702
              • type:Point
                • 0:-103.26998442454206
                • 1:20.697883764735003
              • cap_year:0
              • capacitymw:5.3
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006564
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:16.56630688987294
              • latitude:20.6979
              • longitude:-103.27
              • name:Luis M. Rojas (Intermedia)
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005704
              • type:Point
                • 0:-103.32469715363656
                • 1:20.7846880453493
              • cap_year:0
              • capacitymw:51.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006584
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:160.03677599273485
              • latitude:20.7847
              • longitude:-103.3247
              • name:Colimilla
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000570e
              • type:Point
                • 0:-101.31989529107278
                • 1:19.402596932135378
              • cap_year:0
              • capacitymw:2.6
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006560
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:8.126867530881066
              • latitude:19.4026
              • longitude:-101.3199
              • name:San Pedro Por�as
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005710
              • type:Point
                • 0:-102.0697155144142
                • 1:19.36072082364876
              • cap_year:0
              • capacitymw:8.4
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006567
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:26.256033561308055
              • latitude:19.3607
              • longitude:-102.0697
              • name:Zumpimito
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005712
              • type:Point
                • 0:-102.07990402098062
                • 1:19.26879984810684
              • cap_year:0
              • capacitymw:80
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006590
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:250.05746248864816
              • latitude:19.2688
              • longitude:-102.0799
              • name:Cupatitzio
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005715
              • type:Point
                • 0:-102.25360234878686
                • 1:19.92369191555413
              • cap_year:0
              • capacitymw:12.6
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006571
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:39.38405034196209
              • latitude:19.9237
              • longitude:-102.2536
              • name:Platanal
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000571e
              • type:Point
                • 0:-102.01159165536795
                • 1:19.166017116665934
              • cap_year:0
              • capacitymw:60
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006586
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:187.5430968664861
              • latitude:19.166
              • longitude:-102.0116
              • name:C�bano
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005756
              • type:Point
                • 0:-92.42609207450438
                • 1:16.31449201015775
              • cap_year:0
              • capacitymw:2.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006558
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6.876580218437825
              • latitude:16.3145
              • longitude:-92.4261
              • name:Schpoin�
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005758
              • type:Point
                • 0:-92.25450326127358
                • 1:14.96130573495603
              • cap_year:0
              • capacitymw:21
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006577
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:65.64008390327014
              • latitude:14.9613
              • longitude:-92.2545
              • name:Jos� Cecilio del Valle
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000576f
              • type:Point
                • 0:-95.15378418710628
                • 1:18.419518256698606
              • cap_year:0
              • capacitymw:26
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006579
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:81.26867530881066
              • latitude:18.4195
              • longitude:-95.1538
              • name:Chilapan
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005784
              • type:Point
                • 0:-97.03390027327579
                • 1:18.837112376055032
              • cap_year:0
              • capacitymw:36
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006581
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:112.52585811989168
              • latitude:18.8371
              • longitude:-97.0339
              • name:Tuxpango
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000578d
              • type:Point
                • 0:-97.61778697778006
                • 1:17.6867985664048
              • cap_year:0
              • capacitymw:2.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006559
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7.814295702770255
              • latitude:17.6868
              • longitude:-97.6178
              • name:Tamazulapan
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005790
              • type:Point
                • 0:-99.46190666630082
                • 1:18.845191368046017
              • cap_year:0
              • capacitymw:7
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006565
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:21.880027967756714
              • latitude:18.8452
              • longitude:-99.4619
              • name:Alameda
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005794
              • type:Point
                • 0:-98.34269697581591
                • 1:18.92409618982467
              • cap_year:0
              • capacitymw:4.1
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006562
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:12.815444952543217
              • latitude:18.9241
              • longitude:-98.3427
              • name:Portezuelos I y II
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005796
              • type:Point
                • 0:-97.9476791507454
                • 1:20.21000241505699
              • cap_year:0
              • capacitymw:39
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006583
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:121.90301296321597
              • latitude:20.21
              • longitude:-97.9477
              • name:Tepexic
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005797
              • type:Point
                • 0:-97.89238293889598
                • 1:20.238907253069193
              • cap_year:0
              • capacitymw:37
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006582
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:115.65157640099977
              • latitude:20.2389
              • longitude:-97.8924
              • name:Patla
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000579f
              • type:Point
                • 0:-100.2523911493302
                • 1:19.982489023932988
              • cap_year:0
              • capacitymw:74
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006589
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:231.30315280199954
              • latitude:19.9825
              • longitude:-100.2524
              • name:Lerma (Tepuxtepec)
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057d5
              • type:Point
                • 0:-93.02577769667992
                • 1:16.95749000606274
              • cap_year:0
              • capacitymw:5.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006563
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:16.253735061762132
              • latitude:16.9575
              • longitude:-93.0258
              • name:Bombana
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000594d
              • type:Point
                • 0:-99.1694022729382
                • 1:26.558384554997982
              • cap_year:0
              • capacitymw:31.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006580
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:98.46012585490521
              • latitude:26.5584
              • longitude:-99.1694
              • name:Falc�n
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000598b
              • type:Point
                • 0:-109.10678683829812
                • 1:27.22508092740989
              • cap_year:0
              • capacitymw:9.6
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006569
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:30.00689549863778
              • latitude:27.2251
              • longitude:-109.1068
              • name:Moc�zari
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000598d
              • type:Point
                • 0:-108.57559311489064
                • 1:26.507307372299405
              • cap_year:0
              • capacitymw:59.4
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006585
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:185.66766589782125
              • latitude:26.5073
              • longitude:-108.5756
              • name:El Fuerte
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005990
              • type:Point
                • 0:-107.90211936586407
                • 1:25.853716920228447
              • cap_year:0
              • capacitymw:92
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006592
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:287.56608186194535
              • latitude:25.8537
              • longitude:-107.9021
              • name:Bacurato
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005992
              • type:Point
                • 0:-107.3913026555894
                • 1:25.097119320272373
              • cap_year:0
              • capacitymw:90
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006591
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:281.3146452997292
              • latitude:25.0971
              • longitude:-107.3913
              • name:Humaya
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005993
              • type:Point
                • 0:-107.1513117101682
                • 1:24.816284582007857
              • cap_year:0
              • capacitymw:14
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006572
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:43.76005593551343
              • latitude:24.8163
              • longitude:-107.1513
              • name:Salvador Alvarado (Sanalona)
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005994
              • type:Point
                • 0:-109.89471297386369
                • 1:27.82499096602961
              • cap_year:0
              • capacitymw:19.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006576
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:60.01379099727556
              • latitude:27.825
              • longitude:-109.8947
              • name:Ovi�chic
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000059f5
              • type:Point
                • 0:-101.06020058185138
                • 1:29.448509289907566
              • cap_year:0
              • capacitymw:66
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006587
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:206.29740655313472
              • latitude:29.4485
              • longitude:-101.0602
              • name:La Amistad
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057b6
              • type:Point
                • 0:-97.4374908065145
                • 1:19.646492723685547
              • cap_year:0
              • capacitymw:68.6
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Geothermal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006617
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:455.51128818061085
              • latitude:19.6465
              • longitude:-97.4375
              • name:Los Humeros
              • owner:
              • source:CFE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000000009
              • type:Point
                • 0:5.863014254437947
                • 1:43.8770055030579
              • cap_year:0
              • capacitymw:55
              • comm_year:1969
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026724
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:193.0281520658825
              • latitude:43.877
              • longitude:5.863
              • name:Manosque-Voix
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:0000000000000000000b
              • type:Point
                • 0:5.827017856789211
                • 1:43.7249858037608
              • cap_year:0
              • capacitymw:32.5
              • comm_year:1967
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026699
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:114.06208985711237
              • latitude:43.725
              • longitude:5.827
              • name:Vinon
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:0000000000000000000d
              • type:Point
                • 0:5.774010692670558
                • 1:43.78701450893606
              • cap_year:0
              • capacitymw:97
              • comm_year:1965
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026747
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:340.43146818892
              • latitude:43.787
              • longitude:5.774
              • name:Sainte Tulle I&II
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:0000000000000000000f
              • type:Point
                • 0:5.753005313493989
                • 1:43.73499477717186
              • cap_year:0
              • capacitymw:44
              • comm_year:1969
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026713
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:154.42252165270597
              • latitude:43.735
              • longitude:5.753
              • name:Beaumont
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000000014
              • type:Point
                • 0:6.050985468094943
                • 1:43.698998379523125
              • cap_year:0
              • capacitymw:41
              • comm_year:1974
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026708
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:143.89371335820329
              • latitude:43.699
              • longitude:6.051
              • name:Quinson
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000000018
              • type:Point
                • 0:6.538014035285026
                • 1:43.87799293541236
              • cap_year:0
              • capacitymw:68
              • comm_year:1948
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026731
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:238.65298800872742
              • latitude:43.878
              • longitude:6.538
              • name:Castillon
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000000019
              • type:Point
                • 0:6.54398351270059
                • 1:43.848010898468026
              • cap_year:0
              • capacitymw:24.3
              • comm_year:1952
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026685
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:85.28334718547171
              • latitude:43.848
              • longitude:6.544
              • name:Chaudanne
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:0000000000000000001d
              • type:Point
                • 0:6.841021118235931
                • 1:43.60200559234243
              • cap_year:0
              • capacitymw:21.7
              • comm_year:1966
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026682
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:76.15837999690272
              • latitude:43.602
              • longitude:6.841
              • name:Saint Cassien
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000000026
              • type:Point
                • 0:6.547978125407244
                • 1:44.78301957155841
              • cap_year:0
              • capacitymw:38
              • comm_year:1977
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026703
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:133.3649050637006
              • latitude:44.783
              • longitude:6.548
              • name:Argentiere-La Bessee
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:0000000000000000004a
              • type:Point
                • 0:9.134018578433787
                • 1:42.380013170416596
              • cap_year:0
              • capacitymw:54.5
              • comm_year:1968
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026723
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:191.27335068346537
              • latitude:42.38
              • longitude:9.134
              • name:Castirla
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000000061
              • type:Point
                • 0:9.316020314675223
                • 1:42.09100967358341
              • cap_year:0
              • capacitymw:39
              • comm_year:1991
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026704
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:136.87450782853486
              • latitude:42.091
              • longitude:9.316
              • name:Lugo Di Nazza
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000000064
              • type:Point
                • 0:8.935006075722441
                • 1:41.94599176734517
              • cap_year:0
              • capacitymw:42.5
              • comm_year:1961
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026711
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:149.15811750545464
              • latitude:41.946
              • longitude:8.935
              • name:Ocana
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:000000000000000035f7
              • type:Point
                • 0:0.5530070017831548
                • 1:42.73302023713395
              • cap_year:0
              • capacitymw:95
              • comm_year:1950
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026746
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:333.41226265925155
              • latitude:42.733
              • longitude:0.553
              • name:Portillon (Le)
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:0000000000000000363b
              • type:Point
                • 0:0.6329890224939397
                • 1:44.84500339344484
              • cap_year:0
              • capacitymw:32
              • comm_year:1908
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026698
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:112.30728847469526
              • latitude:44.845
              • longitude:0.633
              • name:Tuilieres
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:000000000000000036b3
              • type:Point
                • 0:1.7969922352400103
                • 1:42.58800233089571
              • cap_year:0
              • capacitymw:93.3
              • comm_year:1960
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026745
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:327.44593795903336
              • latitude:42.588
              • longitude:1.797
              • name:Hospitalet (L')
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:000000000000000036b5
              • type:Point
                • 0:1.911983221245079
                • 1:42.688989730783064
              • cap_year:0
              • capacitymw:88.8
              • comm_year:1959
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026742
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:311.6527255172793
              • latitude:42.689
              • longitude:1.912
              • name:Orlu
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:000000000000000036be
              • type:Point
                • 0:2.213015439487073
                • 1:42.77197893184605
              • cap_year:0
              • capacitymw:97
              • comm_year:1932
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026748
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:340.43146818892
              • latitude:42.772
              • longitude:2.213
              • name:Nentilla
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:000000000000000036f9
              • type:Point
                • 0:2.939990068809512
                • 1:43.570991239754804
              • cap_year:0
              • capacitymw:99
              • comm_year:1965
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026749
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:347.45067371858846
              • latitude:43.571
              • longitude:2.94
              • name:Montahut
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000003716
              • type:Point
                • 0:2.7689847383335904
                • 1:44.05999467165378
              • cap_year:0
              • capacitymw:27
              • comm_year:1958
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026688
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:94.75927465052413
              • latitude:44.06
              • longitude:2.769
              • name:Truel
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:0000000000000000371b
              • type:Point
                • 0:2.804981135982328
                • 1:44.07000364506485
              • cap_year:0
              • capacitymw:66.5
              • comm_year:1929
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026730
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:233.3885838614761
              • latitude:44.07
              • longitude:2.805
              • name:Pinet
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000003733
              • type:Point
                • 0:2.5829883893855023
                • 1:44.662014224848946
              • cap_year:0
              • capacitymw:45
              • comm_year:1947
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026717
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:157.9321244175402
              • latitude:44.662
              • longitude:2.583
              • name:Lardy
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000003735
              • type:Point
                • 0:2.604981200916526
                • 1:44.60599988037809
              • cap_year:0
              • capacitymw:45
              • comm_year:1960
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026716
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:157.9321244175402
              • latitude:44.606
              • longitude:2.605
              • name:Golinhac
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000003748
              • type:Point
                • 0:3.0030062063392213
                • 1:44.891008764504626
              • cap_year:0
              • capacitymw:21
              • comm_year:1962
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026681
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:73.70165806151876
              • latitude:44.891
              • longitude:3.003
              • name:Lanau
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000003749
              • type:Point
                • 0:3.074505285459468
                • 1:44.92188846722573
              • cap_year:0
              • capacitymw:74
              • comm_year:1959
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026735
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:259.71060459773275
              • latitude:44.9219
              • longitude:3.0745
              • name:Grandval
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:0000000000000000374b
              • type:Point
                • 0:2.8740116342164397
                • 1:44.50501248049073
              • cap_year:0
              • capacitymw:42
              • comm_year:1949
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026710
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:147.4033161230375
              • latitude:44.505
              • longitude:2.874
              • name:Castelnau-Lassouts
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000003807
              • type:Point
                • 0:5.656012526313289
                • 1:43.68100018069876
              • cap_year:0
              • capacitymw:78
              • comm_year:1959
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026737
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:273.7490156570697
              • latitude:43.681
              • longitude:5.656
              • name:Jouques
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000003813
              • type:Point
                • 0:5.907987309854448
                • 1:44.8169962212094
              • cap_year:0
              • capacitymw:76
              • comm_year:1934
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026736
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:266.7298101274012
              • latitude:44.817
              • longitude:5.908
              • name:Sautet (Le)
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:0000000000000000381a
              • type:Point
                • 0:5.978992672797468
                • 1:44.13800182765567
              • cap_year:0
              • capacitymw:88
              • comm_year:1976
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026740
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:308.84504330541193
              • latitude:44.138
              • longitude:5.979
              • name:Salignac
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004bf2
              • type:Point
                • 0:4.04797893708473
                • 1:45.98701379465987
              • cap_year:0
              • capacitymw:58
              • comm_year:1984
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026727
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:203.55696036038515
              • latitude:45.987
              • longitude:4.048
              • name:Villerest
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004bf3
              • type:Point
                • 0:4.049415202327571
                • 1:45.98687914479336
              • cap_year:0
              • capacitymw:58
              • comm_year:1984
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026728
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:203.55696036038515
              • latitude:45.9869
              • longitude:4.0494
              • name:Villerest
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004bfa
              • type:Point
                • 0:5.024998368528258
                • 1:45.790021039946275
              • cap_year:0
              • capacitymw:85
              • comm_year:0
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026739
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:298.3162350109093
              • latitude:45.79
              • longitude:5.025
              • name:Cusset-Jonage
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004c13
              • type:Point
                • 0:4.24797887215053
                • 1:45.466996010173276
              • cap_year:0
              • capacitymw:37
              • comm_year:1957
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026701
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:129.85530229886638
              • latitude:45.467
              • longitude:4.248
              • name:Grangent
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004c32
              • type:Point
                • 0:2.646004526915212
                • 1:45.36502117793146
              • cap_year:0
              • capacitymw:29
              • comm_year:1970
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026692
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:101.77848018019257
              • latitude:45.365
              • longitude:2.646
              • name:Auzerette
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004c3c
              • type:Point
                • 0:2.193984925019412
                • 1:45.081987158513826
              • cap_year:0
              • capacitymw:35
              • comm_year:1951
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026700
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:122.83609676919794
              • latitude:45.082
              • longitude:2.194
              • name:Enchanet
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004c3d
              • type:Point
                • 0:2.3490118046687116
                • 1:45.346978095818244
              • cap_year:0
              • capacitymw:22
              • comm_year:1945
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026683
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:77.21126082635298
              • latitude:45.347
              • longitude:2.349
              • name:Triouzoune
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004c47
              • type:Point
                • 0:2.067010100894377
                • 1:45.07099075274831
              • cap_year:0
              • capacitymw:40
              • comm_year:1947
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026706
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:140.3841105933691
              • latitude:45.071
              • longitude:2.067
              • name:Gour Noir (Le)
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004c48
              • type:Point
                • 0:1.953993979598218
                • 1:45.103979970044854
              • cap_year:0
              • capacitymw:48
              • comm_year:1957
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026719
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:168.46093271204288
              • latitude:45.104
              • longitude:1.954
              • name:Argentat
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004c49
              • type:Point
                • 0:1.953993979598218
                • 1:45.103979970044854
              • cap_year:0
              • capacitymw:47.5
              • comm_year:0
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026718
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:166.70613132962578
              • latitude:45.104
              • longitude:1.954
              • name:Argentat
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004c53
              • type:Point
                • 0:1.8030065959444126
                • 1:45.8010174457118
              • cap_year:0
              • capacitymw:56
              • comm_year:1951
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026725
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:196.53775483071672
              • latitude:45.801
              • longitude:1.803
              • name:Mazet
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000004c7d
              • type:Point
                • 0:1.6130156342896695
                • 1:46.4550118473823
              • cap_year:0
              • capacitymw:72
              • comm_year:1926
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026733
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:252.69139906806436
              • latitude:46.455
              • longitude:1.613
              • name:Eguzon
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000006990
              • type:Point
                • 0:5.686981995612077
                • 1:45.00599975050969
              • cap_year:0
              • capacitymw:60
              • comm_year:1964
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026729
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:210.5761658900536
              • latitude:45.006
              • longitude:5.687
              • name:Saint Georges de Commiers
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:00000000000000006998
              • type:Point
                • 0:5.318983910422557
                • 1:45.12099073651476
              • cap_year:0
              • capacitymw:39
              • comm_year:1963
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026705
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:136.87450782853486
              • latitude:45.121
              • longitude:5.319
              • name:Beauvoir
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:000000000000000069c1
              • type:Point
                • 0:5.421991058307658
                • 1:46.112013754076
              • cap_year:0
              • capacitymw:32
              • comm_year:1960
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026697
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:112.30728847469526
              • latitude:46.112
              • longitude:5.422
              • name:Allement
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:000000000000000069c3
              • type:Point
                • 0:5.464989249015253
                • 1:46.210981405965605
              • cap_year:0
              • capacitymw:23
              • comm_year:1931
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026684
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:80.72086359118721
              • latitude:46.211
              • longitude:5.465
              • name:Cize Bolozon
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:000000000000000069c4
              • type:Point
                • 0:5.55399281078264
                • 1:46.277004723847526
              • cap_year:0
              • capacitymw:28
              • comm_year:1950
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026690
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:98.26887741535836
              • latitude:46.277
              • longitude:5.554
              • name:Moux Charmines
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:000000000000000069c5
              • type:Point
                • 0:5.592008956429125
                • 1:46.294015490317435
              • cap_year:0
              • capacitymw:41
              • comm_year:1971
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026707
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:143.89371335820329
              • latitude:46.294
              • longitude:5.592
              • name:Coiselet
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:000000000000000069c6
              • type:Point
                • 0:5.642008940195575
                • 1:46.37197776303047
              • cap_year:0
              • capacitymw:44
              • comm_year:1966
              • country:FRA
              • country_lg:France
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026712
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:154.42252165270597
              • latitude:46.372
              • longitude:5.642
              • name:Saut Mortier
              • owner:EDF
              • source:EDF
              • src_latlon:GEODB
              • url:https://www.edf.fr/en/the-edf-group/industrial-provider/renewable-energies/hydropower
            • type:Feature
            • id:000000000000000066ee
              • type:Point
                • 0:16.906412823364164
                • 1:49.597515315432595
              • cap_year:0
              • capacitymw:3.5
              • comm_year:0
              • country:CZE
              • country_lg:Czech Republic
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029779
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:49.5975
              • longitude:16.9064
              • name:Ochoz Solar Power Plant
              • owner:FVK Global as
              • source:FVK
              • src_latlon:Industry About
              • url:http://www.fvk.cz
            • type:Feature
            • id:00000000000000000987
              • type:Point
                • 0:128.49241788725237
                • 1:37.163004092235845
              • cap_year:0
              • capacitymw:848
              • comm_year:2010
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1022449
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3506.1241280516215
              • latitude:37.163
              • longitude:128.4924
              • name:Yeongwol
              • owner:Korea Southern Power
              • source:KSP
              • src_latlon:WRI
              • url:https://www.kospo.co.kr/english/?mn=sub&mcode=01030100
            • type:Feature
            • id:000000000000000009a6
              • type:Point
                • 0:129.00031718375254
                • 1:35.08508735215364
              • cap_year:0
              • capacitymw:1800
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000201
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7442.2446114303275
              • latitude:35.0851
              • longitude:129.0003
              • name:Busan (pusan)
              • owner:Korea Southern Power
              • source:KSP
              • src_latlon:GEODB
              • url:https://www.kospo.co.kr/english/?mn=sub&mcode=01030100
            • type:Feature
            • id:000000000000000009e0
              • type:Point
                • 0:126.61589246419
                • 1:37.508021933539894
              • cap_year:0
              • capacitymw:1800
              • comm_year:2012
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000204
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7442.2446114303275
              • latitude:37.508
              • longitude:126.6159
              • name:Shinincheon
              • owner:Korea Southern Power
              • source:KSP
              • src_latlon:WRI
              • url:https://www.kospo.co.kr/english/?mn=sub&mcode=01030100
            • type:Feature
            • id:0000000000000000099f
              • type:Point
                • 0:129.3834858205696
                • 1:35.51408182687512
              • cap_year:0
              • capacitymw:400
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000205
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3419.750350838319
              • latitude:35.5141
              • longitude:129.3835
              • name:Yeongnam
              • owner:Korea Southern Power
              • source:KSP
              • src_latlon:WRI
              • url:https://www.kospo.co.kr/english/?mn=sub&mcode=01030100
            • type:Feature
            • id:000000000000000009ad
              • type:Point
                • 0:127.82127806924547
                • 1:34.951200501547426
              • cap_year:0
              • capacitymw:4000
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000202
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:34197.50350838318
              • latitude:34.9512
              • longitude:127.8213
              • name:Hadong
              • owner:Korea Southern Power
              • source:KSP
              • src_latlon:GEODB
              • url:https://www.kospo.co.kr/english/?mn=sub&mcode=01030100
            • type:Feature
            • id:00000000000000000981
              • type:Point
                • 0:127.42100889938085
                • 1:37.72319242023321
              • cap_year:0
              • capacitymw:400
              • comm_year:1980
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000207
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:515.9111075925357
              • latitude:37.7232
              • longitude:127.421
              • name:Cheongpyeong
              • owner:Korea Southern Power
              • source:KSP
              • src_latlon:WRI
              • url:https://www.kospo.co.kr/english/?mn=sub&mcode=01030100
            • type:Feature
            • id:000000000000000009bb
              • type:Point
                • 0:126.73070391703972
                • 1:35.98360591141805
              • cap_year:0
              • capacitymw:719
              • comm_year:2010
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000200
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2972.7632642324475
              • latitude:35.9836
              • longitude:126.7307
              • name:Gunsan
              • owner:Korea Western Power
              • source:KWP
              • src_latlon:GEODB
              • url:https://www.iwest.co.kr/eng/sub.asp?mid=1280&act=abou0606
            • type:Feature
            • id:000000000000000009d7
              • type:Point
                • 0:126.79529096967879
                • 1:37.00748349640932
              • cap_year:0
              • capacitymw:1348
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000198
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5573.41429789338
              • latitude:37.0075
              • longitude:126.7953
              • name:Pyeongtaek
              • owner:Korea Western Power
              • source:KWP
              • src_latlon:GEODB
              • url:https://www.iwest.co.kr/eng/sub.asp?mid=1280&act=abou0604
            • type:Feature
            • id:000000000000000009e1
              • type:Point
                • 0:126.60269677727139
                • 1:37.536298405508354
              • cap_year:0
              • capacitymw:1800
              • comm_year:1992
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000199
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7442.2446114303275
              • latitude:37.5363
              • longitude:126.6027
              • name:Seoincheon
              • owner:Korea Western Power
              • source:KWP
              • src_latlon:GEODB
              • url:https://www.iwest.co.kr/eng/sub.asp?mid=1280&act=abou0605
            • type:Feature
            • id:000000000000000009d5
              • type:Point
                • 0:126.79461772034618
                • 1:37.004117249746415
              • cap_year:0
              • capacitymw:1400
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000197
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5231.578947368421
              • latitude:37.0041
              • longitude:126.7946
              • name:Pyeongtaek
              • owner:Korea Western Power
              • source:KWP
              • src_latlon:GEODB
              • url:https://www.iwest.co.kr/eng/sub.asp?mid=1280&act=abou0603
            • type:Feature
            • id:000000000000000009cd
              • type:Point
                • 0:126.232993127106
                • 1:36.903982632346995
              • cap_year:0
              • capacitymw:4000
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000196
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:34197.50350838318
              • latitude:36.904
              • longitude:126.233
              • name:Taean
              • owner:Korea Western Power
              • source:KWP
              • src_latlon:GEODB
              • url:https://www.iwest.co.kr/eng/sub.asp?mid=1280&act=abou0602
            • type:Feature
            • id:00000000000000004650
              • type:Point
                • 0:144.74918998796343
                • 1:13.303496578405214
              • cap_year:0
              • capacitymw:25.6
              • comm_year:2015
              • country:USA
              • country_lg:United States of America
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029190
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:29.496891486536782
              • latitude:13.3035
              • longitude:144.7492
              • name:Dandan Solar Power Plant
              • owner:Guam Power Authority
              • source:NRG
              • src_latlon:WRI
              • url:http://www.nrg.com/renewables/projects/generation/dandan-in-guam/
            • type:Feature
            • id:00000000000000000321
              • type:Point
                • 0:30.066013577752095
                • 1:-1.8909778420685084
              • cap_year:0
              • capacitymw:7.8
              • comm_year:2005
              • country:RWA
              • country_lg:Rwanda
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061145
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-1.891
              • longitude:30.066
              • name:Jabana 1
              • owner:Rwanda Energy Group Limited (REG) Government of Rwanda
              • source:REG
              • src_latlon:KTH
              • url:http://reg.rw/index.php/media-centre/download/2-uncategorised/232-power-plant-status-on-february-01-2015
            • type:Feature
            • id:00000000000000000317
              • type:Point
                • 0:28.90299779736048
                • 1:-2.632988373151952
              • cap_year:0
              • capacitymw:43.8
              • comm_year:1989
              • country:RWA
              • country_lg:Rwanda
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1023155
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-2.633
              • longitude:28.903
              • name:Rusizi II
              • owner:Rwanda Energy Group Limited (REG) Government of Rwanda
              • source:REG
              • src_latlon:KTH
              • url:http://www.reg.rw
            • type:Feature
            • id:00000000000000000318
              • type:Point
                • 0:28.87499062512506
                • 1:-2.5090207293791194
              • cap_year:0
              • capacitymw:29.8
              • comm_year:1958
              • country:RWA
              • country_lg:Rwanda
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061158
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-2.509
              • longitude:28.875
              • name:Rusizi I
              • owner:Rwanda Energy Group Limited (REG) Government of Rwanda
              • source:REG
              • src_latlon:KTH
              • url:http://www.reg.rw
            • type:Feature
            • id:0000000000000000031e
              • type:Point
                • 0:29.655017301854993
                • 1:-1.582001281702042
              • cap_year:0
              • capacitymw:2.5
              • comm_year:2010
              • country:RWA
              • country_lg:Rwanda
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061149
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-1.582
              • longitude:29.655
              • name:Mukungwa II
              • owner:Rwanda Energy Group Limited (REG) Government of Rwanda
              • source:REG
              • src_latlon:KTH
              • url:http://reg.rw/index.php/media-centre/download/2-uncategorised/232-power-plant-status-on-february-01-2015
            • type:Feature
            • id:0000000000000000031f
              • type:Point
                • 0:29.749990341037947
                • 1:-1.4770192691080315
              • cap_year:0
              • capacitymw:11.5
              • comm_year:1959
              • country:RWA
              • country_lg:Rwanda
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1023153
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-1.477
              • longitude:29.75
              • name:Ntaruka
              • owner:Rwanda Energy Group Limited (REG) Government of Rwanda
              • source:REG
              • src_latlon:KTH
              • url:http://www.reg.rw/images/pdf/Hydropower_Solar_Breakout_session.pdf
            • type:Feature
            • id:00000000000000006e93
              • type:Point
                • 0:6.856012136708096
                • 1:53.44410293549751
              • cap_year:0
              • capacitymw:1560
              • comm_year:2014
              • country:NLD
              • country_lg:Netherlands
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019289
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:7293.94
              • gwh_2016:0
              • gwh_estimt:10300.448065173116
              • latitude:53.4441
              • longitude:6.856
              • name:Eemshaven
              • owner:Essent
              • source:RWE
              • src_latlon:GEODB
              • url:http://www.rwe.com/web/cms/en/1772148/rwe-generation-se/locations/netherlands/eemshaven-power-plant/
            • type:Feature
            • id:000000000000000012b5
              • type:Point
                • 0:-65.90769852986182
                • 1:18.405514670580896
              • cap_year:0
              • capacitymw:27
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1028017
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:31.110002739706765
              • latitude:18.4055
              • longitude:-65.9077
              • name:San Fermin Solar Farm
              • owner:
              • source:TSK
              • src_latlon:WRI
              • url:http://www.grupotsk.com/proyectos/puerto-rico
            • type:Feature
            • id:000000000000000000d6
              • type:Point
                • 0:12.864986846449897
                • 1:43.90281339414023
              • cap_year:0
              • capacitymw:2.2
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026387
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:113.70328320860077
              • latitude:43.9028
              • longitude:12.865
              • name:Adriatic Arena Solar Power Plant
              • owner:Solarig Holding
              • source:9ren
              • src_latlon:Industry About
              • url:http://www.9ren.it/en/about-us/where-we-operate/our-plants/
            • type:Feature
            • id:000000000000000000a1
              • type:Point
                • 0:15.98998583185305
                • 1:38.44531965436106
              • cap_year:0
              • capacitymw:760
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002935
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:3635.8
              • gwh_2016:0
              • gwh_estimt:1845.0329460353921
              • latitude:38.4453
              • longitude:15.99
              • name:RIZZICONI
              • owner:EGL Italia
              • source:Axpo
              • src_latlon:GEODB
              • url:http://www.axpo.com/axpo/it/en/knowledge/power-production/assets-in-italy.html
            • type:Feature
            • id:00000000000000000102
              • type:Point
                • 0:14.112921809324575
                • 1:41.17830799504592
              • cap_year:0
              • capacitymw:760
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002958
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:2845
              • gwh_2016:0
              • gwh_estimt:1845.0329460353921
              • latitude:41.1783
              • longitude:14.1129
              • name:SPARANISE
              • owner:EGL Italia
              • source:Axpo
              • src_latlon:GEODB
              • url:http://www.axpo.com/axpo/it/en/knowledge/power-production/assets-in-italy.html
            • type:Feature
            • id:000000000000000002ee
              • type:Point
                • 0:39.56259936342591
                • 1:-3.9333919006792106
              • cap_year:0
              • capacitymw:90
              • comm_year:2009
              • country:KEN
              • country_lg:Kenya
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061214
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:536
              • gwh_estimt:277.6957695769577
              • latitude:-3.9334
              • longitude:39.5626
              • name:Rabai
              • owner:Rabai Power Company
              • source:BWSC
              • src_latlon:WRI
              • url:http://www.bwsc.com/Rabai-Power-Plant--Kenya.aspx?ID=208
            • type:Feature
            • id:00000000000000000f2c
              • type:Point
                • 0:108.12999182329878
                • 1:23.860001230007864
              • cap_year:0
              • capacitymw:192
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000578
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:787.3601149102881
              • latitude:23.86
              • longitude:108.13
              • name:Bailongtan
              • owner:
              • source:CEDC
              • src_latlon:
              • url:http://www.ghcb.com.cn/index.php/a/show/catid/20/id/76/index.html
            • type:Feature
            • id:000000000000000012a8
              • type:Point
                • 0:-67.15998717175384
                • 1:18.219383671766288
              • cap_year:0
              • capacitymw:220
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1028007
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:905.3469678758119
              • latitude:18.2194
              • longitude:-67.16
              • name:Mayag�ez
              • owner:
              • source:CEPR
              • src_latlon:WRI
              • url:http://energia.pr.gov/datos/plantas/
            • type:Feature
            • id:000000000000000012b0
              • type:Point
                • 0:-66.39140573367781
                • 1:18.445819863958164
              • cap_year:0
              • capacitymw:42
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1028009
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:172.8389665944732
              • latitude:18.4458
              • longitude:-66.3914
              • name:Vega Baja
              • owner:
              • source:CEPR
              • src_latlon:WRI
              • url:http://energia.pr.gov/datos/plantas/
            • type:Feature
            • id:000000000000000012b9
              • type:Point
                • 0:-66.14979898985843
                • 1:18.455110704747796
              • cap_year:0
              • capacitymw:126
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1028008
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:518.5168997834195
              • latitude:18.4551
              • longitude:-66.1498
              • name:Palo Seco
              • owner:
              • source:CEPR
              • src_latlon:WRI
              • url:http://energia.pr.gov/datos/plantas/
            • type:Feature
            • id:000000000000000012bb
              • type:Point
                • 0:-65.6677075844406
                • 1:18.23248959210723
              • cap_year:0
              • capacitymw:42
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1028013
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:172.8389665944732
              • latitude:18.2325
              • longitude:-65.6677
              • name:Daguao
              • owner:
              • source:CEPR
              • src_latlon:WRI
              • url:http://energia.pr.gov/datos/plantas/
            • type:Feature
            • id:000000000000000012bd
              • type:Point
                • 0:-65.82488886195418
                • 1:18.10641243375897
              • cap_year:0
              • capacitymw:42
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1028014
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:172.8389665944732
              • latitude:18.1064
              • longitude:-65.8249
              • name:Yabucoa
              • owner:
              • source:CEPR
              • src_latlon:WRI
              • url:http://energia.pr.gov/datos/plantas/
            • type:Feature
            • id:000000000000000012ce
              • type:Point
                • 0:-66.14019396604691
                • 1:17.9614842940984
              • cap_year:0
              • capacitymw:42
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1028010
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:172.8389665944732
              • latitude:17.9615
              • longitude:-66.1402
              • name:Jobos
              • owner:
              • source:CEPR
              • src_latlon:WRI
              • url:http://energia.pr.gov/datos/plantas/
            • type:Feature
            • id:000000000000000012d3
              • type:Point
                • 0:-66.23121727581204
                • 1:17.95331553552974
              • cap_year:0
              • capacitymw:42
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1028012
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:172.8389665944732
              • latitude:17.9533
              • longitude:-66.2312
              • name:Aguirre
              • owner:
              • source:CEPR
              • src_latlon:WRI
              • url:http://energia.pr.gov/datos/plantas/
            • type:Feature
            • id:000000000000000012d5
              • type:Point
                • 0:-66.7537036411848
                • 1:18.00178948747567
              • cap_year:0
              • capacitymw:42
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1028011
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:172.8389665944732
              • latitude:18.0018
              • longitude:-66.7537
              • name:Costa Sur
              • owner:
              • source:CEPR
              • src_latlon:WRI
              • url:http://energia.pr.gov/datos/plantas/
            • type:Feature
            • id:000000000000000012d8
              • type:Point
                • 0:-66.75518478971648
                • 1:17.981188057898645
              • cap_year:0
              • capacitymw:507
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026812
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2086.413239604712
              • latitude:17.9812
              • longitude:-66.7552
              • name:EcoEl�ctrica
              • owner:Gas Natural Fenosa International Power
              • source:CEPR
              • src_latlon:WRI
              • url:http://energia.pr.gov/datos/plantas/
            • type:Feature
            • id:000000000000000012ac
              • type:Point
                • 0:-66.66909864172362
                • 1:18.239715801610277
              • cap_year:0
              • capacitymw:3.6
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1028016
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:10.036404471683591
              • latitude:18.2397
              • longitude:-66.6691
              • name:Caonillas 2
              • owner:
              • source:CEPR
              • src_latlon:WRI
              • url:http://energia.pr.gov/datos/plantas/
            • type:Feature
            • id:000000000000000061ff
              • type:Point
                • 0:29.22018799958446
                • 1:48.70599854922702
              • cap_year:0
              • capacitymw:1800
              • comm_year:0
              • country:UKR
              • country_lg:Ukraine
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005098
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:5345
              • gwh_2016:0
              • gwh_estimt:4877.0064575645765
              • latitude:48.706
              • longitude:29.2202
              • name:Ladyzhinska
              • owner:DTEK
              • source:DTEK
              • src_latlon:GEODB
              • url:http://www.dtek.com/library/file/dtek-report-eng-2015-web.PDF
            • type:Feature
            • id:00000000000000006207
              • type:Point
                • 0:33.65829248325626
                • 1:47.543207185279606
              • cap_year:0
              • capacitymw:2334
              • comm_year:0
              • country:UKR
              • country_lg:Ukraine
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005100
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:6994
              • gwh_2016:0
              • gwh_estimt:6323.851706642067
              • latitude:47.5432
              • longitude:33.6583
              • name:Krivorozhskaya
              • owner:DTEK
              • source:DTEK
              • src_latlon:GEODB
              • url:http://www.dtek.com/library/file/dtek-report-eng-2015-web.PDF
            • type:Feature
            • id:00000000000000006209
              • type:Point
                • 0:35.11349847398862
                • 1:48.40519074742922
              • cap_year:0
              • capacitymw:1195
              • comm_year:0
              • country:UKR
              • country_lg:Ukraine
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005102
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:3986
              • gwh_2016:0
              • gwh_estimt:3237.790398216482
              • latitude:48.4052
              • longitude:35.1135
              • name:Prydniprovska
              • owner:DTEK
              • source:DTEK
              • src_latlon:WRI
              • url:http://www.dtek.com/library/file/dtek-report-eng-2015-web.PDF
            • type:Feature
            • id:0000000000000000620c
              • type:Point
                • 0:34.62530294128872
                • 1:47.508916352606725
              • cap_year:0
              • capacitymw:2825
              • comm_year:0
              • country:UKR
              • country_lg:Ukraine
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005101
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:5552
              • gwh_2016:0
              • gwh_estimt:7654.190690344403
              • latitude:47.5089
              • longitude:34.6253
              • name:Zaporiska
              • owner:DTEK
              • source:DTEK
              • src_latlon:GEODB
              • url:http://www.dtek.com/library/file/dtek-report-eng-2015-web.PDF
            • type:Feature
            • id:0000000000000000620d
              • type:Point
                • 0:37.24020334903862
                • 1:47.994418887976295
              • cap_year:0
              • capacitymw:1517
              • comm_year:0
              • country:UKR
              • country_lg:Ukraine
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005104
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:5966
              • gwh_2016:0
              • gwh_estimt:4110.232664514146
              • latitude:47.9944
              • longitude:37.2402
              • name:Kurakhovskaya
              • owner:DTEK
              • source:DTEK
              • src_latlon:GEODB
              • url:http://www.dtek.com/library/file/dtek-report-eng-2015-web.PDF
            • type:Feature
            • id:00000000000000006210
              • type:Point
                • 0:38.40487981111728
                • 1:48.34069346136783
              • cap_year:0
              • capacitymw:815
              • comm_year:0
              • country:UKR
              • country_lg:Ukraine
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005108
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2208.2001460639603
              • latitude:48.3407
              • longitude:38.4049
              • name:Mironovskaya
              • owner:Donbascenergo
              • source:DTEK
              • src_latlon:CARMA
              • url:http://www.dtek.com/library/file/dtek-report-eng-2015-web.PDF
            • type:Feature
            • id:00000000000000006212
              • type:Point
                • 0:38.288721859602404
                • 1:48.033198049533034
              • cap_year:0
              • capacitymw:1245
              • comm_year:0
              • country:UKR
              • country_lg:Ukraine
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005106
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:4338
              • gwh_2016:0
              • gwh_estimt:3373.262799815498
              • latitude:48.0332
              • longitude:38.2887
              • name:Zuivska
              • owner:DTEK
              • source:DTEK
              • src_latlon:WRI
              • url:http://www.dtek.com/library/file/dtek-report-eng-2015-web.PDF
            • type:Feature
            • id:0000000000000000621f
              • type:Point
                • 0:39.26241992767186
                • 1:48.747784891135964
              • cap_year:0
              • capacitymw:1210
              • comm_year:0
              • country:UKR
              • country_lg:Ukraine
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005110
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:4825
              • gwh_2016:0
              • gwh_estimt:3278.432118696187
              • latitude:48.7478
              • longitude:39.2624
              • name:Luhanska
              • owner:DTEK
              • source:DTEK
              • src_latlon:GEODB
              • url:http://www.dtek.com/library/file/dtek-report-eng-2015-web.PDF
            • type:Feature
            • id:00000000000000006796
              • type:Point
                • 0:24.374992086144534
                • 1:50.21331403830125
              • cap_year:0
              • capacitymw:500
              • comm_year:0
              • country:UKR
              • country_lg:Ukraine
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005096
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:1844
              • gwh_2016:0
              • gwh_estimt:1354.7240159901598
              • latitude:50.2133
              • longitude:24.375
              • name:Dobrotvorsky
              • owner:DTEK
              • source:DTEK
              • src_latlon:GEODB
              • url:http://www.dtek.com/library/file/dtek-report-eng-2015-web.PDF
            • type:Feature
            • id:0000000000000000679b
              • type:Point
                • 0:24.66650904715269
                • 1:49.21039694919774
              • cap_year:0
              • capacitymw:2400
              • comm_year:0
              • country:UKR
              • country_lg:Ukraine
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005097
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:10039
              • gwh_2016:0
              • gwh_estimt:6502.675276752768
              • latitude:49.2104
              • longitude:24.6665
              • name:Burshtynska TES
              • owner:DTEK
              • source:DTEK
              • src_latlon:GEODB
              • url:http://www.dtek.com/library/file/dtek-report-eng-2015-web.PDF
            • type:Feature
            • id:000000000000000000a3
              • type:Point
                • 0:12.510812814222737
                • 1:38.01578658017352
              • cap_year:0
              • capacitymw:213.4
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002972
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:100
              • gwh_2016:0
              • gwh_estimt:518.0658298473062
              • latitude:38.0158
              • longitude:12.5108
              • name:TRAPANI C.LE
              • owner:E On
              • source:E.ON
              • src_latlon:CARMA
              • url:https://web.archive.org/web/20140409020226/http://www.eon-italia.com/en/business/generation/power-plants/trapani.html
            • type:Feature
            • id:00000000000000006406
              • type:Point
                • 0:13.040390739232025
                • 1:55.626104022396945
              • cap_year:0
              • capacitymw:440
              • comm_year:0
              • country:SWE
              • country_lg:Sweden
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029978
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:135.61194029850748
              • latitude:55.6261
              • longitude:13.0404
              • name:Nya �resundsverket
              • owner:
              • source:E.ON
              • src_latlon:GEODB
              • url:https://www.eon.se/oresundsverketeng
            • type:Feature
            • id:000000000000000068d7
              • type:Point
                • 0:11.137384175754713
                • 1:45.06030853000467
              • cap_year:0
              • capacitymw:1457
              • comm_year:2013
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002917
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:2295.6
              • gwh_2016:0
              • gwh_estimt:3537.122371544166
              • latitude:45.0603
              • longitude:11.1374
              • name:OSTIGLIA
              • owner:E On
              • source:E.ON
              • src_latlon:GEODB
              • url:https://web.archive.org/web/20140409021055/http://www.eon-italia.com/en/business/generation/power-plants/ostiglia.html
            • type:Feature
            • id:000000000000000068e1
              • type:Point
                • 0:9.436397295340948
                • 1:45.3324807935233
              • cap_year:0
              • capacitymw:1520
              • comm_year:2005
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002962
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:2365.5
              • gwh_2016:0
              • gwh_estimt:3690.0658920707842
              • latitude:45.3325
              • longitude:9.4364
              • name:TAVAZZANO
              • owner:E. On
              • source:E.ON
              • src_latlon:GEODB
              • url:https://web.archive.org/web/20150128221727/http://www.eon-italia.com/en/business/generation/power-plants/tavazzano-and-montanaso.html
            • type:Feature
            • id:00000000000000006e75
              • type:Point
                • 0:4.021722213114017
                • 1:51.9625953375056
              • cap_year:0
              • capacitymw:1070
              • comm_year:2013
              • country:NLD
              • country_lg:Netherlands
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019296
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:6260.613
              • gwh_2016:0
              • gwh_estimt:7065.050916496944
              • latitude:51.9626
              • longitude:4.0217
              • name:Maasvlakte (MPP3)
              • owner:E.ON
              • source:E.ON
              • src_latlon:GEODB
              • url:http://www.mega-project.eu/assets/exp/resources/Aris_Blankenspoor_MPP3_theory_versus_practice_rev_20150410_sv.pdf
            • type:Feature
            • id:000000000000000064a3
              • type:Point
                • 0:16.12180805117267
                • 1:63.598498202393124
              • cap_year:0
              • capacitymw:112
              • comm_year:0
              • country:SWE
              • country_lg:Sweden
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029981
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:557.881914387541
              • latitude:63.5985
              • longitude:16.1218
              • name:Storfinnforsen
              • owner:
              • source:E.ON
              • src_latlon:WRI
              • url:http://www.eon.com/content/dam/eon-com/ueber-uns/Facts%20and%20Figures%202013.pdf
            • type:Feature
            • id:000000000000000064a8
              • type:Point
                • 0:16.98760669287359
                • 1:63.368291813938804
              • cap_year:0
              • capacitymw:135
              • comm_year:0
              • country:SWE
              • country_lg:Sweden
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029977
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:672.4469503778397
              • latitude:63.3683
              • longitude:16.9876
              • name:Moforsen
              • owner:
              • source:E.ON
              • src_latlon:GEODB
              • url:http://www.eon.com/content/dam/eon-com/ueber-uns/Facts%20and%20Figures%202013.pdf
            • type:Feature
            • id:0000000000000000028f
              • type:Point
                • 0:38.25698937439336
                • 1:23.980019144362878
              • cap_year:0
              • capacitymw:82.5
              • comm_year:2005
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030721
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:405.8069330438911
              • latitude:23.98
              • longitude:38.257
              • name:YANBU (ARAM)
              • owner:Saudi Aramco
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060b7
              • type:Point
                • 0:45.620990574179274
                • 1:24.789982974748302
              • cap_year:0
              • capacitymw:2055.6000000000004
              • comm_year:2016
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030684
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:10111.233109879064
              • latitude:24.79
              • longitude:45.621
              • name:Riyadh 12
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060c1
              • type:Point
                • 0:46.88301888974933
                • 1:24.570009976149226
              • cap_year:0
              • capacitymw:1315.6
              • comm_year:2005
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030688
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6471.26789227325
              • latitude:24.57
              • longitude:46.883
              • name:Riyadh 7
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060c2
              • type:Point
                • 0:46.86502069092496
                • 1:24.52000999238278
              • cap_year:0
              • capacitymw:66
              • comm_year:2005
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030702
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:324.6455464351129
              • latitude:24.52
              • longitude:46.865
              • name:RIYADH REF
              • owner:Saudi Aramco
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060c3
              • type:Point
                • 0:49.312012715128816
                • 1:27.11000017482713
              • cap_year:0
              • capacitymw:1412
              • comm_year:2016
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030720
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6945.447144945143
              • latitude:27.11
              • longitude:49.312
              • name:Wasit Gas Plant
              • owner:Saudi Aramco
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060c4
              • type:Point
                • 0:49.206985819245986
                • 1:27.14999118518253
              • cap_year:0
              • capacitymw:447
              • comm_year:2012
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030671
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2198.7357463105373
              • latitude:27.15
              • longitude:49.207
              • name:Khursaniyah
              • owner:Saudi Aramco
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060c5
              • type:Point
                • 0:49.53099828137344
                • 1:27.020009180705287
              • cap_year:0
              • capacitymw:250
              • comm_year:2005
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030667
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1229.7179789208824
              • latitude:27.02
              • longitude:49.531
              • name:JUBAIL COGEN (JEC)
              • owner:Jubail Energy Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060c6
              • type:Point
                • 0:49.72098924302819
                • 1:27.18998219553792
              • cap_year:0
              • capacitymw:195
              • comm_year:1977
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030646
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:959.1800235582882
              • latitude:27.19
              • longitude:49.721
              • name:BERI (SEC)
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060c7
              • type:Point
                • 0:49.89598918621077
                • 1:26.84999128258382
              • cap_year:0
              • capacitymw:4256
              • comm_year:2003
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030653
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:20934.7188731491
              • latitude:26.85
              • longitude:49.896
              • name:GHAZLAN
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060c8
              • type:Point
                • 0:49.76901436208574
                • 1:26.899991266350277
              • cap_year:0
              • capacitymw:2941.2999999999997
              • comm_year:2010
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030677
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:14467.877965599962
              • latitude:26.9
              • longitude:49.769
              • name:MARAFIQ IWPP (1)
              • owner:Jubail Water and Power Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060c9
              • type:Point
                • 0:49.76901436208574
                • 1:26.91000023976133
              • cap_year:0
              • capacitymw:1570
              • comm_year:1982
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030666
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7722.628907623141
              • latitude:26.91
              • longitude:49.769
              • name:JUBAIL (SWCC)
              • owner:Saline Water Conversion Corporation (SWCC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060ca
              • type:Point
                • 0:49.595001851257614
                • 1:26.960000223527782
              • cap_year:0
              • capacitymw:298
              • comm_year:2005
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030647
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1465.8238308736918
              • latitude:26.96
              • longitude:49.595
              • name:BERI GP
              • owner:Saudi Aramco
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060cb
              • type:Point
                • 0:50.00501069480026
                • 1:26.799991298817375
              • cap_year:0
              • capacitymw:496.7
              • comm_year:2015
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030664
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2443.2036805200087
              • latitude:26.8
              • longitude:50.005
              • name:JUAYMAH CO-GENERATION GAS PLANT
              • owner:Tihama Power Generation Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060cc
              • type:Point
                • 0:50.005998127154726
                • 1:26.799991298817375
              • cap_year:0
              • capacitymw:121.20000000000002
              • comm_year:1976
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030663
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:596.1672761808438
              • latitude:26.8
              • longitude:50.006
              • name:JUAYMAH
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060cd
              • type:Point
                • 0:49.93198558385951
                • 1:26.549991379985123
              • cap_year:0
              • capacitymw:144
              • comm_year:2004
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030693
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:708.3175558584281
              • latitude:26.55
              • longitude:49.932
              • name:QATIF G-1
              • owner:Saudi Aramco
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060ce
              • type:Point
                • 0:49.688000025731654
                • 1:25.939982601376656
              • cap_year:0
              • capacitymw:162
              • comm_year:2002
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030636
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:796.8572503407318
              • latitude:25.94
              • longitude:49.688
              • name:ABQ PP
              • owner:Saudi Aramco
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060cf
              • type:Point
                • 0:49.33898757172095
                • 1:25.820009570310475
              • cap_year:0
              • capacitymw:55
              • comm_year:1980
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030637
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:270.53795536259406
              • latitude:25.82
              • longitude:49.339
              • name:Ain Dar
              • owner:Saudi Cement Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060d1
              • type:Point
                • 0:49.306985786778874
                • 1:25.189982844879907
              • cap_year:0
              • capacitymw:496.7
              • comm_year:2015
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030719
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2443.2036805200087
              • latitude:25.19
              • longitude:49.307
              • name:UTHMANIYAH CO-GENERATION GAS PLANT
              • owner:Tihama Power Generation Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060d2
              • type:Point
                • 0:49.312012715128816
                • 1:25.189982844879907
              • cap_year:0
              • capacitymw:320
              • comm_year:1975
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030718
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1574.039013018729
              • latitude:25.19
              • longitude:49.312
              • name:UTHMANIYAH
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060d3
              • type:Point
                • 0:49.433018061838304
                • 1:25.680018592422194
              • cap_year:0
              • capacitymw:1100.5
              • comm_year:1983
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030707
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5413.218543209723
              • latitude:25.68
              • longitude:49.433
              • name:SHEDGUM
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060d4
              • type:Point
                • 0:49.44899651266491
                • 1:25.680018592422194
              • cap_year:0
              • capacitymw:496.7
              • comm_year:2015
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030708
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2443.2036805200087
              • latitude:25.68
              • longitude:49.449
              • name:SHEDGUM CO-GENERATION GAS PLANT
              • owner:Tihama Power Generation Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060df
              • type:Point
                • 0:50.117981932807595
                • 1:25.860000580665872
              • cap_year:0
              • capacitymw:2500
              • comm_year:1992
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030695
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:12297.179789208822
              • latitude:25.86
              • longitude:50.118
              • name:QURAYYAH -STEAM
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060e0
              • type:Point
                • 0:50.117981932807595
                • 1:25.860000580665872
              • cap_year:0
              • capacitymw:3846
              • comm_year:2014
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030694
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:18917.981387718854
              • latitude:25.86
              • longitude:50.118
              • name:QURAYYAH- CC
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060e1
              • type:Point
                • 0:50.131985518925305
                • 1:25.830018543721543
              • cap_year:0
              • capacitymw:4098
              • comm_year:2014
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030656
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:20157.5371104711
              • latitude:25.83
              • longitude:50.132
              • name:Hajr for Electricity Production Co. Station
              • owner:Hajr for Electricity Production Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060ea
              • type:Point
                • 0:50.09298194092437
                • 1:26.38001836515249
              • cap_year:0
              • capacitymw:397.8999999999999
              • comm_year:2000
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030650
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1957.2191352504758
              • latitude:26.38
              • longitude:50.093
              • name:DAMMAM
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060ec
              • type:Point
                • 0:50.10299091433543
                • 1:26.689982357873415
              • cap_year:0
              • capacitymw:153
              • comm_year:2006
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030701
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:752.5874030995799
              • latitude:26.69
              • longitude:50.103
              • name:RAS TANURA CO-GENERATION PLANT
              • owner:Tihama Power Generation Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000006173
              • type:Point
                • 0:49.142982249361815
                • 1:27.53001799178086
              • cap_year:0
              • capacitymw:1460
              • comm_year:2015
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030700
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7181.552996897953
              • latitude:27.53
              • longitude:49.143
              • name:RAS Al Khair
              • owner:Saline Water Conversion Corporation (SWCC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000006174
              • type:Point
                • 0:48.867982338646335
                • 1:27.580017975547303
              • cap_year:0
              • capacitymw:374.5
              • comm_year:2014
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030676
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1842.1175324234814
              • latitude:27.58
              • longitude:48.868
              • name:Manifa CO-GENERATION PLANT
              • owner:Saudi Aramco
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000006175
              • type:Point
                • 0:48.75101648793236
                • 1:28.00999988262324
              • cap_year:0
              • capacitymw:75
              • comm_year:1974
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030703
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:368.91539367626467
              • latitude:28.01
              • longitude:48.751
              • name:SAFANIYAH
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000617e
              • type:Point
                • 0:46.863988375281664
                • 1:27.460000061192286
              • cap_year:0
              • capacitymw:1244
              • comm_year:2009
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030652
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6119.07666311031
              • latitude:27.46
              • longitude:46.864
              • name:FARAS
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000237
              • type:Point
                • 0:38.21399118368576
                • 1:30.459999087179312
              • cap_year:0
              • capacitymw:103.2
              • comm_year:2002
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030711
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:303.54436125224163
              • latitude:30.46
              • longitude:38.214
              • name:TABARJAL
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000238
              • type:Point
                • 0:37.424000416833614
                • 1:31.25999882744251
              • cap_year:0
              • capacitymw:532.7
              • comm_year:2016
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030642
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1566.8418724716003
              • latitude:31.26
              • longitude:37.424
              • name:AL-QURAYYAT
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000280
              • type:Point
                • 0:43.5260181843383
                • 1:29.62000833656071
              • cap_year:0
              • capacitymw:305.6000000000001
              • comm_year:2016
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030699
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:898.8677984368708
              • latitude:29.62
              • longitude:43.526
              • name:RAFHA
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000281
              • type:Point
                • 0:41.05600103296011
                • 1:30.930016887899473
              • cap_year:0
              • capacitymw:408.59999999999997
              • comm_year:2015
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030644
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1201.8238954231192
              • latitude:30.93
              • longitude:41.056
              • name:ARAR
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000282
              • type:Point
                • 0:40.01201573456906
                • 1:29.780017261271112
              • cap_year:0
              • capacitymw:348
              • comm_year:2012
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030640
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1023.5798228273263
              • latitude:29.78
              • longitude:40.012
              • name:AL-JOUF
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000283
              • type:Point
                • 0:41.74199721957271
                • 1:27.460000061192286
              • cap_year:0
              • capacitymw:794.25
              • comm_year:2012
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030655
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2336.1444663235748
              • latitude:27.46
              • longitude:41.742
              • name:HAIL2
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000284
              • type:Point
                • 0:41.74199721957271
                • 1:27.470009034603333
              • cap_year:0
              • capacitymw:48.400000000000006
              • comm_year:1983
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030654
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:142.35995237023735
              • latitude:27.47
              • longitude:41.742
              • name:HAIL1
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000285
              • type:Point
                • 0:43.94401625329427
                • 1:26.399991428685773
              • cap_year:0
              • capacitymw:104.5
              • comm_year:1982
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030649
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:307.3680789811943
              • latitude:26.4
              • longitude:43.944
              • name:BURAIDAH
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000286
              • type:Point
                • 0:44.015021616237284
                • 1:26.19999149361997
              • cap_year:0
              • capacitymw:1610.6799999999996
              • comm_year:2012
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030692
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4737.527439745741
              • latitude:26.2
              • longitude:44.015
              • name:QASSIM CENTRAL
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000288
              • type:Point
                • 0:36.519018663976404
                • 1:28.47000870993235
              • cap_year:0
              • capacitymw:102.00000000000003
              • comm_year:1982
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030712
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:300.0147756562854
              • latitude:28.47
              • longitude:36.519
              • name:TABUK-1
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000028a
              • type:Point
                • 0:36.52099352868531
                • 1:28.470008709932348
              • cap_year:0
              • capacitymw:985.4000000000003
              • comm_year:2013
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030713
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2898.378038546114
              • latitude:28.47
              • longitude:36.521
              • name:TABUK-2
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000028c
              • type:Point
                • 0:35.65900996653568
                • 1:27.37000906707044
              • cap_year:0
              • capacitymw:185
              • comm_year:1989
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030651
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:544.1444460432626
              • latitude:27.37
              • longitude:35.659
              • name:DUBA
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000028d
              • type:Point
                • 0:36.487016879034314
                • 1:26.230018413853145
              • cap_year:0
              • capacitymw:263.4000000000001
              • comm_year:2013
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030638
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:774.7440383124076
              • latitude:26.23
              • longitude:36.487
              • name:AL WAJH
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000028e
              • type:Point
                • 0:38.11798582885952
                • 1:24.120010122251173
              • cap_year:0
              • capacitymw:54.300000000000004
              • comm_year:1983
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030722
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:159.71374821702247
              • latitude:24.12
              • longitude:38.118
              • name:YANBU (SEC)
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000290
              • type:Point
                • 0:38.21901811203571
                • 1:23.97001017095182
              • cap_year:0
              • capacitymw:865.8
              • comm_year:2013
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:Gas
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030724
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2546.596007482469
              • latitude:23.97
              • longitude:38.219
              • name:YANBU PLANT
              • owner:Power and Water Utility Company for Jubail and Yanbu (MARAFIQ)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000291
              • type:Point
                • 0:38.36601088298285
                • 1:23.870010203418918
              • cap_year:0
              • capacitymw:825
              • comm_year:2016
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030725
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2426.5900972199547
              • latitude:23.87
              • longitude:38.366
              • name:YANBU PLANT 2
              • owner:Power and Water Utility Company for Jubail and Yanbu (MARAFIQ)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000292
              • type:Point
                • 0:38.38302164945277
                • 1:23.860001230007864
              • cap_year:0
              • capacitymw:519.8
              • comm_year:1998
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030723
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1528.8988273150696
              • latitude:23.86
              • longitude:38.383
              • name:YANBU (SWCC)
              • owner:Saline Water Conversion Corporation (SWCC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000293
              • type:Point
                • 0:39.676019434321624
                • 1:24.530018965793836
              • cap_year:0
              • capacitymw:60.2
              • comm_year:2015
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030673
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:177.06754406380762
              • latitude:24.53
              • longitude:39.676
              • name:MADINAH - 1
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000294
              • type:Point
                • 0:39.676019434321624
                • 1:24.530018965793836
              • cap_year:0
              • capacitymw:270.1
              • comm_year:1998
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030674
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:794.4508912231635
              • latitude:24.53
              • longitude:39.676
              • name:MADINAH - 2
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000295
              • type:Point
                • 0:39.020992717007815
                • 1:22.710001603379506
              • cap_year:0
              • capacitymw:840
              • comm_year:2016
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030698
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2470.7099171694085
              • latitude:22.71
              • longitude:39.021
              • name:RABIGH IWSPP
              • owner:Rabigh Arabian Water and Electricity Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000296
              • type:Point
                • 0:39.033021438416625
                • 1:22.660001619613055
              • cap_year:0
              • capacitymw:4348.299999999998
              • comm_year:2010
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030697
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:12789.747539080638
              • latitude:22.66
              • longitude:39.033
              • name:RABIGH
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000297
              • type:Point
                • 0:39.03701605112328
                • 1:22.670010593024113
              • cap_year:0
              • capacitymw:2800
              • comm_year:2014
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030726
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:8235.699723898028
              • latitude:22.67
              • longitude:39.037
              • name:RABIGH-2
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000298
              • type:Point
                • 0:39.06798552042207
                • 1:22.649992646201994
              • cap_year:0
              • capacitymw:1320
              • comm_year:2013
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030696
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3882.5441555519274
              • latitude:22.65
              • longitude:39.068
              • name:RABEC P/P
              • owner:Rabigh Electric Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000299
              • type:Point
                • 0:39.798999645740004
                • 1:21.470010982629308
              • cap_year:0
              • capacitymw:795.5999999999998
              • comm_year:1982
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030675
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2340.115250119025
              • latitude:21.47
              • longitude:39.799
              • name:MAKKAH
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000029a
              • type:Point
                • 0:39.55501408761216
                • 1:20.630020232010708
              • cap_year:0
              • capacitymw:6794
              • comm_year:2015
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030705
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:19983.337115772574
              • latitude:20.63
              • longitude:39.555
              • name:SHAIBA (SEC)
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000029b
              • type:Point
                • 0:39.552006907259944
                • 1:20.630020232010708
              • cap_year:0
              • capacitymw:1190.6999999999998
              • comm_year:2009
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030704
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3502.2313075876364
              • latitude:20.63
              • longitude:39.552
              • name:SHAIBA
              • owner:Shuaibah Water and Electricity Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000029c
              • type:Point
                • 0:39.17700702901156
                • 1:21.210002090385995
              • cap_year:0
              • capacitymw:2892
              • comm_year:2016
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030662
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:8506.301286254678
              • latitude:21.21
              • longitude:39.177
              • name:JEDDAH SOUTH
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000029d
              • type:Point
                • 0:39.117985504188525
                • 1:21.54999300334009
              • cap_year:0
              • capacitymw:931
              • comm_year:1981
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030659
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2738.3701581960945
              • latitude:21.55
              • longitude:39.118
              • name:JEDDAH (SWCC)
              • owner:Saline Water Conversion Corporation (SWCC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000029e
              • type:Point
                • 0:39.18598368677934
                • 1:21.449993035807186
              • cap_year:0
              • capacitymw:157.9
              • comm_year:1978
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030660
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:464.43463800124954
              • latitude:21.45
              • longitude:39.186
              • name:JEDDAH NO.2
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000029f
              • type:Point
                • 0:39.205014201246996
                • 1:21.430019972273907
              • cap_year:0
              • capacitymw:1808.0000000000002
              • comm_year:2005
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030661
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5317.908964574156
              • latitude:21.43
              • longitude:39.205
              • name:JEDDAH NO.3
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000002a1
              • type:Point
                • 0:42.06300250134799
                • 1:17.660003242968017
              • cap_year:0
              • capacitymw:910.7999999999997
              • comm_year:2000
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030709
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2678.9554673308294
              • latitude:17.66
              • longitude:42.063
              • name:SHUAIBA (SWCC)
              • owner:Saline Water Conversion Corporation (SWCC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000002a2
              • type:Point
                • 0:42.077006087465705
                • 1:17.660003242968017
              • cap_year:0
              • capacitymw:1020
              • comm_year:2010
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030710
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3000.147756562853
              • latitude:17.66
              • longitude:42.077
              • name:SHUQAIQ IWPP
              • owner:Shuqiaq Water and Electricity Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000002a3
              • type:Point
                • 0:41.15600100049302
                • 1:19.099993798784023
              • cap_year:0
              • capacitymw:742.7500000000001
              • comm_year:2008
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030717
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2184.6664178304504
              • latitude:19.1
              • longitude:41.156
              • name:TIHAMA
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000002a4
              • type:Point
                • 0:40.40698867635072
                • 1:21.280020020974558
              • cap_year:0
              • capacitymw:126.6
              • comm_year:1981
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030716
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:372.3712803733894
              • latitude:21.28
              • longitude:40.407
              • name:TAIF
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000002a5
              • type:Point
                • 0:41.4389901366218
                • 1:20.08998450070197
              • cap_year:0
              • capacitymw:81.03
              • comm_year:1983
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030639
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:238.335267366949
              • latitude:20.09
              • longitude:41.439
              • name:ALBAHA
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000002a6
              • type:Point
                • 0:42.39298444089103
                • 1:19.98998453316907
              • cap_year:0
              • capacitymw:364.6
              • comm_year:2006
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030648
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1072.405756904722
              • latitude:19.99
              • longitude:42.393
              • name:BISHA
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000002a7
              • type:Point
                • 0:42.57799335748465
                • 1:18.249994074754373
              • cap_year:0
              • capacitymw:695.8199999999999
              • comm_year:2006
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030645
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2046.6302078152592
              • latitude:18.25
              • longitude:42.578
              • name:ASIR
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000002a8
              • type:Point
                • 0:44.33701433036702
                • 1:17.599994285790515
              • cap_year:0
              • capacitymw:486.96999999999997
              • comm_year:2013
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030678
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1432.3352480523652
              • latitude:17.6
              • longitude:44.337
              • name:NAJRAN
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000002ab
              • type:Point
                • 0:42.63302026960105
                • 1:16.939985523415597
              • cap_year:0
              • capacitymw:1520.9000000000003
              • comm_year:2016
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030658
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4473.455610741613
              • latitude:16.94
              • longitude:42.633
              • name:JAZAN
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060b5
              • type:Point
                • 0:47.09298291493735
                • 1:17.330021303424985
              • cap_year:0
              • capacitymw:261.52
              • comm_year:2014
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030706
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:769.2143542120757
              • latitude:17.33
              • longitude:47.093
              • name:SHAROURA
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060b6
              • type:Point
                • 0:46.66201357550696
                • 1:22.3100017332479
              • cap_year:0
              • capacitymw:102
              • comm_year:1987
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030672
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:300.01477565628534
              • latitude:22.31
              • longitude:46.662
              • name:LAYLA
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060b8
              • type:Point
                • 0:45.627004934883665
                • 1:24.789982974748302
              • cap_year:0
              • capacitymw:1756
              • comm_year:2013
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030683
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5164.960255416049
              • latitude:24.79
              • longitude:45.627
              • name:Riyadh 11
              • owner:Durmah Electric Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060b9
              • type:Point
                • 0:47.06502062599076
                • 1:24.94999189945871
              • cap_year:0
              • capacitymw:3616.600000000002
              • comm_year:2008
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:Gas
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030690
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:10637.582721946295
              • latitude:24.95
              • longitude:47.065
              • name:Riyadh 9
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060ba
              • type:Point
                • 0:46.59199564491839
                • 1:24.760000937803966
              • cap_year:0
              • capacitymw:608
              • comm_year:1982
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030687
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1788.3233686178576
              • latitude:24.76
              • longitude:46.592
              • name:Riyadh 5
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060bc
              • type:Point
                • 0:46.72799201010004
                • 1:24.649991996860013
              • cap_year:0
              • capacitymw:70
              • comm_year:1972
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030685
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:205.8924930974507
              • latitude:24.65
              • longitude:46.728
              • name:Riyadh 3
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060bd
              • type:Point
                • 0:46.670990233274715
                • 1:24.649991996860013
              • cap_year:0
              • capacitymw:336.6
              • comm_year:1978
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030686
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:990.0487596657416
              • latitude:24.65
              • longitude:46.671
              • name:Riyadh 4
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060be
              • type:Point
                • 0:46.57099026574182
                • 1:24.59999201309356
              • cap_year:0
              • capacitymw:2071.92
              • comm_year:2008
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:Gas
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030689
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6094.182489978144
              • latitude:24.6
              • longitude:46.571
              • name:Riyadh 8
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060bf
              • type:Point
                • 0:47.01300089422657
                • 1:24.410001051438815
              • cap_year:0
              • capacitymw:3160.6099999999983
              • comm_year:2016
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030682
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:9296.36960869619
              • latitude:24.41
              • longitude:47.013
              • name:Riyadh 10
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060c0
              • type:Point
                • 0:46.859993762575
                • 1:24.530018965793833
              • cap_year:0
              • capacitymw:15.6
              • comm_year:2007
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030681
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:45.88461274743187
              • latitude:24.53
              • longitude:46.86
              • name:Power Station (Paper Factory)
              • owner:Obeikan Paper Industries Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060d0
              • type:Point
                • 0:49.3429821844276
                • 1:25.31000075923492
              • cap_year:0
              • capacitymw:189
              • comm_year:2008
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:Gas
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030657
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:555.909731363117
              • latitude:25.31
              • longitude:49.343
              • name:Hofuf
              • owner:Saudi Cement Company
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:000000000000000060e9
              • type:Point
                • 0:50.20900524257273
                • 1:26.180018430086694
              • cap_year:0
              • capacitymw:1188.8
              • comm_year:1999
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:Gas
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030641
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3496.6427970607056
              • latitude:26.18
              • longitude:50.209
              • name:Alkhobar
              • owner:Saline Water Conversion Corporation (SWCC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:0000000000000000617f
              • type:Point
                • 0:46.04899761654629
                • 1:28.349990795577334
              • cap_year:0
              • capacitymw:143.8
              • comm_year:1985
              • country:SAU
              • country_lg:Saudi Arabia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030691
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:422.9620072487631
              • latitude:28.35
              • longitude:46.049
              • name:QAISUMAH
              • owner:Saudi Electricity Company (SEC)
              • source:ECRA
              • src_latlon:WRI
              • url:http://www.ecra.gov.sa/en-us/DataAndStatistics/NationalRecord/StationCapacities/Pages/Home.aspx
            • type:Feature
            • id:00000000000000000506
              • type:Point
                • 0:99.04821739307336
                • 1:7.993399559172746
              • cap_year:0
              • capacitymw:340
              • comm_year:2004
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000163
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1391.9817673262198
              • latitude:7.9934
              • longitude:99.0482
              • name:Krabi
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=120
            • type:Feature
            • id:00000000000000000508
              • type:Point
                • 0:99.24179901783523
                • 1:9.072304056280407
              • cap_year:0
              • capacitymw:244
              • comm_year:2001
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000166
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:998.9516212576401
              • latitude:9.0723
              • longitude:99.2418
              • name:Surat Thani
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:WRI
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=123
            • type:Feature
            • id:0000000000000000053d
              • type:Point
                • 0:99.85328894497536
                • 1:16.63002153069468
              • cap_year:0
              • capacitymw:150
              • comm_year:1982
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000168
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:614.1096032321559
              • latitude:16.63
              • longitude:99.8533
              • name:Lan Krabue
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:WRI
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=125
            • type:Feature
            • id:0000000000000000055a
              • type:Point
                • 0:100.50921332806595
                • 1:13.812921906725872
              • cap_year:0
              • capacitymw:704
              • comm_year:2010
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000162
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2882.221071169585
              • latitude:13.8129
              • longitude:100.5092
              • name:North Bangkok Power Station
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=119
            • type:Feature
            • id:0000000000000000055c
              • type:Point
                • 0:100.55898889538823
                • 1:13.617006350944404
              • cap_year:0
              • capacitymw:1691
              • comm_year:1971
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000164
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6923.06226043717
              • latitude:13.617
              • longitude:100.559
              • name:South Bangkok
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=121
            • type:Feature
            • id:000000000000000005aa
              • type:Point
                • 0:101.02528138313477
                • 1:13.500983049296044
              • cap_year:0
              • capacitymw:4384
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000161
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:17948.37667046514
              • latitude:13.501
              • longitude:101.0253
              • name:Bang Pakong
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=118
            • type:Feature
            • id:000000000000000005b0
              • type:Point
                • 0:100.7804879258078
                • 1:14.232401124213522
              • cap_year:0
              • capacitymw:2027
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000169
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:8298.6677716772
              • latitude:14.2324
              • longitude:100.7805
              • name:Wang Noi
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=126
            • type:Feature
            • id:000000000000000005d3
              • type:Point
                • 0:102.7422018310863
                • 1:16.68199637917004
              • cap_year:0
              • capacitymw:710
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000165
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2906.785455298871
              • latitude:16.682
              • longitude:102.7422
              • name:Nam Phom
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=122
            • type:Feature
            • id:00000000000000000538
              • type:Point
                • 0:99.74987784749072
                • 1:18.296313628836035
              • cap_year:0
              • capacitymw:2400
              • comm_year:1984
              • country:THA
              • country_lg:Thailand
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000160
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:18286.61800486618
              • latitude:18.2963
              • longitude:99.7499
              • name:Mae Mah
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:WRI
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=117
            • type:Feature
            • id:00000000000000000505
              • type:Point
                • 0:98.80701459885354
                • 1:8.972304088747503
              • cap_year:0
              • capacitymw:240
              • comm_year:1987
              • country:THA
              • country_lg:Thailand
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000174
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:351.0031678986272
              • latitude:8.9723
              • longitude:98.807
              • name:Rajjaprabha
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=131
            • type:Feature
            • id:00000000000000000536
              • type:Point
                • 0:100.56361187413859
                • 1:17.763414340452673
              • cap_year:0
              • capacitymw:500
              • comm_year:1974
              • country:THA
              • country_lg:Thailand
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000173
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:731.2565997888067
              • latitude:17.7634
              • longitude:100.5636
              • name:Sirikit
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=130
            • type:Feature
            • id:0000000000000000053c
              • type:Point
                • 0:98.97231975164692
                • 1:17.242588656766955
              • cap_year:0
              • capacitymw:744
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000172
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1088.1098204857444
              • latitude:17.2426
              • longitude:98.9723
              • name:Bhumibol
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=129
            • type:Feature
            • id:0000000000000000056a
              • type:Point
                • 0:98.59660174077712
                • 1:14.799007762514844
              • cap_year:0
              • capacitymw:300
              • comm_year:1984
              • country:THA
              • country_lg:Thailand
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000177
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:438.75395987328403
              • latitude:14.799
              • longitude:98.5966
              • name:Vajiralongkorn
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=134
            • type:Feature
            • id:0000000000000000056b
              • type:Point
                • 0:99.12909707956096
                • 1:14.40699711779655
              • cap_year:0
              • capacitymw:720
              • comm_year:1980
              • country:THA
              • country_lg:Thailand
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000175
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1053.0095036958817
              • latitude:14.407
              • longitude:99.1291
              • name:Srinagarind
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=132
            • type:Feature
            • id:00000000000000000590
              • type:Point
                • 0:105.42918480071135
                • 1:15.206278725438333
              • cap_year:0
              • capacitymw:36
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000180
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:52.65047518479408
              • latitude:15.2063
              • longitude:105.4292
              • name:Tha Thung
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=137
            • type:Feature
            • id:00000000000000000593
              • type:Point
                • 0:105.46827814528997
                • 1:15.281907067131755
              • cap_year:0
              • capacitymw:136
              • comm_year:1993
              • country:THA
              • country_lg:Thailand
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000178
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:198.90179514255541
              • latitude:15.2819
              • longitude:105.4683
              • name:Pak Mun
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=135
            • type:Feature
            • id:000000000000000005c1
              • type:Point
                • 0:101.54529916762138
                • 1:14.807311170950022
              • cap_year:0
              • capacitymw:1000
              • comm_year:2002
              • country:THA
              • country_lg:Thailand
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000170
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1462.5131995776135
              • latitude:14.8073
              • longitude:101.5453
              • name:Lam Ta Khong
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=127
            • type:Feature
            • id:000000000000000005cf
              • type:Point
                • 0:101.65001188048235
                • 1:16.536215457021537
              • cap_year:0
              • capacitymw:40
              • comm_year:1972
              • country:THA
              • country_lg:Thailand
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000176
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:58.50052798310454
              • latitude:16.5362
              • longitude:101.65
              • name:Chulabhorn
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=133
            • type:Feature
            • id:000000000000000006cd
              • type:Point
                • 0:101.27299225423623
                • 1:6.155518647800564
              • cap_year:0
              • capacitymw:72
              • comm_year:1981
              • country:THA
              • country_lg:Thailand
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000179
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:105.30095036958816
              • latitude:6.1555
              • longitude:101.273
              • name:Bang Lang
              • owner:Electric Generating Authority of Thailand
              • source:EGAT
              • src_latlon:GEODB
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=92&Itemid=136
            • type:Feature
            • id:00000000000000000509
              • type:Point
                • 0:99.3330916273334
                • 1:9.140077822427028
              • cap_year:0
              • capacitymw:8.8
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019452
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:816.7313769751695
              • latitude:9.1401
              • longitude:99.3331
              • name:Surat Thani Green Energy Co. Ltd.
              • owner:
              • source:EGAT
              • src_latlon:CARMA
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=319&Itemid=215
            • type:Feature
            • id:00000000000000000543
              • type:Point
                • 0:99.69758881599348
                • 1:14.84178153677824
              • cap_year:0
              • capacitymw:27
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019445
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2505.880361173815
              • latitude:14.8418
              • longitude:99.6976
              • name:Mitr Phol Bio-Power (Dan Chang) Co. Ltd. (Project )
              • owner:
              • source:EGAT
              • src_latlon:CARMA
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=319&Itemid=208
            • type:Feature
            • id:00000000000000000544
              • type:Point
                • 0:99.69758881599348
                • 1:14.84178153677824
              • cap_year:0
              • capacitymw:10.8
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019453
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1002.3521444695261
              • latitude:14.8418
              • longitude:99.6976
              • name:Mitr Phol Bio-Power (Dan Chang) Co. Ltd. (Project )
              • owner:
              • source:EGAT
              • src_latlon:CARMA
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=319&Itemid=216
            • type:Feature
            • id:000000000000000005a7
              • type:Point
                • 0:102.2458824231066
                • 1:14.52539923375337
              • cap_year:0
              • capacitymw:22
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019456
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2041.8284424379235
              • latitude:14.5254
              • longitude:102.2459
              • name:Khonburi Sugar Public Company Limited
              • owner:
              • source:EGAT
              • src_latlon:CARMA
              • url:http://www.egat.co.th/en/index.php?option=com_content&view=article&id=319&Itemid=219
            • type:Feature
            • id:0000000000000000050b
              • type:Point
                • 0:99.85930330567977
                • 1:9.235679227653723
              • cap_year:0
              • capacitymw:748
              • comm_year:1996
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019468
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3062.3598881176836
              • latitude:9.2357
              • longitude:99.8593
              • name:Khanom
              • owner:EGCO
              • source:EGCO
              • src_latlon:GEODB
              • url:http://www.egco.com/en/corperate_profile_busin_group_kegco.asp
            • type:Feature
            • id:00000000000000000556
              • type:Point
                • 0:100.57267829848406
                • 1:14.097706374408212
              • cap_year:0
              • capacitymw:112
              • comm_year:2003
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019467
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:458.535170413343
              • latitude:14.0977
              • longitude:100.5727
              • name:EGCO Cogen
              • owner:EGCO
              • source:EGCO
              • src_latlon:WRI
              • url:http://www.egco.com/en/corperate_profile_busin_group_blcp.asp
            • type:Feature
            • id:00000000000000000579
              • type:Point
                • 0:101.15620593667761
                • 1:12.76229388158667
              • cap_year:0
              • capacitymw:1232
              • comm_year:1994
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019466
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5043.8868745467735
              • latitude:12.7623
              • longitude:101.1562
              • name:Rayong
              • owner:EGCO
              • source:EGCO
              • src_latlon:GEODB
              • url:http://www.egco.com/en/corperate_profile_busin_groupmap.asp
            • type:Feature
            • id:000000000000000005b1
              • type:Point
                • 0:100.86729220642209
                • 1:14.340614733603928
              • cap_year:0
              • capacitymw:126
              • comm_year:2000
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019481
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:515.8520667150109
              • latitude:14.3406
              • longitude:100.8673
              • name:Nong Khae
              • owner:EGCO
              • source:EGCO
              • src_latlon:CARMA
              • url:http://www.egco.com/en/corperate_profile_busin_groupmap.asp
            • type:Feature
            • id:000000000000000005b3
              • type:Point
                • 0:101.0259097491785
                • 1:14.605022188153443
              • cap_year:0
              • capacitymw:1468
              • comm_year:2008
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019482
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6010.0859836320315
              • latitude:14.605
              • longitude:101.0259
              • name:Kaeng Khoi 2
              • owner:EGCO
              • source:EGCO
              • src_latlon:GEODB
              • url:http://www.egco.com/en/corperate_profile_busin_group_gpg.asp
            • type:Feature
            • id:00000000000000000580
              • type:Point
                • 0:101.16051473240613
                • 1:12.644789431406627
              • cap_year:0
              • capacitymw:1346
              • comm_year:2007
              • country:THA
              • country_lg:Thailand
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019458
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:10255.74493106245
              • latitude:12.6448
              • longitude:101.1605
              • name:BLCP Power
              • owner:EGCO
              • source:EGCO
              • src_latlon:WRI
              • url:http://www.egco.com/en/corperate_profile_busin_group_blcp.asp
            • type:Feature
            • id:00000000000000000541
              • type:Point
                • 0:99.98740021202578
                • 1:16.018621370132216
              • cap_year:0
              • capacitymw:7.6
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026321
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:10.135772749157436
              • latitude:16.0186
              • longitude:99.9874
              • name:Ta Sang Solar Power Plant
              • owner:G-Power Source Co Ltd
              • source:EGCO
              • src_latlon:WRI
              • url:http://www.egco.com/en/corperate_com_press_detail.asp?press_id=206&iYear=2014
            • type:Feature
            • id:00000000000000000542
              • type:Point
                • 0:99.88852232671384
                • 1:16.026610595545527
              • cap_year:0
              • capacitymw:7.6
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026320
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:10.135772749157436
              • latitude:16.0266
              • longitude:99.8885
              • name:Ta Khit Solar Power Plant
              • owner:G-Power Source Co Ltd
              • source:EGCO
              • src_latlon:WRI
              • url:http://www.egco.com/en/corperate_com_press_detail.asp?press_id=206&iYear=2014
            • type:Feature
            • id:00000000000000000547
              • type:Point
                • 0:100.14260662483044
                • 1:14.928585817392527
              • cap_year:0
              • capacitymw:7.6
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026238
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:10.135772749157436
              • latitude:14.9286
              • longitude:100.1426
              • name:Dong Khon Solar Power Plant
              • owner:G-Power Source Co Ltd
              • source:EGCO
              • src_latlon:WRI
              • url:http://www.egco.com/en/corperate_com_press_detail.asp?press_id=206&iYear=2014
            • type:Feature
            • id:0000000000000000054d
              • type:Point
                • 0:100.14319010758534
                • 1:14.136799718986826
              • cap_year:0
              • capacitymw:23.8
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026308
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:31.740972556571975
              • latitude:14.1368
              • longitude:100.1432
              • name:Sai Yai - Solarco Solar Power Plant
              • owner:Solarco Company Limited
              • source:EGCO
              • src_latlon:WRI
              • url:http://www.egco.com/en/corperate_com_press_detail.asp?press_id=206&iYear=2014
            • type:Feature
            • id:0000000000000000054f
              • type:Point
                • 0:100.137714346347
                • 1:14.154214435056288
              • cap_year:0
              • capacitymw:11.9
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026301
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:15.870486278285988
              • latitude:14.1542
              • longitude:100.1377
              • name:Sai Kyo Solar Power Plant
              • owner:Solarco Company Limited
              • source:EGCO
              • src_latlon:WRI
              • url:http://www.egco.com/en/corperate_com_press_detail.asp?press_id=206&iYear=2014
            • type:Feature
            • id:00000000000000000552
              • type:Point
                • 0:100.17438399332832
                • 1:14.107805114396943
              • cap_year:0
              • capacitymw:35.9
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026302
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:47.87818969667789
              • latitude:14.1078
              • longitude:100.1744
              • name:Sai Phet Solar Power Plant
              • owner:Solarco Company Limited
              • source:EGCO
              • src_latlon:WRI
              • url:http://www.egco.com/en/corperate_com_press_detail.asp?press_id=206&iYear=2014
            • type:Feature
            • id:00000000000000000099
              • type:Point
                • 0:15.215883749249837
                • 1:37.13997896506154
              • cap_year:0
              • capacitymw:750
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002930
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:3150
              • gwh_2016:0
              • gwh_estimt:1820.7561967454528
              • latitude:37.14
              • longitude:15.2159
              • name:PRIOLO C.LE
              • owner:ENEL
              • source:ENEL
              • src_latlon:GEODB
              • url:https://www.enel.it/it-it/documents/azienda/ambiente/dichiarazioni_ambientali/priologargallo_da2009_2010.pdf
            • type:Feature
            • id:000000000000000000b0
              • type:Point
                • 0:11.537294279308636
                • 1:42.35721245968647
              • cap_year:0
              • capacitymw:3446
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002912
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:3.079
              • gwh_2016:0
              • gwh_estimt:8365.767805313108
              • latitude:42.3572
              • longitude:11.5373
              • name:MONTALTO (Alessandro Volta)
              • owner:ENEL
              • source:ENEL
              • src_latlon:GEODB
              • url:https://www.futur-e.enel.it/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=MDT-Type&blobheadervalue1=inline%3B+filename%3Dmontalto-ita_2.pdf&blobheadervalue2=abinary%3B+charset%3DUTF-8&blobke
            • type:Feature
            • id:000000000000000000db
              • type:Point
                • 0:12.199502322836652
                • 1:42.99540794368572
              • cap_year:0
              • capacitymw:365
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002919
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:14
              • gwh_2016:0
              • gwh_estimt:886.101349082787
              • latitude:42.9954
              • longitude:12.1995
              • name:PIETRAFITTA
              • owner:ENEL
              • source:ENEL
              • src_latlon:GEODB
              • url:https://www.futur-e.enel.it/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=MDT-Type&blobheadervalue1=inline%3B+filename%3Dpietrafitta-ita.pdf&blobheadervalue2=abinary%3B+charset%3DUTF-8&blobk
            • type:Feature
            • id:000000000000000000e2
              • type:Point
                • 0:14.919294976602892
                • 1:41.80550707327964
              • cap_year:0
              • capacitymw:250
              • comm_year:1992
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002903
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:1
              • gwh_2016:0
              • gwh_estimt:606.9187322484843
              • latitude:41.8055
              • longitude:14.9193
              • name:LARINO TG
              • owner:ENEL
              • source:ENEL
              • src_latlon:CARMA
              • url:https://www.futur-e.enel.it/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=MDT-Type&blobheadervalue1=inline%3B+filename%3Dlarino-eng.pdf&blobheadervalue2=abinary%3B+charset%3DUTF-8&blobkey=id
            • type:Feature
            • id:000000000000000000fe
              • type:Point
                • 0:14.370013287793359
                • 1:41.01969045228952
              • cap_year:0
              • capacitymw:352
              • comm_year:1977
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002907
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:854.5415750058658
              • latitude:41.0197
              • longitude:14.37
              • name:Maddaloni
              • owner:
              • source:ENEL
              • src_latlon:WRI
              • url:https://www.futur-e.enel.it/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=MDT-Type&blobheadervalue1=inline%3B+filename%3Dmaddaloni-eng.pdf&blobheadervalue2=abinary%3B+charset%3DUTF-8&blobkey
            • type:Feature
            • id:000000000000000068ce
              • type:Point
                • 0:12.26521145769669
                • 1:44.48360315171462
              • cap_year:0
              • capacitymw:750
              • comm_year:2002
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002924
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:98.97
              • gwh_2016:0
              • gwh_estimt:1820.7561967454528
              • latitude:44.4836
              • longitude:12.2652
              • name:PORTO CORSINI
              • owner:ENEL
              • source:ENEL
              • src_latlon:GEODB
              • url:https://www.enel.it/it-it/documents/azienda/ambiente/dichiarazioni_ambientali/portocorsini_da2008_2008.pdf
            • type:Feature
            • id:00000000000000000051
              • type:Point
                • 0:10.310005629299823
                • 1:43.56731081007001
              • cap_year:0
              • capacitymw:310
              • comm_year:1965
              • country:ITA
              • country_lg:Italy
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002906
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:457
              • gwh_2016:0
              • gwh_estimt:497.30198103911107
              • latitude:43.5673
              • longitude:10.31
              • name:LIVORNO MARZOCCO
              • owner:ENEL
              • source:ENEL
              • src_latlon:GEODB
              • url:https://www.futur-e.enel.it/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=MDT-Type&blobheadervalue1=inline%3B+filename%3Dlivorno-eng.pdf&blobheadervalue2=abinary%3B+charset%3DUTF-8&blobkey=i
            • type:Feature
            • id:00000000000000000052
              • type:Point
                • 0:10.60340768843922
                • 1:42.95649413226246
              • cap_year:0
              • capacitymw:1280
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002920
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2053.375921709878
              • latitude:42.9565
              • longitude:10.6034
              • name:PIOMBINO TERMICA
              • owner:ENEL
              • source:ENEL
              • src_latlon:GEODB
              • url:https://www.futur-e.enel.it/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=MDT-Type&blobheadervalue1=inline%3B+filename%3Dpiombino-eng.pdf&blobheadervalue2=abinary%3B+charset%3DUTF-8&blobkey=
            • type:Feature
            • id:00000000000000000073
              • type:Point
                • 0:8.997214314053052
                • 1:39.22691724620035
              • cap_year:0
              • capacitymw:177
              • comm_year:1992
              • country:ITA
              • country_lg:Italy
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002848
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:283.943389173944
              • latitude:39.2269
              • longitude:8.9972
              • name:ASSEMINI
              • owner:Italy Ministry of Economy and Finance
              • source:ENEL
              • src_latlon:CARMA
              • url:https://www.futur-e.enel.it/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=MDT-Type&blobheadervalue1=inline%3B+filename%3Dassemini-eng.pdf&blobheadervalue2=abinary%3B+charset%3DUTF-8&blobkey=
            • type:Feature
            • id:00000000000000000076
              • type:Point
                • 0:8.37890212700941
                • 1:39.20470001822514
              • cap_year:0
              • capacitymw:320
              • comm_year:1973
              • country:ITA
              • country_lg:Italy
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002926
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:513.3439804274695
              • latitude:39.2047
              • longitude:8.3789
              • name:Portoscuso
              • owner:ENEL
              • source:ENEL
              • src_latlon:CARMA
              • url:https://www.futur-e.enel.it/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=MDT-Type&blobheadervalue1=inline%3B+filename%3Dportoscuso-eng.pdf&blobheadervalue2=abinary%3B+charset%3DUTF-8&blobke
            • type:Feature
            • id:0000000000000000009e
              • type:Point
                • 0:15.177777837025678
                • 1:37.20829133067422
              • cap_year:0
              • capacitymw:210
              • comm_year:1959
              • country:ITA
              • country_lg:Italy
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002849
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:336.8819871555268
              • latitude:37.2083
              • longitude:15.1778
              • name:AUGUSTA C.LE
              • owner:ENEL
              • source:ENEL
              • src_latlon:CARMA
              • url:https://www.futur-e.enel.it/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=MDT-Type&blobheadervalue1=inline%3B+filename%3Daugusta-eng.pdf&blobheadervalue2=abinary%3B+charset%3DUTF-8&blobkey=i
            • type:Feature
            • id:000000000000000068d2
              • type:Point
                • 0:12.246809309272772
                • 1:45.43140356212407
              • cap_year:0
              • capacitymw:871
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002885
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:5840.5
              • gwh_2016:0
              • gwh_estimt:4775.76947554508
              • latitude:45.4314
              • longitude:12.2468
              • name:FUSINA T.
              • owner:
              • source:ENEL
              • src_latlon:GEODB
              • url:https://www.enel.it/it-it/documents/azienda/ambiente/dichiarazioni_ambientali/fusina_da2007_2008.pdf
            • type:Feature
            • id:0000000000000000094f
              • type:Point
                • 0:133.43438217142884
                • 1:34.430509467728214
              • cap_year:0
              • capacitymw:21
              • comm_year:2004
              • country:JPN
              • country_lg:Japan
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1020063
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6595
              • latitude:34.4305
              • longitude:133.4344
              • name:Fukuyama Recyling Power
              • owner:Fukuyama Recycle Power Co. Ltd.
              • source:FRPC
              • src_latlon:WRI
              • url:http://www.frpc.co.jp/gaiyou.html
            • type:Feature
            • id:00000000000000000574
              • type:Point
                • 0:100.90849506557615
                • 1:13.11278748412905
              • cap_year:0
              • capacitymw:700
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019465
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2865.8448150833938
              • latitude:13.1128
              • longitude:100.9085
              • name:Sriracha
              • owner:GPSC
              • source:GPSC
              • src_latlon:GEODB
              • url:http://www.gpscgroup.com/gpsc_Product.aspx?m=Guot8gFqqVmOBzLZMbBAQA%3d%3d
            • type:Feature
            • id:00000000000000000578
              • type:Point
                • 0:101.1637014459137
                • 1:12.754708605772908
              • cap_year:0
              • capacitymw:114
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019464
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:466.72329845643844
              • latitude:12.7547
              • longitude:101.1637
              • name:CUP-2
              • owner:GPSC
              • source:GPSC
              • src_latlon:GEODB
              • url:http://www.gpscgroup.com/gpsc_Product.aspx?m=KlJeYs68sGriQnrlz1R6Og%3d%3d
            • type:Feature
            • id:0000000000000000057f
              • type:Point
                • 0:101.1258199501337
                • 1:12.701387258632383
              • cap_year:0
              • capacitymw:228
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019463
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:933.4465969128769
              • latitude:12.7014
              • longitude:101.1258
              • name:CUP-1
              • owner:GPSC
              • source:GPSC
              • src_latlon:GEODB
              • url:http://www.gpscgroup.com/gpsc_Product.aspx?m=g9UP07nQAURSX8ZGsqy8GQ%3d%3d
            • type:Feature
            • id:00000000000000000641
              • type:Point
                • 0:108.90000952661767
                • 1:19.460002658560235
              • cap_year:0
              • capacitymw:1220
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061017
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4840.918507873779
              • latitude:19.46
              • longitude:108.9
              • name:Changjiang
              • owner:
              • source:IAEA
              • src_latlon:
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=CN
            • type:Feature
            • id:000000000000000007a9
              • type:Point
                • 0:114.55000769222653
                • 1:22.599992662435543
              • cap_year:0
              • capacitymw:3914
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061023
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:15530.618885096701
              • latitude:22.6
              • longitude:114.55
              • name:Ling Ao
              • owner:
              • source:IAEA
              • src_latlon:CARMA
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=CN
            • type:Feature
            • id:000000000000000007aa
              • type:Point
                • 0:114.5399987188155
                • 1:22.599992662435543
              • cap_year:0
              • capacitymw:1888
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061018
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7491.519789234178
              • latitude:22.6
              • longitude:114.54
              • name:Daya Bay
              • owner:
              • source:IAEA
              • src_latlon:
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=CN
            • type:Feature
            • id:00000000000000000885
              • type:Point
                • 0:121.58739319913231
                • 1:25.28607796628383
              • cap_year:0
              • capacitymw:1272
              • comm_year:0
              • country:TWN
              • country_lg:Taiwan
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000378
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:10341.15995397008
              • latitude:25.2861
              • longitude:121.5874
              • name:Chinshan
              • owner:
              • source:IAEA
              • src_latlon:GEODB
              • url:https://www.iaea.org/pris/
            • type:Feature
            • id:00000000000000000886
              • type:Point
                • 0:120.2855085230734
                • 1:27.044605222988967
              • cap_year:0
              • capacitymw:4072
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061024
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:16157.557511526256
              • latitude:27.0446
              • longitude:120.2855
              • name:Ningde
              • owner:
              • source:IAEA
              • src_latlon:
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=CN
            • type:Feature
            • id:000000000000000008b1
              • type:Point
                • 0:120.95009538090984
                • 1:30.432979347298343
              • cap_year:0
              • capacitymw:4101
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061025
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:16272.628525238011
              • latitude:30.433
              • longitude:120.9501
              • name:Qinshan 2
              • owner:
              • source:IAEA
              • src_latlon:
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=CN
            • type:Feature
            • id:000000000000000008b2
              • type:Point
                • 0:120.9399966409211
                • 1:30.439981140357187
              • cap_year:0
              • capacitymw:2024
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061020
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:8031.163163882402
              • latitude:30.44
              • longitude:120.94
              • name:Fangjiashan
              • owner:
              • source:IAEA
              • src_latlon:
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=CN
            • type:Feature
            • id:000000000000000008ce
              • type:Point
                • 0:121.66288689095921
                • 1:25.202505282465943
              • cap_year:0
              • capacitymw:2040
              • comm_year:0
              • country:TWN
              • country_lg:Taiwan
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000379
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:16584.87917146145
              • latitude:25.2025
              • longitude:121.6629
              • name:Kuosheng
              • owner:
              • source:IAEA
              • src_latlon:GEODB
              • url:https://www.iaea.org/pris/
            • type:Feature
            • id:000000000000000008e3
              • type:Point
                • 0:119.44399174063425
                • 1:25.44258599446481
              • cap_year:0
              • capacitymw:4000
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061021
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:15871.863960241903
              • latitude:25.4426
              • longitude:119.444
              • name:Fuqing
              • owner:
              • source:IAEA
              • src_latlon:
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=CN
            • type:Feature
            • id:00000000000000000902
              • type:Point
                • 0:120.75009544584407
                • 1:21.958879764661777
              • cap_year:0
              • capacitymw:1902
              • comm_year:0
              • country:TWN
              • country_lg:Taiwan
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000380
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:15462.960874568469
              • latitude:21.9589
              • longitude:120.7501
              • name:Maanshan
              • owner:
              • source:IAEA
              • src_latlon:GEODB
              • url:https://www.iaea.org/pris/
            • type:Feature
            • id:000000000000000009fd
              • type:Point
                • 0:121.47998748894102
                • 1:39.79998707809446
              • cap_year:0
              • capacitymw:4183
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061022
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:16598.001736422968
              • latitude:39.8
              • longitude:121.48
              • name:Hongyanhe
              • owner:
              • source:IAEA
              • src_latlon:
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=CN
            • type:Feature
            • id:00000000000000000acf
              • type:Point
                • 0:119.4600150747497
                • 1:34.689979760505466
              • cap_year:0
              • capacitymw:1980
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061026
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7856.572660319742
              • latitude:34.69
              • longitude:119.46
              • name:Tianwan
              • owner:
              • source:IAEA
              • src_latlon:
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=CN
            • type:Feature
            • id:00000000000000000f16
              • type:Point
                • 0:112.26001741238089
                • 1:21.7100019280505
              • cap_year:0
              • capacitymw:4000
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061027
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:15871.863960241903
              • latitude:21.71
              • longitude:112.26
              • name:Yangjiang
              • owner:
              • source:IAEA
              • src_latlon:
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=CN
            • type:Feature
            • id:00000000000000000f34
              • type:Point
                • 0:108.56001861366354
                • 1:21.670010917695105
              • cap_year:0
              • capacitymw:2000
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061019
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7935.931980120951
              • latitude:21.67
              • longitude:108.56
              • name:Fangchenggang
              • owner:
              • source:IAEA
              • src_latlon:
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=CN
            • type:Feature
            • id:000000000000000043aa
              • type:Point
                • 0:166.4579800672153
                • 1:68.05671039946472
              • cap_year:0
              • capacitymw:48
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003671
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:310.36794848864247
              • latitude:68.0567
              • longitude:166.458
              • name:Bilibino
              • owner:Rosatom
              • source:IAEA
              • src_latlon:GEODB
              • url:http://www.rosenergoatom.ru/wps/wcm/connect/rosenergoatom_copy/site_en/NPP/
            • type:Feature
            • id:00000000000000005f67
              • type:Point
                • 0:77.71258697722752
                • 1:8.168893218532547
              • cap_year:0
              • capacitymw:2000
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026848
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1932.4827142857143
              • latitude:8.1689
              • longitude:77.7126
              • name:Kudankulam
              • owner:
              • source:IAEA
              • src_latlon:WRI
              • url:https://www.iaea.org/PRIS/CountryStatistics/ReactorDetails.aspx?current=853
            • type:Feature
            • id:00000000000000006159
              • type:Point
                • 0:50.88571058839569
                • 1:28.82979315326437
              • cap_year:0
              • capacitymw:1000
              • comm_year:2011
              • country:IRN
              • country_lg:Iran
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1023916
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:3198.24
              • gwh_2016:0
              • gwh_estimt:4472
              • latitude:28.8298
              • longitude:50.8857
              • name:Bushehr
              • owner:Nuclear Power Production and Development Company of Iran
              • source:IAEA
              • src_latlon:WRI
              • url:https://www.iaea.org/PRIS/CountryStatistics/ReactorDetails.aspx?current=310
            • type:Feature
            • id:000000000000000061d1
              • type:Point
                • 0:44.14980613262028
                • 1:40.18050760087001
              • cap_year:0
              • capacitymw:375
              • comm_year:1980
              • country:ARM
              • country_lg:Armenia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019028
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2465
              • latitude:40.1805
              • longitude:44.1498
              • name:Armenian-2
              • owner:Armenian Nuclear Power Company
              • source:IAEA
              • src_latlon:GEODB
              • url:https://www.iaea.org/PRIS/CountryStatistics/ReactorDetails.aspx?current=2
            • type:Feature
            • id:0000000000000000621e
              • type:Point
                • 0:42.371709761981414
                • 1:47.599311296328125
              • cap_year:0
              • capacitymw:4000
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003791
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:25863.99570738687
              • latitude:47.5993
              • longitude:42.3717
              • name:Rostov NPP
              • owner:Rosatom
              • source:IAEA
              • src_latlon:GEODB
              • url:http://www.rosenergoatom.ru/wps/wcm/connect/rosenergoatom_copy/ronpp/
            • type:Feature
            • id:00000000000000006220
              • type:Point
                • 0:39.19711474241138
                • 1:51.27390615356267
              • cap_year:0
              • capacitymw:1180
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003875
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7629.8787336791265
              • latitude:51.2739
              • longitude:39.1971
              • name:Novovoronezh 2
              • owner:Rosatom
              • source:IAEA
              • src_latlon:WRI
              • url:https://www.iaea.org/PRIS/CountryStatistics/ReactorDetails.aspx?current=898
            • type:Feature
            • id:00000000000000006221
              • type:Point
                • 0:39.201513304717565
                • 1:51.27561171853854
              • cap_year:0
              • capacitymw:1417
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003775
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:9162.320479341799
              • latitude:51.2756
              • longitude:39.2015
              • name:Novovoronezh
              • owner:Rosatom
              • source:IAEA
              • src_latlon:GEODB
              • url:http://www.knpp.rosenergoatom.ru/
            • type:Feature
            • id:00000000000000006227
              • type:Point
                • 0:35.602681439042954
                • 1:51.67511787249293
              • cap_year:0
              • capacitymw:3070
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003744
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:19850.616705419427
              • latitude:51.6751
              • longitude:35.6027
              • name:Kursk
              • owner:Rosatom
              • source:IAEA
              • src_latlon:GEODB
              • url:http://www.rosenergoatom.ru/stations_projects/
            • type:Feature
            • id:0000000000000000624a
              • type:Point
                • 0:47.95528066010883
                • 1:52.09109619345114
              • cap_year:0
              • capacitymw:4000
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1023915
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:25863.99570738687
              • latitude:52.0911
              • longitude:47.9553
              • name:Balakovo NPP
              • owner:Rosatom
              • source:IAEA
              • src_latlon:WRI
              • url:http://www.balnpp.rosenergoatom.ru/
            • type:Feature
            • id:00000000000000006285
              • type:Point
                • 0:61.32251150866519
                • 1:56.84167813401883
              • cap_year:0
              • capacitymw:1480
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003666
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:9569.678411733143
              • latitude:56.8417
              • longitude:61.3225
              • name:Beloyarsk
              • owner:Rosatom
              • source:IAEA
              • src_latlon:CARMA
              • url:http://www.rosenergoatom.ru/wps/wcm/connect/rosenergoatom_copy/site_en/NPP/
            • type:Feature
            • id:000000000000000062af
              • type:Point
                • 0:32.480779400569695
                • 1:67.46591166847927
              • cap_year:0
              • capacitymw:1760
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003733
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:11380.158111250224
              • latitude:67.4659
              • longitude:32.4808
              • name:Kola NPP
              • owner:Rosatom
              • source:IAEA
              • src_latlon:GEODB
              • url:http://www.kolanpp.rosenergoatom.ru/
            • type:Feature
            • id:0000000000000000640e
              • type:Point
                • 0:16.668306976074195
                • 1:57.412997517648236
              • cap_year:0
              • capacitymw:2603
              • comm_year:0
              • country:SWE
              • country_lg:Sweden
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002168
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:17299.204158983815
              • latitude:57.413
              • longitude:16.6683
              • name:Oskarshamn
              • owner:
              • source:IAEA
              • src_latlon:GEODB
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryStatisticsLandingPage.aspx
            • type:Feature
            • id:00000000000000006547
              • type:Point
                • 0:29.033114451704233
                • 1:59.840106244896496
              • cap_year:0
              • capacitymw:4000
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003749
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:25863.99570738687
              • latitude:59.8401
              • longitude:29.0331
              • name:Leningrad NPP
              • owner:Rosatom
              • source:IAEA
              • src_latlon:GEODB
              • url:http://www.lennpp.rosenergoatom.ru/
            • type:Feature
            • id:00000000000000006569
              • type:Point
                • 0:35.055509264808855
                • 1:57.90330256492355
              • cap_year:0
              • capacitymw:4000
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003717
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:25863.99570738687
              • latitude:57.9033
              • longitude:35.0555
              • name:Kalinn NPP
              • owner:Rosatom
              • source:IAEA
              • src_latlon:WRI
              • url:http://www.knpp.rosenergoatom.ru/
            • type:Feature
            • id:00000000000000006570
              • type:Point
                • 0:33.23867861590208
                • 1:54.16501832082671
              • cap_year:0
              • capacitymw:3000
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003812
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:19397.996780540154
              • latitude:54.165
              • longitude:33.2387
              • name:Smolensk
              • owner:Rosatom
              • source:IAEA
              • src_latlon:GEODB
              • url:http://www.knpp.rosenergoatom.ru/
            • type:Feature
            • id:0000000000000000688f
              • type:Point
                • 0:12.293577696242831
                • 1:48.604921382761994
              • cap_year:0
              • capacitymw:1485
              • comm_year:1988
              • country:DEU
              • country_lg:Germany
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005849
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:10381.22
              • gwh_estimt:12911.696804225225
              • latitude:48.6049
              • longitude:12.2936
              • name:ISAR-2
              • owner:
              • source:IAEA
              • src_latlon:GEODB
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryStatisticsLandingPage.aspx
            • type:Feature
            • id:00000000000000006ade
              • type:Point
                • 0:8.436397620011942
                • 1:49.25290142372809
              • cap_year:0
              • capacitymw:1468
              • comm_year:1984
              • country:DEU
              • country_lg:Germany
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1006001
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:10359.02
              • gwh_estimt:12763.886133739146
              • latitude:49.2529
              • longitude:8.4364
              • name:PHILIPPSBURG-2
              • owner:
              • source:IAEA
              • src_latlon:GEODB
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryStatisticsLandingPage.aspx
            • type:Feature
            • id:00000000000000006af3
              • type:Point
                • 0:9.175894686920412
                • 1:49.0407830006758
              • cap_year:0
              • capacitymw:1400
              • comm_year:1989
              • country:DEU
              • country_lg:Germany
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005974
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:10205.1
              • gwh_estimt:12172.643451794826
              • latitude:49.0408
              • longitude:9.1759
              • name:NECKARWESTHEIM-2
              • owner:
              • source:IAEA
              • src_latlon:GEODB
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryStatisticsLandingPage.aspx
            • type:Feature
            • id:00000000000000006d11
              • type:Point
                • 0:9.345014919265102
                • 1:53.850610882510736
              • cap_year:0
              • capacitymw:1480
              • comm_year:1986
              • country:DEU
              • country_lg:Germany
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005621
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:10505.87
              • gwh_estimt:12868.223077611674
              • latitude:53.8506
              • longitude:9.345
              • name:BROKDORF
              • owner:
              • source:IAEA
              • src_latlon:GEODB
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryStatisticsLandingPage.aspx
            • type:Feature
            • id:00000000000000006d3c
              • type:Point
                • 0:7.32041952632341
                • 1:52.471616716226706
              • cap_year:0
              • capacitymw:1406
              • comm_year:1988
              • country:DEU
              • country_lg:Germany
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1005659
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:10285.64
              • gwh_estimt:12224.81192373109
              • latitude:52.4716
              • longitude:7.3204
              • name:EMSLAND
              • owner:
              • source:IAEA
              • src_latlon:GEODB
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryStatisticsLandingPage.aspx
            • type:Feature
            • id:00000000000000006e65
              • type:Point
                • 0:3.7174135147867893
                • 1:51.431222080942746
              • cap_year:0
              • capacitymw:485
              • comm_year:1973
              • country:NLD
              • country_lg:Netherlands
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019300
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:3674.868
              • gwh_2016:0
              • gwh_estimt:4091
              • latitude:51.4312
              • longitude:3.7174
              • name:Borssele Nuclear Power Station
              • owner:EPZ
              • source:IAEA
              • src_latlon:WRI
              • url:https://www.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=NL
            • type:Feature
            • id:000000000000000000a6
              • type:Point
                • 0:13.521000996118156
                • 1:37.28140620819267
              • cap_year:0
              • capacitymw:280
              • comm_year:2001
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002847
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:11
              • gwh_2016:0
              • gwh_estimt:679.7489801183024
              • latitude:37.2814
              • longitude:13.521
              • name:API ENERGIA IGCC
              • owner:Edipower
              • source:IGCC
              • src_latlon:WRI
              • url:http://www.ogj.com/articles/print/volume-94/issue-50/in-this-issue/general-interest/italian-igcc-project-sets-pace-for-new-refining-era.html
            • type:Feature
            • id:00000000000000000351
              • type:Point
                • 0:22.35591733773002
                • 1:-30.02198307140122
              • cap_year:0
              • capacitymw:86
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026063
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:46.6974362952333
              • latitude:-30.022
              • longitude:22.3559
              • name:Prieska Solar Plant
              • owner:Juwi Renewable Energies (Pty) Ltd
              • source:Juwi
              • src_latlon:Industry About
              • url:http://www.juwi.co.za/projects/detail/juwiarticle/artikel/detail//prieska-solar-plant/
            • type:Feature
            • id:0000000000000000035d
              • type:Point
                • 0:19.555289880765056
                • 1:-28.888994211242775
              • cap_year:0
              • capacitymw:11
              • comm_year:2014
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026049
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:22
              • gwh_estimt:5.972927898227514
              • latitude:-28.889
              • longitude:19.5553
              • name:Konkoonsies Solar Power Plant
              • owner:Juwi Renewable Energies (Pty) Ltd
              • source:Juwi
              • src_latlon:Industry About
              • url:http://www.juwi.co.za/projects/
            • type:Feature
            • id:0000000000000000039e
              • type:Point
                • 0:27.418079069416823
                • 1:-25.738007801601952
              • cap_year:0
              • capacitymw:7
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026055
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3.800954117053873
              • latitude:-25.738
              • longitude:27.4181
              • name:RustMo1 Solar Power Plant
              • owner:Momentous Energy
              • source:Juwi
              • src_latlon:Industry About
              • url:http://www.juwi.co.za/projects/
            • type:Feature
            • id:000000000000000009e9
              • type:Point
                • 0:126.79731071767654
                • 1:37.64751919525096
              • cap_year:0
              • capacitymw:900
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000212
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3721.1223057151637
              • latitude:37.6475
              • longitude:126.7973
              • name:Ilsan
              • owner:Korea East West Power
              • source:KEWP
              • src_latlon:GEODB
              • url:http://www.ewp.co.kr/eng/main/main.asp
            • type:Feature
            • id:000000000000000009a0
              • type:Point
                • 0:129.38119677283882
                • 1:35.47539243189605
              • cap_year:0
              • capacitymw:3000
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000209
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:11210.526315789475
              • latitude:35.4754
              • longitude:129.3812
              • name:Ulsan
              • owner:Korea East West Power
              • source:KEWP
              • src_latlon:GEODB
              • url:http://www.ewp.co.kr/eng/main/main.asp
            • type:Feature
            • id:000000000000000009af
              • type:Point
                • 0:127.73510215467492
                • 1:34.854521897388594
              • cap_year:0
              • capacitymw:500
              • comm_year:1973
              • country:KOR
              • country_lg:South Korea
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000210
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4274.687938547898
              • latitude:34.8545
              • longitude:127.7351
              • name:Honam
              • owner:Korea East West Power
              • source:KEWP
              • src_latlon:WRI
              • url:http://www.ewp.co.kr/eng/main/main.asp
            • type:Feature
            • id:000000000000000009e5
              • type:Point
                • 0:126.51328926590445
                • 1:37.054296766668216
              • cap_year:0
              • capacitymw:4000
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000208
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:34197.50350838318
              • latitude:37.0543
              • longitude:126.5133
              • name:Dangjin
              • owner:Korea East West Power
              • source:KEWP
              • src_latlon:GEODB
              • url:http://www.ewp.co.kr/eng/main/main.asp
            • type:Feature
            • id:0000000000000000097d
              • type:Point
                • 0:127.77850429498207
                • 1:38.117402346104605
              • cap_year:0
              • capacitymw:108
              • comm_year:1944
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000219
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:139.29599904998466
              • latitude:38.1174
              • longitude:127.7785
              • name:Hwacheon
              • owner:Korea Hydro and Nuclear
              • source:KHNP
              • src_latlon:WRI
              • url:https://cms.khnp.co.kr/eng/hydroelectric-plants/
            • type:Feature
            • id:0000000000000000097e
              • type:Point
                • 0:127.67792084469427
                • 1:37.83598412508518
              • cap_year:0
              • capacitymw:48
              • comm_year:1967
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000221
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:61.90933291110429
              • latitude:37.836
              • longitude:127.6779
              • name:Uiam
              • owner:Korea Hydro and Nuclear
              • source:KHNP
              • src_latlon:WRI
              • url:https://cms.khnp.co.kr/eng/hydroelectric-plants/
            • type:Feature
            • id:0000000000000000097f
              • type:Point
                • 0:127.66988673599214
                • 1:37.967177978361065
              • cap_year:0
              • capacitymw:62
              • comm_year:1965
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000220
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:79.96622167684303
              • latitude:37.9672
              • longitude:127.6699
              • name:Chan Cheon
              • owner:Korea Hydro and Nuclear
              • source:KHNP
              • src_latlon:WRI
              • url:https://cms.khnp.co.kr/eng/hydroelectric-plants/
            • type:Feature
            • id:00000000000000000989
              • type:Point
                • 0:127.79470716225289
                • 1:36.81080492471759
              • cap_year:0
              • capacitymw:2.8
              • comm_year:1957
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000226
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3.61137775314775
              • latitude:36.8108
              • longitude:127.7947
              • name:Goesan
              • owner:Korea Hydro and Nuclear
              • source:KHNP
              • src_latlon:CARMA
              • url:https://cms.khnp.co.kr/eng/hydroelectric-plants/
            • type:Feature
            • id:000000000000000009ea
              • type:Point
                • 0:127.2802997888711
                • 1:37.52857847982808
              • cap_year:0
              • capacitymw:120
              • comm_year:1973
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000222
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:154.77333227776072
              • latitude:37.5286
              • longitude:127.2803
              • name:Paldang
              • owner:Korea Hydro and Nuclear
              • source:KHNP
              • src_latlon:WRI
              • url:https://cms.khnp.co.kr/eng/hydroelectric-plants/
            • type:Feature
            • id:00000000000000000976
              • type:Point
                • 0:129.38299210439237
                • 1:37.0931208115138
              • cap_year:0
              • capacitymw:5900
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000218
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:39989.65591957012
              • latitude:37.0931
              • longitude:129.383
              • name:Hanul
              • owner:Korea Hydro and Nuclear
              • source:KHNP
              • src_latlon:GEODB
              • url:https://cms.khnp.co.kr/eng/plant-status/
            • type:Feature
            • id:0000000000000000099d
              • type:Point
                • 0:129.4785935096191
                • 1:35.72211587064307
              • cap_year:0
              • capacitymw:2000
              • comm_year:2012
              • country:KOR
              • country_lg:South Korea
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000216
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:13555.81556595597
              • latitude:35.7221
              • longitude:129.4786
              • name:Shin-Wolsong
              • owner:Korea Hydro and Nuclear
              • source:KHNP
              • src_latlon:GEODB
              • url:https://cms.khnp.co.kr/eng/plant-status/
            • type:Feature
            • id:0000000000000000099e
              • type:Point
                • 0:129.47428471389054
                • 1:35.71111946487756
              • cap_year:0
              • capacitymw:2799
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000215
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:18971.363884555383
              • latitude:35.7111
              • longitude:129.4743
              • name:Wolsong
              • owner:Korea Hydro and Nuclear
              • source:KHNP
              • src_latlon:GEODB
              • url:https://cms.khnp.co.kr/eng/plant-status/
            • type:Feature
            • id:000000000000000009a1
              • type:Point
                • 0:129.30170846830526
                • 1:35.32709804557257
              • cap_year:0
              • capacitymw:3340
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000214
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:22638.21199514647
              • latitude:35.3271
              • longitude:129.3017
              • name:Shin-Kori
              • owner:Korea Hydro and Nuclear
              • source:KHNP
              • src_latlon:GEODB
              • url:https://cms.khnp.co.kr/eng/plant-status/
            • type:Feature
            • id:000000000000000009a2
              • type:Point
                • 0:129.29479644182408
                • 1:35.31991671935836
              • cap_year:0
              • capacitymw:3137
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000213
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:21262.29671520194
              • latitude:35.3199
              • longitude:129.2948
              • name:Kori
              • owner:Korea Hydro and Nuclear
              • source:KHNP
              • src_latlon:GEODB
              • url:https://cms.khnp.co.kr/eng/plant-status/
            • type:Feature
            • id:000000000000000009c2
              • type:Point
                • 0:126.4175083275224
                • 1:35.410491196235114
              • cap_year:0
              • capacitymw:5900
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000217
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:39989.65591957012
              • latitude:35.4105
              • longitude:126.4175
              • name:Hanbit
              • owner:Korea Hydro and Nuclear
              • source:KHNP
              • src_latlon:GEODB
              • url:https://cms.khnp.co.kr/eng/plant-status/
            • type:Feature
            • id:0000000000000000694b
              • type:Point
                • 0:8.833614726235538
                • 1:44.971888450992196
              • cap_year:0
              • capacitymw:1.7
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026431
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:87.86162793391877
              • latitude:44.9719
              • longitude:8.8336
              • name:Sale Solar Power Plant
              • owner:
              • source:OPDE
              • src_latlon:Industry About
              • url:http://www.opde.net/en/projects/
            • type:Feature
            • id:0000000000000000694f
              • type:Point
                • 0:8.788910970552067
                • 1:44.879383992695374
              • cap_year:0
              • capacitymw:7
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026440
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:361.7831738455479
              • latitude:44.8794
              • longitude:8.7889
              • name:Tortona Pantaleona Solar Power Plant
              • owner:9REN
              • source:OPDE
              • src_latlon:Industry About
              • url:http://www.opde.net/en/projects/
            • type:Feature
            • id:00000000000000006950
              • type:Point
                • 0:8.773381352613836
                • 1:44.831403756926676
              • cap_year:0
              • capacitymw:4.1
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026428
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:211.90157325239232
              • latitude:44.8314
              • longitude:8.7734
              • name:Pozzolo Formigaro Solar Power Plant
              • owner:Enel Green Power SpA
              • source:OPDE
              • src_latlon:Industry About
              • url:http://www.opde.net/en/projects/
            • type:Feature
            • id:00000000000000006951
              • type:Point
                • 0:8.777600381764683
                • 1:44.83907879931811
              • cap_year:0
              • capacitymw:6.2
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026441
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:320.4365254060567
              • latitude:44.8391
              • longitude:8.7776
              • name:Tortona Ponzana Solar Power Plant
              • owner:Enel Green Power SpA
              • source:OPDE
              • src_latlon:Industry About
              • url:http://www.opde.net/en/projects/
            • type:Feature
            • id:00000000000000006952
              • type:Point
                • 0:8.749279026507386
                • 1:44.83719370118688
              • cap_year:0
              • capacitymw:6.5
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026397
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:335.94151857086587
              • latitude:44.8372
              • longitude:8.7493
              • name:Bosco Marengo Solar Power Plant
              • owner:Opde Photovoltaics
              • source:OPDE
              • src_latlon:Industry About
              • url:http://www.opde.net/en/projects/
            • type:Feature
            • id:00000000000000000922
              • type:Point
                • 0:130.46562191447364
                • 1:32.910492007912595
              • cap_year:0
              • capacitymw:1.7
              • comm_year:0
              • country:JPN
              • country_lg:Japan
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026521
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:20.95056575308021
              • latitude:32.9105
              • longitude:130.4656
              • name:Meishihama Solar Power Plant
              • owner:K Clean Energy
              • source:ORIX
              • src_latlon:Industry About
              • url:http://www.orix.co.jp/grp/en/news/2013/130618_ORIXE.html
            • type:Feature
            • id:00000000000000000926
              • type:Point
                • 0:130.42352138954283
                • 1:33.04280794340945
              • cap_year:0
              • capacitymw:11.7
              • comm_year:0
              • country:JPN
              • country_lg:Japan
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026558
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:144.1891878300226
              • latitude:33.0428
              • longitude:130.4235
              • name:Shinkai-machi Solar Power Plant
              • owner:K Clean Energy
              • source:ORIX
              • src_latlon:Industry About
              • url:https://www.orix.co.jp/grp/en/story/story_08.html
            • type:Feature
            • id:0000000000000000457f
              • type:Point
                • 0:141.76961285839806
                • 1:42.70142240179142
              • cap_year:0
              • capacitymw:45.6
              • comm_year:0
              • country:JPN
              • country_lg:Japan
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026580
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:561.9681166708574
              • latitude:42.7014
              • longitude:141.7696
              • name:Tomatoh no Mori Solar Power Plant
              • owner:Tomakomai Solar Energy LLC
              • source:ORIX
              • src_latlon:Industry About
              • url:http://www.orix.co.jp/grp/en/news/2015/151224_ORIXE.html
            • type:Feature
            • id:00000000000000004642
              • type:Point
                • 0:140.07549312117666
                • 1:36.71538305264625
              • cap_year:0
              • capacitymw:13.5
              • comm_year:0
              • country:JPN
              • country_lg:Japan
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026492
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:166.37213980387224
              • latitude:36.7154
              • longitude:140.0755
              • name:Kamikawai Solar Power Plant
              • owner:Nasukarasuyama Kamikawai Solar Corporation
              • source:ORIX
              • src_latlon:Industry About
              • url:http://www.orix.co.jp/grp/en/news/2014/140319_ORIXE.html
            • type:Feature
            • id:00000000000000005d4b
              • type:Point
                • 0:75.30989475910756
                • 1:29.730286577237692
              • cap_year:0
              • capacitymw:2.1
              • comm_year:0
              • country:IND
              • country_lg:India
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026171
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4.075469460367663
              • latitude:29.7303
              • longitude:75.3099
              • name:Mirpur Kalan - Alianz Eco Solar Power Plant
              • owner:Alianz Eco Power Private Limited
              • source:PEDA
              • src_latlon:Industry About
              • url:http://www.peda.gov.in/main/SPVPowerProjects.html
            • type:Feature
            • id:00000000000000000a85
              • type:Point
                • 0:120.97312050808418
                • 1:31.75631823542223
              • cap_year:0
              • capacitymw:3320
              • comm_year:1993
              • country:CHN
              • country_lg:China
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1070281
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:16488.632419424524
              • latitude:31.7563
              • longitude:120.9731
              • name:Changshu - CPI 1 Coal
              • owner:China Power Investment Corporation (CPI)
              • source:SPIC
              • src_latlon:Industry About
              • url:http://doc.irasia.com/listco/hk/chinapower/cpresent/pre170824.pdf
            • type:Feature
            • id:00000000000000000ad7
              • type:Point
                • 0:120.246908894672
                • 1:34.30708042342145
              • cap_year:0
              • capacitymw:2000
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1072550
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:9932.91109603887
              • latitude:34.3071
              • longitude:120.2469
              • name:Binhai Port Unit 1
              • owner:
              • source:SPIC
              • src_latlon:WRI
              • url:http://www.spic.com.cn/mtbd/201711/t20171121_282894.htm
            • type:Feature
            • id:00000000000000000a91
              • type:Point
                • 0:121.50000543576313
                • 1:30.98001687166592
              • cap_year:0
              • capacitymw:760
              • comm_year:2005
              • country:CHN
              • country_lg:China
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029820
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1443.501540972621
              • latitude:30.98
              • longitude:121.5
              • name:Fengxian Gas
              • owner:
              • source:Sina
              • src_latlon:
              • url:http://blog.sina.com.cn/s/blog_400e37920101iizs.html
            • type:Feature
            • id:00000000000000000234
              • type:Point
                • 0:35.36439605859764
                • 1:31.030286155165403
              • cap_year:0
              • capacitymw:250
              • comm_year:2015
              • country:ISR
              • country_lg:Israel
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061481
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:799.3324649951156
              • latitude:31.0303
              • longitude:35.3644
              • name:Dead Sea Works
              • owner:Dead Sea Works
              • source:TMNG
              • src_latlon:WRI
              • url:http://tmng.co.il/?project=dead-sea-works-power-plant
            • type:Feature
            • id:00000000000000000e31
              • type:Point
                • 0:109.70000926688085
                • 1:32.930016238557485
              • cap_year:0
              • capacitymw:276
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000568
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1131.8301651835393
              • latitude:32.93
              • longitude:109.7
              • name:Chuhe
              • owner:
              • source:et97
              • src_latlon:
              • url:http://www.et97.com/subview/3465812/3465812.htm
            • type:Feature
            • id:0000000000000000081d
              • type:Point
                • 0:115.12998955060185
                • 1:27.520009018369795
              • cap_year:0
              • capacitymw:360
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000590
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1476.3002154567903
              • latitude:27.52
              • longitude:115.13
              • name:Jiangzi
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/632240.htm
            • type:Feature
            • id:0000000000000000086f
              • type:Point
                • 0:118.07998859282237
                • 1:26.589982390340513
              • cap_year:0
              • capacitymw:300
              • comm_year:1990
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000586
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1230.2501795473252
              • latitude:26.59
              • longitude:118.08
              • name:Shaxikou
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/1107324.htm
            • type:Feature
            • id:000000000000000008a5
              • type:Point
                • 0:119.65000603640446
                • 1:29.70999933068255
              • cap_year:0
              • capacitymw:297.2
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000605
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1218.7678445382169
              • latitude:29.71
              • longitude:119.65
              • name:Fuchunjiang
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/1244447.htm
            • type:Feature
            • id:00000000000000000cb6
              • type:Point
                • 0:111.12999084928579
                • 1:39.05999629500876
              • cap_year:0
              • capacitymw:128
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000610
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:524.9067432735254
              • latitude:39.06
              • longitude:111.13
              • name:Tianqiao
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/439118.htm
            • type:Feature
            • id:00000000000000000d18
              • type:Point
                • 0:105.99000149475248
                • 1:37.88001463143607
              • cap_year:0
              • capacitymw:272
              • comm_year:1978
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000556
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1115.4268294562416
              • latitude:37.88
              • longitude:105.99
              • name:Qingtongxia
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/439111.htm
            • type:Feature
            • id:00000000000000000d47
              • type:Point
                • 0:105.01998385636782
                • 1:37.4499878410713
              • cap_year:0
              • capacitymw:153.2
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000557
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:628.2477583555008
              • latitude:37.45
              • longitude:105.02
              • name:Shapotou
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://www.baike.com/wiki/%E6%B2%99%E5%9D%A1%E5%A4%B4%E6%B0%B4%E5%88%A9%E6%9E%A2%E7%BA%BD
            • type:Feature
            • id:00000000000000000d72
              • type:Point
                • 0:103.34000235513061
                • 1:35.930015264544515
              • cap_year:0
              • capacitymw:1225
              • comm_year:1968
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000486
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5023.521566484911
              • latitude:35.93
              • longitude:103.34
              • name:Liujiaxia
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/159096.htm
            • type:Feature
            • id:00000000000000000dae
              • type:Point
                • 0:104.01002009091657
                • 1:36.149988263143584
              • cap_year:0
              • capacitymw:324.5
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000596
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1330.7206108770233
              • latitude:36.15
              • longitude:104.01
              • name:Daxia
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/439122.htm
            • type:Feature
            • id:00000000000000000e25
              • type:Point
                • 0:111.33999975776268
                • 1:34.8300156216826
              • cap_year:0
              • capacitymw:400
              • comm_year:1960
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000547
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1640.333572729767
              • latitude:34.83
              • longitude:111.34
              • name:Sanmexia
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/656801.htm
            • type:Feature
            • id:00000000000000000e32
              • type:Point
                • 0:109.70000926688085
                • 1:32.930016238557485
              • cap_year:0
              • capacitymw:276
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061008
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1131.8301651835393
              • latitude:32.93
              • longitude:109.7
              • name:Chuhe
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/subview/10536518/10723674.htm
            • type:Feature
            • id:00000000000000000e6e
              • type:Point
                • 0:108.27999177459814
                • 1:32.83001627102458
              • cap_year:0
              • capacitymw:180
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061007
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:738.1501077283951
              • latitude:32.83
              • longitude:108.28
              • name:Xihe
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://www.baike.com/wiki/%E5%96%9C%E6%B2%B3%E6%B0%B4%E7%94%B5%E7%AB%99
            • type:Feature
            • id:00000000000000000e8e
              • type:Point
                • 0:109.51001830522611
                • 1:28.75999963911999
              • cap_year:0
              • capacitymw:240
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000611
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:984.2001436378603
              • latitude:28.76
              • longitude:109.51
              • name:Wanmipo
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/1972763.htm
            • type:Feature
            • id:00000000000000000eb2
              • type:Point
                • 0:110.29000009866719
                • 1:27.580017975547303
              • cap_year:0
              • capacitymw:180
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000613
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:738.1501077283951
              • latitude:27.58
              • longitude:110.29
              • name:Tongwan
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/4630553.htm
            • type:Feature
            • id:00000000000000000ebd
              • type:Point
                • 0:110.2699821518451
                • 1:27.980017845678905
              • cap_year:0
              • capacitymw:195
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000612
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:799.6626167057614
              • latitude:27.98
              • longitude:110.27
              • name:Dafutan
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/1162078.htm
            • type:Feature
            • id:00000000000000000f0c
              • type:Point
                • 0:111.2100177532854
                • 1:23.42001034952087
              • cap_year:0
              • capacitymw:630
              • comm_year:1993
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000575
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2583.525377049383
              • latitude:23.42
              • longitude:111.21
              • name:Changzhou
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/2476357.htm
            • type:Feature
            • id:00000000000000000f27
              • type:Point
                • 0:109.52999136875938
                • 1:24.23001906319513
              • cap_year:0
              • capacitymw:228
              • comm_year:2006
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000583
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:934.9901364559672
              • latitude:24.23
              • longitude:109.53
              • name:Honghua
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/subview/4606506/4606506.htm
            • type:Feature
            • id:00000000000000000f9c
              • type:Point
                • 0:105.49000165708796
                • 1:24.820009894981478
              • cap_year:0
              • capacitymw:405
              • comm_year:2005
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000580
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1660.837742388889
              • latitude:24.82
              • longitude:105.49
              • name:Pingban
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://www.baike.com/wiki/%E5%B9%B3%E7%8F%AD%E6%B0%B4%E7%94%B5%E7%AB%99&prd=so_1_doc
            • type:Feature
            • id:00000000000000000fc4
              • type:Point
                • 0:104.5799929758808
                • 1:24.870009878747926
              • cap_year:0
              • capacitymw:234.4
              • comm_year:1979
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000582
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:961.2354736196435
              • latitude:24.87
              • longitude:104.58
              • name:Xijin
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/1050095.htm
            • type:Feature
            • id:00000000000000000ff4
              • type:Point
                • 0:100.81998521998597
                • 1:26.19999149361997
              • cap_year:0
              • capacitymw:2160
              • comm_year:2014
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000471
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:8857.801292740742
              • latitude:26.2
              • longitude:100.82
              • name:Ludila
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/1237237.htm
            • type:Feature
            • id:000000000000000011bb
              • type:Point
                • 0:100.26998539855502
                • 1:35.309997512524994
              • cap_year:0
              • capacitymw:360
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000604
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1476.3002154567903
              • latitude:35.31
              • longitude:100.27
              • name:Banduo
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/1113141.htm
            • type:Feature
            • id:0000000000000000124c
              • type:Point
                • 0:82.84701080394483
                • 1:43.859994736588
              • cap_year:0
              • capacitymw:460
              • comm_year:0
              • country:CHN
              • country_lg:China
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000542
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1886.383608639232
              • latitude:43.86
              • longitude:82.847
              • name:Jilintai
              • owner:
              • source:Baike
              • src_latlon:
              • url:http://baike.baidu.com/view/4269744.htm
            • type:Feature
            • id:00000000000000006e8c
              • type:Point
                • 0:5.529980251253871
                • 1:52.57718221157561
              • cap_year:0
              • capacitymw:880
              • comm_year:2010
              • country:NLD
              • country_lg:Netherlands
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1019290
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4868.917525773196
              • latitude:52.5772
              • longitude:5.53
              • name:Maxima
              • owner:Electrabel
              • source:Engie
              • src_latlon:GEODB
              • url:http://www.engie.com/en/journalists/press-releases/electrabel-gdf-suez-group-inaugurates-its-maxima-plant-in-the-netherlands/
            • type:Feature
            • id:0000000000000000035b
              • type:Point
                • 0:18.0060982832042
                • 1:-32.834010883731246
              • cap_year:0
              • capacitymw:94
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026023
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:42.11169373313649
              • latitude:-32.834
              • longitude:18.0061
              • name:West Coast 1
              • owner:ENGIE (43%) Investec Bank Limited (34.5%) and KTH (20%)
              • source:Engie
              • src_latlon:WRI
              • url:http://www.engie.com/en/journalists/press-releases/inaugurates-wind-farm-south-africa/
            • type:Feature
            • id:00000000000000000356
              • type:Point
                • 0:18.505290221669604
                • 1:-31.634011273336437
              • cap_year:0
              • capacitymw:10.5
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026061
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5.70143117558081
              • latitude:-31.634
              • longitude:18.5053
              • name:Vredendal Solar Power Plant
              • owner:Solairedirect Southern Africa
              • source:Engie
              • src_latlon:Industry About
              • url:http://uas.engie.com/content/uploads/sites/8/2016/07/20160602-Africa-Presentation-me%CC%81tiers.pdf
            • type:Feature
            • id:00000000000000000361
              • type:Point
                • 0:18.533611576926894
                • 1:-33.884100309404374
              • cap_year:0
              • capacitymw:171
              • comm_year:1976
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000115
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:-33.8841
              • longitude:18.5336
              • name:Acacia
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/Whatweredoing/ElectricityGeneration/PowerStations/Pages/Acacia_Power_Station.aspx
            • type:Feature
            • id:00000000000000000365
              • type:Point
                • 0:18.460721115852653
                • 1:-33.591999865641306
              • cap_year:0
              • capacitymw:1327
              • comm_year:2007
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000116
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:112.0656836461126
              • latitude:-33.592
              • longitude:18.4607
              • name:Ankerlig
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/Whatweredoing/ElectricityGeneration/PowerStations/Pages/Ankerlig.aspx
            • type:Feature
            • id:0000000000000000036b
              • type:Point
                • 0:21.960809746081853
                • 1:-34.165294113979606
              • cap_year:0
              • capacitymw:740
              • comm_year:2007
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000122
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:62.493297587131366
              • latitude:-34.1653
              • longitude:21.9608
              • name:Gourikwa
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:00000000000000000372
              • type:Point
                • 0:27.883788074408464
                • 1:-33.02741297533773
              • cap_year:0
              • capacitymw:171
              • comm_year:1976
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Oil
              • fuel2:Gas
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000133
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:14.44101876675603
              • latitude:-33.0274
              • longitude:27.8838
              • name:Port Rex
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/Whatweredoing/ElectricityGeneration/PowerStations/Pages/Port_Rex_Power_Station.aspx
            • type:Feature
            • id:0000000000000000038e
              • type:Point
                • 0:27.974990917328956
                • 1:-26.74029652466174
              • cap_year:0
              • capacitymw:3708
              • comm_year:1985
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000128
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:22015.716259788114
              • latitude:-26.7403
              • longitude:27.975
              • name:Lethabo
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:0000000000000000039d
              • type:Point
                • 0:27.61278277639964
                • 1:-23.667810987200017
              • cap_year:0
              • capacitymw:3990
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000130
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:23690.05066789498
              • latitude:-23.6678
              • longitude:27.6128
              • name:Matimba
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:000000000000000003aa
              • type:Point
                • 0:29.791686916369212
                • 1:-25.944381163682866
              • cap_year:0
              • capacitymw:2100
              • comm_year:1975
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000117
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:12468.447719944726
              • latitude:-25.9444
              • longitude:29.7917
              • name:Arnot
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/Whatweredoing/ElectricityGeneration/PowerStations/Pages/Arnot_Power_Station.aspx
            • type:Feature
            • id:000000000000000003ab
              • type:Point
                • 0:29.601381771692594
                • 1:-26.03140986074135
              • cap_year:0
              • capacitymw:2000
              • comm_year:1976
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000124
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:11874.712114233072
              • latitude:-26.0314
              • longitude:29.6014
              • name:Hendrina
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:000000000000000003ac
              • type:Point
                • 0:29.47252184943633
                • 1:-26.08989278609833
              • cap_year:0
              • capacitymw:1000
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000126
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5937.356057116536
              • latitude:-26.0899
              • longitude:29.4725
              • name:Komati
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/Whatweredoing/ElectricityGeneration/PowerStations/Pages/Komati_Power_Station.aspx
            • type:Feature
            • id:000000000000000003ae
              • type:Point
                • 0:28.96888646537589
                • 1:-26.0880076879671
              • cap_year:0
              • capacitymw:4116
              • comm_year:1993
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000125
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:24438.157531091663
              • latitude:-26.088
              • longitude:28.9689
              • name:Kendal
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:000000000000000003af
              • type:Point
                • 0:29.34087916327206
                • 1:-25.95950683202155
              • cap_year:0
              • capacitymw:3600
              • comm_year:1984
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000119
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:21374.48180561953
              • latitude:-25.9595
              • longitude:29.3409
              • name:Duvha
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:000000000000000003b0
              • type:Point
                • 0:29.142315493449097
                • 1:-26.28042234721915
              • cap_year:0
              • capacitymw:3600
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000131
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:21374.48180561953
              • latitude:-26.2804
              • longitude:29.1423
              • name:Matla
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:000000000000000003b1
              • type:Point
                • 0:29.180107222651387
                • 1:-26.253986090093075
              • cap_year:0
              • capacitymw:3600
              • comm_year:1979
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000127
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:21374.48180561953
              • latitude:-26.254
              • longitude:29.1801
              • name:Kriel
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:000000000000000003b2
              • type:Point
                • 0:29.352683468236673
                • 1:-26.776696871910023
              • cap_year:0
              • capacitymw:3654
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000135
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:21695.099032703823
              • latitude:-26.7767
              • longitude:29.3527
              • name:Tutuka
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/sites/heritage/Pages/TUTUKA-POWER-STATION.aspx
            • type:Feature
            • id:000000000000000003b3
              • type:Point
                • 0:30.09110333621301
                • 1:-26.62009907715137
              • cap_year:0
              • capacitymw:1600
              • comm_year:1967
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000118
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:9499.769691386458
              • latitude:-26.6201
              • longitude:30.0911
              • name:Camden
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/sites/heritage/Pages/Camden.aspx
            • type:Feature
            • id:000000000000000003b4
              • type:Point
                • 0:29.770591770614967
                • 1:-27.09550287253219
              • cap_year:0
              • capacitymw:4110
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000129
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:24402.533394748963
              • latitude:-27.0955
              • longitude:29.7706
              • name:Majuba
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:00000000000000000368
              • type:Point
                • 0:18.973602457413897
                • 1:-34.19720613234401
              • cap_year:0
              • capacitymw:400
              • comm_year:1988
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000132
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:808.4889357635536
              • latitude:-34.1972
              • longitude:18.9736
              • name:Palmiet
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:00000000000000000384
              • type:Point
                • 0:24.733789097122095
                • 1:-29.99339241641089
              • cap_year:0
              • capacitymw:240
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000136
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:485.09336145813216
              • latitude:-29.9934
              • longitude:24.7338
              • name:Vanderkloof
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/sites/heritage/Pages/VANDERKLOOF-POWER-STATION.aspx
            • type:Feature
            • id:00000000000000000385
              • type:Point
                • 0:25.503986333596323
                • 1:-30.62400262459637
              • cap_year:0
              • capacitymw:360
              • comm_year:1971
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000121
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:727.6400421871982
              • latitude:-30.624
              • longitude:25.504
              • name:Gariep
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:000000000000000003b7
              • type:Point
                • 0:29.084191634402824
                • 1:-28.565116398981818
              • cap_year:0
              • capacitymw:1000
              • comm_year:1981
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000120
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2021.2223394088842
              • latitude:-28.5651
              • longitude:29.0842
              • name:Drakensberg
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/OurCompany/PhotoGallery/Pages/Eskom_Power_Stations.aspx
            • type:Feature
            • id:00000000000000000366
              • type:Point
                • 0:18.428090964866822
                • 1:-33.673687451327964
              • cap_year:0
              • capacitymw:1800
              • comm_year:1984
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000137
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:13794
              • latitude:-33.6737
              • longitude:18.4281
              • name:Koeberg
              • owner:Eskom
              • source:Eskom
              • src_latlon:WRI
              • url:http://www.eskom.co.za/Whatweredoing/ElectricityGeneration/KoebergNuclearPowerStation/Pages/Koeberg_Power_Station.aspx
            • type:Feature
            • id:00000000000000006153
              • type:Point
                • 0:54.09468620721627
                • 1:31.95021404320595
              • cap_year:0
              • capacitymw:484
              • comm_year:2012
              • country:IRN
              • country_lg:Iran
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029954
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2494.2753993105807
              • latitude:31.9502
              • longitude:54.0947
              • name:Shirkooh
              • owner:TAVANIR
              • source:Farab
              • src_latlon:WRI
              • url:http://www.farab.com/en/field_of_activities/prjDetail.asp?abv=T&pk=1006
            • type:Feature
            • id:0000000000000000616f
              • type:Point
                • 0:47.8178929129732
                • 1:30.211794499900613
              • cap_year:0
              • capacitymw:252
              • comm_year:2005
              • country:IRQ
              • country_lg:Iraq
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1008696
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:392.6264848218214
              • latitude:30.2118
              • longitude:47.8179
              • name:Khor Al Zubayr
              • owner:Iraq's Ministry of Electricity
              • source:Fluor
              • src_latlon:WRI
              • url:http://www.fluor.com/projects/government-iraq-power-plant-epc
            • type:Feature
            • id:00000000000000000203
              • type:Point
                • 0:33.28998021504485
                • 1:34.72857938890686
              • cap_year:0
              • capacitymw:868
              • comm_year:0
              • country:CYP
              • country_lg:Cyprus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0045552
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:34.7286
              • longitude:33.29
              • name:Vasilikos Power Plant Cyprus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000236
              • type:Point
                • 0:36.01969207564448
                • 1:31.222611047839763
              • cap_year:0
              • capacitymw:373
              • comm_year:0
              • country:JOR
              • country_lg:Jordan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0046165
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:128.77144379328715
              • latitude:31.2226
              • longitude:36.0197
              • name:Al Qatrana CCGT Power Plant Jordan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000239
              • type:Point
                • 0:39.01111839346328
                • 1:32.572386193089734
              • cap_year:0
              • capacitymw:150
              • comm_year:0
              • country:JOR
              • country_lg:Jordan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005108
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:51.78476291955248
              • latitude:32.5724
              • longitude:39.0111
              • name:Risha OCGT Power Plant Jordan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000023b
              • type:Point
                • 0:36.68890191223135
                • 1:33.421398484764936
              • cap_year:0
              • capacitymw:256
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041667
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1228.5188743994509
              • latitude:33.4214
              • longitude:36.6889
              • name:Teshreen (Tishrin) OCGT Power Project Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000023c
              • type:Point
                • 0:36.682797784949265
                • 1:33.801200874919076
              • cap_year:0
              • capacitymw:384
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041668
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1842.7783115991765
              • latitude:33.8012
              • longitude:36.6828
              • name:Al Nasryeh (Nasserieh) OCGT Power Plant Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000023e
              • type:Point
                • 0:36.327815853523
                • 1:33.26978273506739
              • cap_year:0
              • capacitymw:750
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041662
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3599.176389842141
              • latitude:33.2698
              • longitude:36.3278
              • name:Dier Ali CCGT Power Plant Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000023f
              • type:Point
                • 0:36.09388415209505
                • 1:31.910088382984036
              • cap_year:0
              • capacitymw:573
              • comm_year:0
              • country:JOR
              • country_lg:Jordan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0046166
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:197.81779435269047
              • latitude:31.9101
              • longitude:36.0939
              • name:IPP3 ICE Power Plant Jordan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000240
              • type:Point
                • 0:36.08010498242153
                • 1:31.899720343262274
              • cap_year:0
              • capacitymw:620
              • comm_year:0
              • country:JOR
              • country_lg:Jordan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002102
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:214.04368673415024
              • latitude:31.8997
              • longitude:36.0801
              • name:Amman East (AES Jordan) CCGT Power Plant Jordan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000242
              • type:Point
                • 0:36.14181950457491
                • 1:32.14330195179057
              • cap_year:0
              • capacitymw:1031
              • comm_year:0
              • country:JOR
              • country_lg:Jordan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005246
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:355.933937133724
              • latitude:32.1433
              • longitude:36.1418
              • name:Samra CCGT Power Plant Jordan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000243
              • type:Point
                • 0:36.05061666165443
                • 1:32.33109363229221
              • cap_year:0
              • capacitymw:357
              • comm_year:0
              • country:JOR
              • country_lg:Jordan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005053
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:123.2477357485349
              • latitude:32.3311
              • longitude:36.0506
              • name:Rehab CCGT Power Plant Jordan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000253
              • type:Point
                • 0:36.78338123523707
                • 1:34.46619168235509
              • cap_year:0
              • capacitymw:700
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041654
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3359.2312971859983
              • latitude:34.4662
              • longitude:36.7834
              • name:Jandar CCGT Power Plant Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000258
              • type:Point
                • 0:36.36201691961819
                • 1:35.737017122537566
              • cap_year:0
              • capacitymw:544
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041670
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2610.602608098833
              • latitude:35.737
              • longitude:36.362
              • name:Zayzoun (Zayzun) CCGT Power Plant Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000028b
              • type:Point
                • 0:34.97700839262974
                • 1:29.377997643141768
              • cap_year:0
              • capacitymw:650
              • comm_year:0
              • country:JOR
              • country_lg:Jordan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002141
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:224.4006393180607
              • latitude:29.378
              • longitude:34.977
              • name:Aqaba Thermal Power Plant Jordan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006ee
              • type:Point
                • 0:103.6413936396833
                • 1:1.2887787557180024
              • cap_year:0
              • capacitymw:1470
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005795
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7239.503768844221
              • latitude:1.2888
              • longitude:103.6414
              • name:Tuas CCGT Power Station Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006ef
              • type:Point
                • 0:103.67501122302359
                • 1:1.2824053287028894
              • cap_year:0
              • capacitymw:1300
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042425
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6402.282244556113
              • latitude:1.2824
              • longitude:103.675
              • name:Keppel Merlimau Cogen Power Plant Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006f0
              • type:Point
                • 0:103.70261444565948
                • 1:1.2539942068679137
              • cap_year:0
              • capacitymw:1215
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0004959
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5983.67148241206
              • latitude:1.254
              • longitude:103.7026
              • name:SembCorp Pulau Sakra CCGT Cogen Power Station Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006f1
              • type:Point
                • 0:103.72658212189941
                • 1:1.2764807345761648
              • cap_year:0
              • capacitymw:1540
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0004960
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7584.242043551089
              • latitude:1.2765
              • longitude:103.7266
              • name:PowerSeraya Pulau Seraya CCGT Cogen Power Plant Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006f3
              • type:Point
                • 0:103.72388912456907
                • 1:1.2812832464819186
              • cap_year:0
              • capacitymw:210
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0004889
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1034.214824120603
              • latitude:1.2813
              • longitude:103.7239
              • name:PowerSeraya OCGT Power Plant Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006f4
              • type:Point
                • 0:103.72501120679006
                • 1:1.2842904268341202
              • cap_year:0
              • capacitymw:800
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0045352
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3939.8659966499167
              • latitude:1.2843
              • longitude:103.725
              • name:Jurong Island - PLP CCGT Power Plant Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006f9
              • type:Point
                • 0:103.79960723284019
                • 1:1.4654842638764538
              • cap_year:0
              • capacitymw:2807
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005331
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:13824.004815745393
              • latitude:1.4655
              • longitude:103.7996
              • name:Senoko I-VII CCGT Power Plants Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006fa
              • type:Point
                • 0:103.79888910021877
                • 1:1.271498689515055
              • cap_year:0
              • capacitymw:210
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0004720
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1034.214824120603
              • latitude:1.2715
              • longitude:103.7989
              • name:Pasir Panjang Gas Turbine Power Station Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000705
              • type:Point
                • 0:114.46459479356626
                • 1:4.665393458351597
              • cap_year:0
              • capacitymw:246
              • comm_year:0
              • country:BRN
              • country_lg:Brunei Darussalam
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0045546
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1872.706484641638
              • latitude:4.6654
              • longitude:114.4646
              • name:Lumut Cogen Power Station Brunei
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000706
              • type:Point
                • 0:114.74610278116336
                • 1:4.828185146970013
              • cap_year:0
              • capacitymw:110
              • comm_year:0
              • country:BRN
              • country_lg:Brunei Darussalam
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0045547
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:837.3890784982934
              • latitude:4.8282
              • longitude:114.7461
              • name:Bukit Panggal CCGT Power Station Brunei
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000707
              • type:Point
                • 0:114.91028585173581
                • 1:4.911084581455321
              • cap_year:0
              • capacitymw:128
              • comm_year:0
              • country:BRN
              • country_lg:Brunei Darussalam
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0045543
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:974.4163822525597
              • latitude:4.9111
              • longitude:114.9103
              • name:Gadong 2 Power Plant Brunei Darussalam
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000708
              • type:Point
                • 0:114.93030379855787
                • 1:4.97068958903328
              • cap_year:0
              • capacitymw:102
              • comm_year:0
              • country:BRN
              • country_lg:Brunei Darussalam
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0045545
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:776.4880546075086
              • latitude:4.9707
              • longitude:114.9303
              • name:Berakas CCGT Power Plant Brunei
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001280
              • type:Point
                • 0:69.11339766859716
                • 1:34.56381283557953
              • cap_year:0
              • capacitymw:42
              • comm_year:0
              • country:AFG
              • country_lg:Afghanistan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040540
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:34.5638
              • longitude:69.1134
              • name:Northwest Kabul Power Plant Afghanistan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000012db
              • type:Point
                • 0:-67.08058863379796
                • 1:10.587698537345632
              • cap_year:0
              • capacitymw:1720
              • comm_year:1956
              • country:VEN
              • country_lg:Venezuela
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061135
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2898.641846612062
              • latitude:10.5877
              • longitude:-67.0806
              • name:Ricardo Zuloaga (Tacoa) Thermal Power Plant Venezuela
              • owner:Government Operating: La Electricidad de Caracas (EDC)
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/form.php?pid=43128
            • type:Feature
            • id:00000000000000001349
              • type:Point
                • 0:-67.95289535238051
                • 1:10.18841679983545
              • cap_year:0
              • capacitymw:85
              • comm_year:1975
              • country:VEN
              • country_lg:Venezuela
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061134
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:143.24683544303798
              • latitude:10.1884
              • longitude:-67.9529
              • name:Castillito Gas Power Plant Venezuela
              • owner:Operating: CA La Electricidad de Valencia (Eleval)
              • source:GEODB
              • src_latlon:WRI
              • url:http://globalenergyobservatory.org/form.php?pid=43123
            • type:Feature
            • id:00000000000000001355
              • type:Point
                • 0:-71.6353896684507
                • 1:10.488282052567634
              • cap_year:0
              • capacitymw:450
              • comm_year:2011
              • country:VEN
              • country_lg:Venezuela
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061138
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:758.3655994043188
              • latitude:10.4883
              • longitude:-71.6354
              • name:Termozulia II
              • owner:Government Operating : CORPOELEC - Empresa Electrica Socialista
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/form.php?pid=43125
            • type:Feature
            • id:00000000000000001356
              • type:Point
                • 0:-71.63292108756454
                • 1:10.485589055237305
              • cap_year:0
              • capacitymw:450
              • comm_year:2012
              • country:VEN
              • country_lg:Venezuela
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061139
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:758.3655994043188
              • latitude:10.4856
              • longitude:-71.6329
              • name:Termozulia III
              • owner:Government Operating : CORPOELEC - Empresa Electrica Socialista
              • source:GEODB
              • src_latlon:WRI
              • url:http://globalenergyobservatory.org/form.php?pid=43125
            • type:Feature
            • id:000000000000000013b6
              • type:Point
                • 0:-86.31069908692574
                • 1:12.158119930527256
              • cap_year:0
              • capacitymw:65
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043594
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:12.1581
              • longitude:-86.3107
              • name:ENEL Las Brisas Thermal Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013de
              • type:Point
                • 0:-79.8219220194969
                • 1:9.37961993495983
              • cap_year:0
              • capacitymw:160
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043528
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:9.3796
              • longitude:-79.8219
              • name:Central 9 de Enero (JB) CCGT Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000140c
              • type:Point
                • 0:-68.1810819928371
                • 1:-16.565299828189094
              • cap_year:0
              • capacitymw:80.42
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044735
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:467.82267281805923
              • latitude:-16.5653
              • longitude:-68.1811
              • name:El Alto (El Kenko) Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000015a3
              • type:Point
                • 0:-66.11689953913957
                • 1:-17.43020080411324
              • cap_year:0
              • capacitymw:167
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044734
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:971.4795618082055
              • latitude:-17.4302
              • longitude:-66.1169
              • name:Valle Hermoso Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000015a6
              • type:Point
                • 0:-64.54091261814193
                • 1:-17.2424091236116
              • cap_year:0
              • capacitymw:90
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041946
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:523.5518596571168
              • latitude:-17.2424
              • longitude:-64.5409
              • name:Bulo Bulo OCGT Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000015a7
              • type:Point
                • 0:-64.52749251477911
                • 1:-17.212516853244942
              • cap_year:0
              • capacitymw:152.6
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044736
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:887.7112642630668
              • latitude:-17.2125
              • longitude:-64.5275
              • name:Carrasco OCGT Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000015a8
              • type:Point
                • 0:-63.13979099046035
                • 1:-17.754886515573297
              • cap_year:0
              • capacitymw:42.3
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044755
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:246.06937403884487
              • latitude:-17.7549
              • longitude:-63.1398
              • name:Santa Cruz Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000015a9
              • type:Point
                • 0:-63.152089011602186
                • 1:-17.78751666655912
              • cap_year:0
              • capacitymw:350
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042663
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2036.0350097776764
              • latitude:-17.7875
              • longitude:-63.1521
              • name:Guaracachi CCGT Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000015aa
              • type:Point
                • 0:-65.7220163639356
                • 1:-19.550981085036533
              • cap_year:0
              • capacitymw:14.4
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044756
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:83.76829754513868
              • latitude:-19.551
              • longitude:-65.722
              • name:Karachipampa Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000015ab
              • type:Point
                • 0:-65.26968257901791
                • 1:-19.039401358851606
              • cap_year:0
              • capacitymw:36.7
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044762
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:213.49281388240206
              • latitude:-19.0394
              • longitude:-65.2697
              • name:Aranjuez Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000015ac
              • type:Point
                • 0:-64.17138850113189
                • 1:-21.520010966395756
              • cap_year:0
              • capacitymw:120
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044720
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:698.069146209489
              • latitude:-21.52
              • longitude:-64.1714
              • name:Entre Rios Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000356b
              • type:Point
                • 0:-4.076300292342028
                • 1:5.3014794277754165
              • cap_year:0
              • capacitymw:294
              • comm_year:0
              • country:CIV
              • country_lg:Cote DIvoire
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042570
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2820.745033112583
              • latitude:5.3015
              • longitude:-4.0763
              • name:Azito OCGT Power Plant Ivory Coast
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000356c
              • type:Point
                • 0:-4.009603725127534
                • 1:5.261219117686991
              • cap_year:0
              • capacitymw:210
              • comm_year:0
              • country:CIV
              • country_lg:Cote DIvoire
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042574
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2014.817880794702
              • latitude:5.2612
              • longitude:-4.0096
              • name:Vridi CIPREL OCGT Power Plant Cote DIvoire
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060d6
              • type:Point
                • 0:51.58108738237559
                • 1:24.97131146165715
              • cap_year:0
              • capacitymw:1350
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0045477
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4952.047781569965
              • latitude:24.9713
              • longitude:51.5811
              • name:Qatalum CCGT Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060d7
              • type:Point
                • 0:51.57830461846759
                • 1:24.975306074363804
              • cap_year:0
              • capacitymw:2007
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042859
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7362.044368600683
              • latitude:24.9753
              • longitude:51.5783
              • name:Mesaieed CCGT Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060d8
              • type:Point
                • 0:51.6173979630462
                • 1:25.205781762551172
              • cap_year:0
              • capacitymw:626
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005018
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2296.282897231703
              • latitude:25.2058
              • longitude:51.6174
              • name:Ras Abu Fontas A OCGT Cogen Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060d9
              • type:Point
                • 0:51.616590063847106
                • 1:25.198914619358828
              • cap_year:0
              • capacitymw:609
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005019
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2233.9237770193404
              • latitude:25.1989
              • longitude:51.6166
              • name:Ras Abu Fontas B OCGT Cogen Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060da
              • type:Point
                • 0:51.61667983042478
                • 1:25.19779253713786
              • cap_year:0
              • capacitymw:376
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005020
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1379.237011755783
              • latitude:25.1978
              • longitude:51.6167
              • name:Ras Abu Fontas B-1 OCGT Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060db
              • type:Point
                • 0:51.61591681451452
                • 1:25.19640115518386
              • cap_year:0
              • capacitymw:567
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005021
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2079.8600682593856
              • latitude:25.1964
              • longitude:51.6159
              • name:Ras Abu Fontas B-2 OCGT Cogen Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060dc
              • type:Point
                • 0:51.52457932172751
                • 1:25.1940223408754
              • cap_year:0
              • capacitymw:67
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002951
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:245.76829730754645
              • latitude:25.194
              • longitude:51.5246
              • name:Doha South Super GT Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060dd
              • type:Point
                • 0:51.39257756925253
                • 1:25.2064998951726
              • cap_year:0
              • capacitymw:134
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002017
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:491.5365946150929
              • latitude:25.2065
              • longitude:51.3926
              • name:Al Saliyah GT Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060de
              • type:Point
                • 0:51.404606290661334
                • 1:25.299677602801992
              • cap_year:0
              • capacitymw:301
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002019
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1104.123246113007
              • latitude:25.2997
              • longitude:51.4046
              • name:Al Wajbha GT Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060ef
              • type:Point
                • 0:51.548098165079054
                • 1:25.92431833357191
              • cap_year:0
              • capacitymw:1025
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005023
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3759.88813045127
              • latitude:25.9243
              • longitude:51.5481
              • name:Ras Laffan B CCGT Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060f0
              • type:Point
                • 0:51.54518075130453
                • 1:25.92279230175139
              • cap_year:0
              • capacitymw:756
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005022
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2773.1467576791806
              • latitude:25.9228
              • longitude:51.5452
              • name:Ras Laffan A Cogen GT Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000060f1
              • type:Point
                • 0:51.523502122795385
                • 1:25.935987988670004
              • cap_year:0
              • capacitymw:2730
              • comm_year:0
              • country:QAT
              • country_lg:Qatar
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042860
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:10014.141069397043
              • latitude:25.936
              • longitude:51.5235
              • name:Ras Laffan C (Ras Qartas) CCGT Power Plant Qatar
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000613c
              • type:Point
                • 0:58.384092354965034
                • 1:37.828488615849096
              • cap_year:0
              • capacitymw:254
              • comm_year:0
              • country:TKM
              • country_lg:Turkmenistan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041743
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4394.910941475827
              • latitude:37.8285
              • longitude:58.3841
              • name:Ashgabat OCGT Power Plant
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000613e
              • type:Point
                • 0:58.16411935636596
                • 1:38.059188720480655
              • cap_year:0
              • capacitymw:371
              • comm_year:0
              • country:TKM
              • country_lg:Turkmenistan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041747
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6419.338422391857
              • latitude:38.0592
              • longitude:58.1641
              • name:Abadan Power Plant Turkmenistan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006195
              • type:Point
                • 0:42.069779877962645
                • 1:37.002501451348216
              • cap_year:0
              • capacitymw:150
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041677
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:719.8352779684283
              • latitude:37.0025
              • longitude:42.0698
              • name:Swedieh ( Suwaidiyah) OCGT Power Plant Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061a6
              • type:Point
                • 0:54.3273162932679
                • 1:39.51048986508404
              • cap_year:0
              • capacitymw:174
              • comm_year:0
              • country:TKM
              • country_lg:Turkmenistan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041741
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3010.687022900763
              • latitude:39.5105
              • longitude:54.3273
              • name:Balkanabat OCGT Power Plant Turkmenistan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061a7
              • type:Point
                • 0:52.9590043497275
                • 1:40.032796697301436
              • cap_year:0
              • capacitymw:126
              • comm_year:0
              • country:TKM
              • country_lg:Turkmenistan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041740
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2180.1526717557254
              • latitude:40.0328
              • longitude:52.959
              • name:Turkmenbashi Oil Refinery OCGT Power Plant Turkmenistan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061bd
              • type:Point
                • 0:45.06098177933725
                • 1:41.46978007276524
              • cap_year:0
              • capacitymw:300
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041901
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:488.64
              • latitude:41.4698
              • longitude:45.061
              • name:Mtkvari Thermal Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061be
              • type:Point
                • 0:45.063495243512236
                • 1:41.47278725311743
              • cap_year:0
              • capacitymw:840
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041900
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1368.192
              • latitude:41.4728
              • longitude:45.0635
              • name:Gardabani (Tbilisi) Thermal Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061bf
              • type:Point
                • 0:45.06668195701978
                • 1:41.47969927959862
              • cap_year:0
              • capacitymw:110
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041912
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:179.16799999999998
              • latitude:41.4797
              • longitude:45.0667
              • name:Gardabani OCGT Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006251
              • type:Point
                • 0:59.947915904687356
                • 1:41.860309568951855
              • cap_year:0
              • capacitymw:254
              • comm_year:0
              • country:TKM
              • country_lg:Turkmenistan
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041744
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4394.910941475827
              • latitude:41.8603
              • longitude:59.9479
              • name:Dashoguz OCGT Power Plant Turkmenistan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000656d
              • type:Point
                • 0:28.54900329828868
                • 1:55.5265080044636
              • cap_year:0
              • capacitymw:505
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043050
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2070.7311491206938
              • latitude:55.5265
              • longitude:28.549
              • name:Novopolotsk Thermal Power Plant Belarus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000656e
              • type:Point
                • 0:30.135492908874607
                • 1:55.16887795899584
              • cap_year:0
              • capacitymw:75
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043048
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:307.53432907733077
              • latitude:55.1689
              • longitude:30.1355
              • name:Vitebsk Thermal Power Plant Belarus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006571
              • type:Point
                • 0:30.392584387343387
                • 1:54.48090690767435
              • cap_year:0
              • capacitymw:73
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043049
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:299.33341363526864
              • latitude:54.4809
              • longitude:30.3926
              • name:Orsha Cogeneration CCGT Power Plant Belarus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006572
              • type:Point
                • 0:30.342090687399725
                • 1:53.812819153308446
              • cap_year:0
              • capacitymw:345
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043045
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1414.6579137557214
              • latitude:53.8128
              • longitude:30.3421
              • name:Mogilev CHP-2 Thermal Power Plant Ukraine
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006574
              • type:Point
                • 0:30.81668658358144
                • 1:52.44921995509613
              • cap_year:0
              • capacitymw:544
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043035
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2230.649000240906
              • latitude:52.4492
              • longitude:30.8167
              • name:Gomel-2 CHP Power Plant Belarus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006575
              • type:Point
                • 0:29.313590123658052
                • 1:51.904920311347695
              • cap_year:0
              • capacitymw:195
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043052
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:799.58925560106
              • latitude:51.9049
              • longitude:29.3136
              • name:Mozyr Thermal Power Plant Belarus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006576
              • type:Point
                • 0:29.770816187059157
                • 1:52.62740661178626
              • cap_year:0
              • capacitymw:155
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043043
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:635.5709467598168
              • latitude:52.6274
              • longitude:29.7708
              • name:Svetlogorsk CHP Power Plant Belarus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006577
              • type:Point
                • 0:29.205511164134165
                • 1:53.189480037914855
              • cap_year:0
              • capacitymw:180
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043046
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:738.0823897855939
              • latitude:53.1895
              • longitude:29.2055
              • name:Bobruisk CHP-2 Power Plant Belarus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006578
              • type:Point
                • 0:27.953985538152388
                • 1:53.61201131904356
              • cap_year:0
              • capacitymw:780
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043039
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3198.35702240424
              • latitude:53.612
              • longitude:27.954
              • name:Minsk-5 CHP CCGT Power Plant
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006579
              • type:Point
                • 0:28.35048451175456
                • 1:54.094102724461365
              • cap_year:0
              • capacitymw:54
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043041
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:221.42471693567816
              • latitude:54.0941
              • longitude:28.3505
              • name:Zhodino CHP CCGT Power Plant
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000657a
              • type:Point
                • 0:29.1341018515916
                • 1:54.680278476696415
              • cap_year:0
              • capacitymw:2460
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043036
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:10087.12599373645
              • latitude:54.6803
              • longitude:29.1341
              • name:Lukoml Thermal Power Plant Belarus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000657b
              • type:Point
                • 0:27.647612208538565
                • 1:53.879919670122504
              • cap_year:0
              • capacitymw:542
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043037
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2222.448084798844
              • latitude:53.8799
              • longitude:27.6476
              • name:Minsk-3 CHP CCGT Power Plant
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000657c
              • type:Point
                • 0:27.40219038516788
                • 1:53.872020211286866
              • cap_year:0
              • capacitymw:1035
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043040
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4243.973741267165
              • latitude:53.872
              • longitude:27.4022
              • name:Minsk-4 CHP CCGT Power Plant
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000657d
              • type:Point
                • 0:25.15600619522892
                • 1:54.66762138924386
              • cap_year:0
              • capacitymw:360
              • comm_year:0
              • country:LTU
              • country_lg:Lithuania
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042166
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:252.86746987951807
              • latitude:54.6676
              • longitude:25.156
              • name:Vilnius TE-3 CHP Power Plant Lithuania
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000657e
              • type:Point
                • 0:25.291015128056102
                • 1:53.90110458245443
              • cap_year:0
              • capacitymw:43
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043051
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:176.3196820043363
              • latitude:53.9011
              • longitude:25.291
              • name:Lida Power Plant Belarus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000657f
              • type:Point
                • 0:23.927191513399585
                • 1:53.667487064048345
              • cap_year:0
              • capacitymw:180
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043044
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:738.0823897855939
              • latitude:53.6675
              • longitude:23.9272
              • name:Grodno CHP-2 Power Plant Belarus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006581
              • type:Point
                • 0:24.01799040672053
                • 1:54.921211971183226
              • cap_year:0
              • capacitymw:170
              • comm_year:0
              • country:LTU
              • country_lg:Lithuania
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042165
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:119.40963855421687
              • latitude:54.9212
              • longitude:24.018
              • name:Kaunas CHP Power Plant Lithuania
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006584
              • type:Point
                • 0:24.64738876610736
                • 1:54.770089937662895
              • cap_year:0
              • capacitymw:1800
              • comm_year:0
              • country:LTU
              • country_lg:Lithuania
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042163
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1264.3373493975903
              • latitude:54.7701
              • longitude:24.6474
              • name:Elektrenai (Lithuania) Thermal Power Plant Lithuania
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006590
              • type:Point
                • 0:22.184104108055003
                • 1:56.38431742075121
              • cap_year:0
              • capacitymw:160
              • comm_year:0
              • country:LTU
              • country_lg:Lithuania
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042167
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:112.38554216867469
              • latitude:56.3843
              • longitude:22.1841
              • name:Mazheikiai CHP Power Plant Lithuania
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006798
              • type:Point
                • 0:25.192586075632562
                • 1:52.45379805055768
              • cap_year:0
              • capacitymw:1130
              • comm_year:0
              • country:BLR
              • country_lg:Belarus
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043047
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4633.517224765117
              • latitude:52.4538
              • longitude:25.1926
              • name:Bereza SDPP Thermal Power Plant Belarus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067d3
              • type:Point
                • 0:18.744922100780084
                • 1:45.54199598582294
              • cap_year:0
              • capacitymw:89
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044826
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:153.27947748367137
              • latitude:45.542
              • longitude:18.7449
              • name:Osijek TE-TO CHP Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067ec
              • type:Point
                • 0:16.016915805156344
                • 1:45.78158298164458
              • cap_year:0
              • capacitymw:328
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044823
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:564.8951529735305
              • latitude:45.7816
              • longitude:16.0169
              • name:Zagreb Te-To CHP Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067ed
              • type:Point
                • 0:15.949815288342297
                • 1:45.806897156549674
              • cap_year:0
              • capacitymw:86.8
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044824
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:149.4905465795806
              • latitude:45.8069
              • longitude:15.9498
              • name:Zagreb El-To CHP Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067ee
              • type:Point
                • 0:16.181413058750636
                • 1:46.0385846935357
              • cap_year:0
              • capacitymw:78
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044825
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:134.33482296321762
              • latitude:46.0386
              • longitude:16.1814
              • name:Jertovec CCGT Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067f3
              • type:Point
                • 0:18.59698678076732
                • 1:48.20218363201121
              • cap_year:0
              • capacitymw:80
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042639
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:177.9120879120879
              • latitude:48.2022
              • longitude:18.597
              • name:Levice CCGT CHP Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067f7
              • type:Point
                • 0:17.697794972170314
                • 1:48.429607256557546
              • cap_year:0
              • capacitymw:430
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042638
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:956.2774725274726
              • latitude:48.4296
              • longitude:17.6978
              • name:Malzenice CCGT Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067ff
              • type:Point
                • 0:17.15479694379821
                • 1:48.17749782314986
              • cap_year:0
              • capacitymw:218
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042640
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:484.81043956043953
              • latitude:48.1775
              • longitude:17.1548
              • name:PPC Bratislava CCGT CHP Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006a91
              • type:Point
                • 0:5.964585137080206
                • 1:49.51187800032811
              • cap_year:0
              • capacitymw:385
              • comm_year:0
              • country:LUX
              • country_lg:Luxembourg
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0045217
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1452
              • latitude:49.5119
              • longitude:5.9646
              • name:Esch-sur-Alzette CCGT Power Plant Luxembourg
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000202
              • type:Point
                • 0:33.74388491507189
                • 1:34.98091323875872
              • cap_year:0
              • capacitymw:460
              • comm_year:0
              • country:CYP
              • country_lg:Cyprus
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0045553
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3091.9666666666667
              • latitude:34.9809
              • longitude:33.7439
              • name:Dhekelia Power Plant Cyprus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000204
              • type:Point
                • 0:33.182484738275875
                • 1:34.710581190082486
              • cap_year:0
              • capacitymw:140
              • comm_year:0
              • country:CYP
              • country_lg:Cyprus
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0045554
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:941.0333333333333
              • latitude:34.7106
              • longitude:33.1825
              • name:Moni Power Station Cyprus
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000023a
              • type:Point
                • 0:36.68611914832334
                • 1:33.418615720856934
              • cap_year:0
              • capacitymw:400
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041666
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:534.7617705102904
              • latitude:33.4186
              • longitude:36.6861
              • name:Teshreen (Tishrin) Thermal Power Project Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000241
              • type:Point
                • 0:36.124988271260364
                • 1:32.11902009252877
              • cap_year:0
              • capacitymw:382
              • comm_year:0
              • country:JOR
              • country_lg:Jordan
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0003620
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:16858
              • latitude:32.119
              • longitude:36.125
              • name:Hussein Thermal Power Plant Jordan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000254
              • type:Point
                • 0:36.63261826802746
                • 1:34.718390882340444
              • cap_year:0
              • capacitymw:64
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041672
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:85.56188328164646
              • latitude:34.7184
              • longitude:36.6326
              • name:Homs Refinery Cogen Power Plant Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000255
              • type:Point
                • 0:36.6609845065736
                • 1:34.95901019380538
              • cap_year:0
              • capacitymw:660
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041655
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:882.3569213419792
              • latitude:34.959
              • longitude:36.661
              • name:Al-Zara Thermal Power Plant Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000256
              • type:Point
                • 0:35.9270080841923
                • 1:35.171487683168365
              • cap_year:0
              • capacitymw:680
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041657
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:909.0950098674937
              • latitude:35.1715
              • longitude:35.927
              • name:Banias Thermal Power Plant Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000257
              • type:Point
                • 0:35.96497934654995
                • 1:35.21318425849964
              • cap_year:0
              • capacitymw:48
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041673
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:64.17141246123485
              • latitude:35.2132
              • longitude:35.965
              • name:Banias (Baniyas) Refinery Thermal Power Plant
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000259
              • type:Point
                • 0:36.58499709856947
                • 1:35.26300470911074
              • cap_year:0
              • capacitymw:630
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041656
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:842.2497885537074
              • latitude:35.263
              • longitude:36.585
              • name:Mehardeh Thermal Power Plant Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000265
              • type:Point
                • 0:37.43701657059688
                • 1:36.17628987040313
              • cap_year:0
              • capacitymw:1065
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041658
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1423.8032139836482
              • latitude:36.1763
              • longitude:37.437
              • name:Aleppo Thermal Power Plant Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006f2
              • type:Point
                • 0:103.72698607149896
                • 1:1.279981631105593
              • cap_year:0
              • capacitymw:2250
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0004961
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:196.51898734177217
              • latitude:1.28
              • longitude:103.727
              • name:PowerSeraya Pulau Seraya Oil Power Station Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006f7
              • type:Point
                • 0:103.79758748484242
                • 1:1.4640031153447728
              • cap_year:0
              • capacitymw:500
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0003827
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:43.67088607594937
              • latitude:1.464
              • longitude:103.7976
              • name:Senoko Thermal Power Station Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001336
              • type:Point
                • 0:-79.2729096304204
                • 1:9.105293273576939
              • cap_year:0
              • capacitymw:53.4
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043523
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:695.5838414634147
              • latitude:9.1053
              • longitude:-79.2729
              • name:Pedregal Pacora Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001387
              • type:Point
                • 0:-89.82389363749587
                • 1:13.583388767604124
              • cap_year:0
              • capacitymw:324
              • comm_year:0
              • country:SLV
              • country_lg:El Salvador
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043614
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1710.0000000000002
              • latitude:13.5834
              • longitude:-89.8239
              • name:Acajutla Thermal Power Plant El Salvador
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001389
              • type:Point
                • 0:-89.20131753801255
                • 1:13.777778291565069
              • cap_year:0
              • capacitymw:151.2
              • comm_year:0
              • country:SLV
              • country_lg:El Salvador
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043612
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:798
              • latitude:13.7778
              • longitude:-89.2013
              • name:Nejapa IC Power Plant El Salvador
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013ae
              • type:Point
                • 0:-87.1672966544147
                • 1:12.48828140322565
              • cap_year:0
              • capacitymw:71
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043597
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:357.79390063944913
              • latitude:12.4883
              • longitude:-87.1673
              • name:Corinto Barge IC Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013b0
              • type:Point
                • 0:-86.88489100104083
                • 1:12.4701934378236
              • cap_year:0
              • capacitymw:27.2
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043606
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:137.07033939990163
              • latitude:12.4702
              • longitude:-86.8849
              • name:ALBANISA Che Guevara VIII (Leon) IC Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013b1
              • type:Point
                • 0:-86.74727883746098
                • 1:12.185678269874293
              • cap_year:0
              • capacitymw:64
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043601
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:322.5184456468274
              • latitude:12.1857
              • longitude:-86.7473
              • name:CENSA Amfels IC Poqwer Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013b3
              • type:Point
                • 0:-86.57681210645113
                • 1:12.280292242746535
              • cap_year:0
              • capacitymw:54.4
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043605
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:274.14067879980325
              • latitude:12.2803
              • longitude:-86.5768
              • name:ALBANISA Che Guevara VI VII (Nagarote) IC Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013b4
              • type:Point
                • 0:-86.25818563898432
                • 1:12.154215084398274
              • cap_year:0
              • capacitymw:20.4
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043603
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:102.80275454992622
              • latitude:12.1542
              • longitude:-86.2582
              • name:ALBANISA Che Guevara III (Managua) IC Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013b5
              • type:Point
                • 0:-86.25769192280708
                • 1:12.154215084398274
              • cap_year:0
              • capacitymw:57.4
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043593
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:289.2587309394983
              • latitude:12.1542
              • longitude:-86.2577
              • name:ENEL Managua Thermal Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013b9
              • type:Point
                • 0:-86.10517850733277
                • 1:12.16978958562535
              • cap_year:0
              • capacitymw:51
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043598
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:257.00688637481556
              • latitude:12.1698
              • longitude:-86.1052
              • name:Tipitapa IC Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013ba
              • type:Point
                • 0:-86.08601334299858
                • 1:12.01440363966534
              • cap_year:0
              • capacitymw:61.2
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043604
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:308.4082636497787
              • latitude:12.0144
              • longitude:-86.086
              • name:ALBANISA Che Guevara II IV V (Masaya) IC Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013c6
              • type:Point
                • 0:-84.76011610741088
                • 1:10.044386325951663
              • cap_year:0
              • capacitymw:200
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0046175
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:447.2076321149105
              • latitude:10.0444
              • longitude:-84.7601
              • name:Garabito ICE Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013db
              • type:Point
                • 0:-83.10001790312927
                • 1:9.993488676408436
              • cap_year:0
              • capacitymw:234.45
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043628
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:524.2391467467038
              • latitude:9.9935
              • longitude:-83.1
              • name:Moin II and III Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013dc
              • type:Point
                • 0:-83.09988325326276
                • 1:9.992411477476303
              • cap_year:0
              • capacitymw:32
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043629
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:71.55322113838568
              • latitude:9.9924
              • longitude:-83.0999
              • name:Moin I Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013e1
              • type:Point
                • 0:-79.7808986934982
                • 1:8.90910841806244
              • cap_year:0
              • capacitymw:96
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043556
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1250.487804878049
              • latitude:8.9091
              • longitude:-79.7809
              • name:PanAm IC Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013e2
              • type:Point
                • 0:-79.59068331539927
                • 1:9.000311260982931
              • cap_year:0
              • capacitymw:54
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043554
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:703.3993902439025
              • latitude:9.0003
              • longitude:-79.5907
              • name:ACP Miraflores IC Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013e3
              • type:Point
                • 0:-79.59090773184347
                • 1:9.001208926759707
              • cap_year:0
              • capacitymw:59
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043557
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:768.5289634146343
              • latitude:9.0012
              • longitude:-79.5909
              • name:ACP Miraflores 3 and 4 Thermal Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000030d2
              • type:Point
                • 0:-15.959420312153805
                • 1:23.681590156873536
              • cap_year:0
              • capacitymw:23.4
              • comm_year:2002
              • country:MAR
              • country_lg:Morocco
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061199
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:113.40254727904285
              • latitude:23.6816
              • longitude:-15.9594
              • name:Dakhla IC Power Plant Western Sahara
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/geoid/42583
            • type:Feature
            • id:000000000000000030d3
              • type:Point
                • 0:-15.959420312153805
                • 1:23.681590156873536
              • cap_year:0
              • capacitymw:23.4
              • comm_year:0
              • country:ESH
              • country_lg:Western Sahara
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042583
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:23.6816
              • longitude:-15.9594
              • name:Dakhla IC Power Plant Western Sahara
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006133
              • type:Point
                • 0:61.84172139395271
                • 1:37.499987824837746
              • cap_year:0
              • capacitymw:1685
              • comm_year:0
              • country:TKM
              • country_lg:Turkmenistan
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041742
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:37.5
              • longitude:61.8417
              • name:Mary Thermal Power Plant Turkmenistan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061a8
              • type:Point
                • 0:52.92552141625374
                • 1:40.01008575314899
              • cap_year:0
              • capacitymw:590
              • comm_year:0
              • country:TKM
              • country_lg:Turkmenistan
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041745
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:40.0101
              • longitude:52.9255
              • name:Turkmenbashi Heat and Power Plant Turkmenistan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067e6
              • type:Point
                • 0:14.520686488425293
                • 1:45.286206122730476
              • cap_year:0
              • capacitymw:320
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044822
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:55.78378378378379
              • latitude:45.2862
              • longitude:14.5207
              • name:Rijeka Thermal Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067ef
              • type:Point
                • 0:16.414402211112968
                • 1:45.45380032325465
              • cap_year:0
              • capacitymw:420
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044821
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:73.21621621621621
              • latitude:45.4538
              • longitude:16.4144
              • name:Sisak Thermal Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000134
              • type:Point
                • 0:18.512785730905687
                • 1:43.172382751577196
              • cap_year:0
              • capacitymw:300
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044793
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1710.8426966292134
              • latitude:43.1724
              • longitude:18.5128
              • name:Gacko Coal CHP Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000136
              • type:Point
                • 0:19.32710324030847
                • 1:43.334187007841166
              • cap_year:0
              • capacitymw:218.5
              • comm_year:0
              • country:MNE
              • country_lg:Montenegro
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042685
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1422
              • latitude:43.3342
              • longitude:19.3271
              • name:Pljevlja Coal Power Plant Montenegro
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000013c
              • type:Point
                • 0:21.000621547952882
                • 1:41.58239224446185
              • cap_year:0
              • capacitymw:125
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042701
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:583.90625
              • latitude:41.5824
              • longitude:21.0006
              • name:Oslomej Coal Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000145
              • type:Point
                • 0:21.05699495873444
                • 1:42.69370247611114
              • cap_year:0
              • capacitymw:678
              • comm_year:0
              • country:KOS
              • country_lg:Kosovo
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042699
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2417.496617050068
              • latitude:42.6937
              • longitude:21.057
              • name:Kosovo B Coal Power Plant Kosovo
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000146
              • type:Point
                • 0:21.086707695945744
                • 1:42.67669170964123
              • cap_year:0
              • capacitymw:800
              • comm_year:0
              • country:KOS
              • country_lg:Kosovo
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042698
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2852.503382949932
              • latitude:42.6767
              • longitude:21.0867
              • name:Kosovo A Coal Power Plant Kosovo
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000014f
              • type:Point
                • 0:21.483206669547922
                • 1:41.05802078095787
              • cap_year:0
              • capacitymw:675
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042700
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3153.09375
              • latitude:41.058
              • longitude:21.4832
              • name:Bitola Coal Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000307
              • type:Point
                • 0:26.470009359274336
                • 1:-18.38352185904987
              • cap_year:0
              • capacitymw:920
              • comm_year:0
              • country:ZWE
              • country_lg:Zimbabwe
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040404
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4397
              • latitude:-18.3835
              • longitude:26.47
              • name:Hwange Coal Power Plant Zimbabwe
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000125d
              • type:Point
                • 0:74.65410502588352
                • 1:42.87301121502225
              • cap_year:0
              • capacitymw:674
              • comm_year:0
              • country:KGZ
              • country_lg:Kyrgyzstan
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041762
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1073
              • latitude:42.873
              • longitude:74.6541
              • name:Bishkek CHP Power Plant Kyrgyzstan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013df
              • type:Point
                • 0:-79.8233134014509
                • 1:9.376388338163437
              • cap_year:0
              • capacitymw:120
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043529
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:687
              • latitude:9.3764
              • longitude:-79.8233
              • name:Bahia las Minas Coal Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006772
              • type:Point
                • 0:18.53352181034922
                • 1:48.69881722301281
              • cap_year:0
              • capacitymw:518
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042634
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1243.4964234620886
              • latitude:48.6988
              • longitude:18.5335
              • name:Novaky (ENO) Thermal CHP Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000679f
              • type:Point
                • 0:21.97817957886247
                • 1:48.55361978361921
              • cap_year:0
              • capacitymw:880
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042632
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2112.5035765379116
              • latitude:48.5536
              • longitude:21.9782
              • name:Vojany (EVO) Thermal Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067d2
              • type:Point
                • 0:18.967094380532266
                • 1:44.68288495415899
              • cap_year:0
              • capacitymw:300
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044794
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1710.8426966292134
              • latitude:44.6829
              • longitude:18.9671
              • name:Ugljevik CHP Coal Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067d8
              • type:Point
                • 0:18.60560437222437
                • 1:44.52148464749459
              • cap_year:0
              • capacitymw:730
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044791
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4163.050561797752
              • latitude:44.5215
              • longitude:18.6056
              • name:Tuzla CHP Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067d9
              • type:Point
                • 0:18.114311892594603
                • 1:44.08988694202044
              • cap_year:0
              • capacitymw:450
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044792
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2566.2640449438204
              • latitude:44.0899
              • longitude:18.1143
              • name:Kakanj CHP Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067df
              • type:Point
                • 0:14.163998992023153
                • 1:45.137014070630215
              • cap_year:0
              • capacitymw:330
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044820
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2368
              • latitude:45.137
              • longitude:14.164
              • name:Plomin Thermal Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000003113
              • type:Point
                • 0:-5.453813310094384
                • 1:35.818390525202354
              • cap_year:0
              • capacitymw:53.9
              • comm_year:0
              • country:MAR
              • country_lg:Morocco
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061196
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:85.72245734691175
              • latitude:35.8184
              • longitude:-5.4538
              • name:Al Koudia Al Baida (Abdelkhalek Torres)
              • owner:Office National de l\\'Electricite (ONE)
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/form.php?pid=41595
            • type:Feature
            • id:000000000000000000eb
              • type:Point
                • 0:15.962607025661363
                • 1:43.80501270776043
              • cap_year:0
              • capacitymw:7.2
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044837
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:40.488075429839164
              • latitude:43.805
              • longitude:15.9626
              • name:Jaruga Hydroelectric Power Plant Croatia Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000127
              • type:Point
                • 0:16.884913728010364
                • 1:43.43068607884464
              • cap_year:0
              • capacitymw:46.4
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044836
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:260.9231527700745
              • latitude:43.4307
              • longitude:16.8849
              • name:Kraljevac Hydroelectric Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000128
              • type:Point
                • 0:16.70268757532474
                • 1:43.45810976832516
              • cap_year:0
              • capacitymw:522
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044832
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2935.385468663339
              • latitude:43.4581
              • longitude:16.7027
              • name:Zakucac Hydroelectric Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000129
              • type:Point
                • 0:16.71148469993715
                • 1:43.57449213628423
              • cap_year:0
              • capacitymw:40.8
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044835
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:229.4324274357552
              • latitude:43.5745
              • longitude:16.7115
              • name:Djale Hydroelectric Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000012a
              • type:Point
                • 0:16.784016094700686
                • 1:43.673684204618034
              • cap_year:0
              • capacitymw:237
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044834
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1332.7324828988721
              • latitude:43.6737
              • longitude:16.784
              • name:Orlovac Hydroelectric Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000012c
              • type:Point
                • 0:17.793979860151914
                • 1:43.29890874281386
              • cap_year:0
              • capacitymw:60
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044809
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:161.45998639764227
              • latitude:43.2989
              • longitude:17.794
              • name:Mostarsko Blato Hydroelectric Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000012d
              • type:Point
                • 0:17.844922392983978
                • 1:43.37758914814831
              • cap_year:0
              • capacitymw:75
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044773
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:201.8249829970528
              • latitude:43.3776
              • longitude:17.8449
              • name:Mostar Hydroelectric Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000012e
              • type:Point
                • 0:17.71889011792456
                • 1:43.58719410702562
              • cap_year:0
              • capacitymw:115
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044771
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:309.4649739288143
              • latitude:43.5872
              • longitude:17.7189
              • name:Grabovica Hydroelectric Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000012f
              • type:Point
                • 0:17.836888284281827
                • 1:43.44778661189223
              • cap_year:0
              • capacitymw:210
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044766
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:565.1099523917479
              • latitude:43.4478
              • longitude:17.8369
              • name:Salakovac Hydroelectric Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000130
              • type:Point
                • 0:17.80407860014065
                • 1:43.01331637593241
              • cap_year:0
              • capacitymw:420
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044764
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1130.2199047834958
              • latitude:43.0133
              • longitude:17.8041
              • name:Capljina Pumped Storage Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000131
              • type:Point
                • 0:18.23572118890362
                • 1:42.6037114819893
              • cap_year:0
              • capacitymw:216
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044805
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:581.2559510315122
              • latitude:42.6037
              • longitude:18.2357
              • name:Dubrovnik Hydroelectric Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000132
              • type:Point
                • 0:18.497121463100935
                • 1:42.73378325304421
              • cap_year:0
              • capacitymw:180
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044768
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:484.3799591929268
              • latitude:42.7338
              • longitude:18.4971
              • name:Trebinje I Hydroelectric Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000135
              • type:Point
                • 0:18.842184187693817
                • 1:43.27251736897662
              • cap_year:0
              • capacitymw:360
              • comm_year:0
              • country:MNE
              • country_lg:Montenegro
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042686
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:945.6071964017991
              • latitude:43.2725
              • longitude:18.8422
              • name:Piva (Mratinje) Hydroelectric Power Plant Montenegro
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000137
              • type:Point
                • 0:18.995101552767693
                • 1:42.671799431157794
              • cap_year:0
              • capacitymw:307
              • comm_year:0
              • country:MNE
              • country_lg:Montenegro
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042687
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:806.3928035982009
              • latitude:42.6718
              • longitude:18.9951
              • name:Perucica Hydroelectric Power Plant Montenegro
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000139
              • type:Point
                • 0:20.505379338905296
                • 1:41.493613099138656
              • cap_year:0
              • capacitymw:84
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042703
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:180.2132954141486
              • latitude:41.4936
              • longitude:20.5054
              • name:Spilje Hydroelectric Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000013a
              • type:Point
                • 0:20.634688094049945
                • 1:41.33710507095768
              • cap_year:0
              • capacitymw:42
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042704
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:90.1066477070743
              • latitude:41.3371
              • longitude:20.6347
              • name:Globocica (Crn Drim) Hydroelectric Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000013b
              • type:Point
                • 0:20.72189632426378
                • 1:41.71659327808994
              • cap_year:0
              • capacitymw:12.8
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042707
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:27.461073586917887
              • latitude:41.7166
              • longitude:20.7219
              • name:Vrben Hydroelectric Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000013d
              • type:Point
                • 0:20.856321774336056
                • 1:41.77911569944241
              • cap_year:0
              • capacitymw:19.2
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042709
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:41.19161038037682
              • latitude:41.7791
              • longitude:20.8563
              • name:Raven Hydroelectric Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000013e
              • type:Point
                • 0:20.837695209467945
                • 1:41.77067764114072
              • cap_year:0
              • capacitymw:150
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042708
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:321.80945609669396
              • latitude:41.7707
              • longitude:20.8377
              • name:Vrutok Hydroelectric Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000148
              • type:Point
                • 0:21.1920936581393
                • 1:41.87920543355299
              • cap_year:0
              • capacitymw:80
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042705
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:171.6317099182368
              • latitude:41.8792
              • longitude:21.1921
              • name:Kozjak Hydroelectric Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000149
              • type:Point
                • 0:21.26471481948052
                • 1:41.92489662159092
              • cap_year:0
              • capacitymw:36.4
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044849
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:78.09242801279774
              • latitude:41.9249
              • longitude:21.2647
              • name:Sveta Peka Hydroelectric Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000014a
              • type:Point
                • 0:21.298197752954284
                • 1:41.95281402724867
              • cap_year:0
              • capacitymw:9.6
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044851
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:20.59580519018841
              • latitude:41.9528
              • longitude:21.2982
              • name:Matka Hydroelectric Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000014b
              • type:Point
                • 0:22.5780896174822
                • 1:41.97121617567259
              • cap_year:0
              • capacitymw:12.6
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044852
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:27.031994312122293
              • latitude:41.9712
              • longitude:22.5781
              • name:Kalimantsi Hydroelectric Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000014c
              • type:Point
                • 0:21.937290902730304
                • 1:41.4034874551503
              • cap_year:0
              • capacitymw:116
              • comm_year:0
              • country:MKD
              • country_lg:Macedonia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042706
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:248.86597938144337
              • latitude:41.4035
              • longitude:21.9373
              • name:Tikves Hydroelectric Power Plant Macedonia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000266
              • type:Point
                • 0:38.566684067381246
                • 1:35.87220558852009
              • cap_year:0
              • capacitymw:800
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041660
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1594.6843853820599
              • latitude:35.8722
              • longitude:38.5667
              • name:Taqba (Al-Thawra) Hydroelectric Power Project Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000267
              • type:Point
                • 0:38.18329101412
                • 1:36.38140650039656
              • cap_year:0
              • capacitymw:630
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041659
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1255.8139534883721
              • latitude:36.3814
              • longitude:38.1833
              • name:Teshreen (Tishrin) Hydroelectric Power Project Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000026d
              • type:Point
                • 0:38.747204655091
                • 1:35.88531150886104
              • cap_year:0
              • capacitymw:75
              • comm_year:0
              • country:SYR
              • country_lg:Syrian Arab Republic
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041661
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:149.5016611295681
              • latitude:35.8853
              • longitude:38.7472
              • name:Baath Hydroelectric Power Project Syria
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000301
              • type:Point
                • 0:28.761884737251226
                • 1:-16.522211870903828
              • cap_year:0
              • capacitymw:750
              • comm_year:0
              • country:ZWE
              • country_lg:Zimbabwe
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0003803
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5431
              • latitude:-16.5222
              • longitude:28.7619
              • name:Kariba Dam South Hydroelectric Power Station Zimbabwe
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000000312
              • type:Point
                • 0:25.406814013260263
                • 1:-10.304395218194971
              • cap_year:0
              • capacitymw:260
              • comm_year:1956
              • country:COD
              • country_lg:Democratic Republic of the Congo
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000006
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:759.6395918908175
              • latitude:-10.3044
              • longitude:25.4068
              • name:Nseke
              • owner:Societe Nationale D'elec
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/geoid/42627
            • type:Feature
            • id:00000000000000000335
              • type:Point
                • 0:13.764313304913426
                • 1:-3.894478089255951
              • cap_year:0
              • capacitymw:74
              • comm_year:1979
              • country:COD
              • country_lg:Democratic Republic of the Congo
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061232
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:216.2051146150788
              • latitude:-3.8945
              • longitude:13.7643
              • name:Moukoukoulou
              • owner:Soc Nationale D'energie
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/geoid/42501
            • type:Feature
            • id:00000000000000000336
              • type:Point
                • 0:14.905919756528922
                • 1:-4.77791586347053
              • cap_year:0
              • capacitymw:75
              • comm_year:1945
              • country:COD
              • country_lg:Democratic Republic of the Congo
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000010
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:219.12680535312043
              • latitude:-4.7779
              • longitude:14.9059
              • name:Zongo 1
              • owner:Societe Nationale D'elec
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/geoid/42631
            • type:Feature
            • id:0000000000000000033b
              • type:Point
                • 0:16.12782241187708
                • 1:-2.9346938407265304
              • cap_year:0
              • capacitymw:120
              • comm_year:2011
              • country:COD
              • country_lg:Democratic Republic of the Congo
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061233
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:350.60288856499267
              • latitude:-2.9347
              • longitude:16.1278
              • name:Imboulou
              • owner:Soci�t� National d\\'Electricit� (SNE)
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/geoid/42627
            • type:Feature
            • id:0000000000000000119e
              • type:Point
                • 0:91.6497009441704
                • 1:27.356678730285314
              • cap_year:0
              • capacitymw:2.2
              • comm_year:0
              • country:BTN
              • country_lg:Bhutan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043900
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:27.3567
              • longitude:91.6497
              • name:Rangjung Small Hydroelectric Power Plant Bhutan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000011a0
              • type:Point
                • 0:91.20351616982366
                • 1:27.216194036219797
              • cap_year:0
              • capacitymw:60
              • comm_year:0
              • country:BTN
              • country_lg:Bhutan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0003919
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:27.2162
              • longitude:91.2035
              • name:Kurichhu Hydro-electric Power Station Bhutan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000125a
              • type:Point
                • 0:75.80298257029088
                • 1:41.163002793551875
              • cap_year:0
              • capacitymw:40
              • comm_year:0
              • country:KGZ
              • country_lg:Kyrgyzstan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041761
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:182.79037800687286
              • latitude:41.163
              • longitude:75.803
              • name:Al-Bashy Hydroelectric Power Plant Kyrgyzstan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000125e
              • type:Point
                • 0:72.36411474603784
                • 1:41.49859514419976
              • cap_year:0
              • capacitymw:800
              • comm_year:0
              • country:KGZ
              • country_lg:Kyrgyzstan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041757
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3655.807560137457
              • latitude:41.4986
              • longitude:72.3641
              • name:Kurpsay Hydroelectric Power Plant Kyrgyzstan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001260
              • type:Point
                • 0:72.23220276014054
                • 1:41.40330792199495
              • cap_year:0
              • capacitymw:450
              • comm_year:0
              • country:KGZ
              • country_lg:Kyrgyzstan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041758
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2056.3917525773195
              • latitude:41.4033
              • longitude:72.2322
              • name:Tash-Kumyr Hydroelectric Power Project Kyrgyzstan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001261
              • type:Point
                • 0:72.19171803360793
                • 1:41.31210507907445
              • cap_year:0
              • capacitymw:240
              • comm_year:0
              • country:KGZ
              • country_lg:Kyrgyzstan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041759
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1096.7422680412371
              • latitude:41.3121
              • longitude:72.1917
              • name:Shamaldy-Say Hydroelectric Power Plant Kyrgyzstan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001262
              • type:Point
                • 0:72.16038949799842
                • 1:41.187688602413225
              • cap_year:0
              • capacitymw:180
              • comm_year:0
              • country:KGZ
              • country_lg:Kyrgyzstan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041760
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:822.5567010309279
              • latitude:41.1877
              • longitude:72.1604
              • name:Uch-Kurgan Hydroelectric Power Plant Kyrgyzstan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000127c
              • type:Point
                • 0:70.36330749618074
                • 1:34.48468359735668
              • cap_year:0
              • capacitymw:11.55
              • comm_year:0
              • country:AFG
              • country_lg:Afghanistan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040536
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:34.4847
              • longitude:70.3633
              • name:Nangarhar (Darunta) Hydroelectric Power Plant Afghanistan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000127e
              • type:Point
                • 0:69.77569547870284
                • 1:34.58647889644314
              • cap_year:0
              • capacitymw:22
              • comm_year:0
              • country:AFG
              • country_lg:Afghanistan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040535
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:34.5865
              • longitude:69.7757
              • name:Sarobi Dam Hydroelectric Power Plant Afghanistan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000127f
              • type:Point
                • 0:69.47870275645634
                • 1:34.55600314332158
              • cap_year:0
              • capacitymw:66
              • comm_year:0
              • country:AFG
              • country_lg:Afghanistan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040541
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:34.556
              • longitude:69.4787
              • name:Mahipar Hydroelectric Power Plant Afghanistan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001322
              • type:Point
                • 0:-63.032205747113686
                • 1:7.8996832520772795
              • cap_year:0
              • capacitymw:2530
              • comm_year:2017
              • country:VEN
              • country_lg:Venezuela
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061137
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:12487.3100871731
              • latitude:7.8997
              • longitude:-63.0322
              • name:Manuel Piar (Tocoma) Hydroelectric Power Plant Venezuela
              • owner:Government CVG Electrification del Caroni CA (Edelca)
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/form.php?pid=43180
            • type:Feature
            • id:00000000000000001335
              • type:Point
                • 0:-78.88439988223153
                • 1:9.177106535719059
              • cap_year:0
              • capacitymw:260
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043520
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1231.385831216483
              • latitude:9.1771
              • longitude:-78.8844
              • name:Bayano Hydroelectric Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000133b
              • type:Point
                • 0:-71.46680803557209
                • 1:7.746990303447601
              • cap_year:0
              • capacitymw:514
              • comm_year:2011
              • country:VEN
              • country_lg:Venezuela
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061136
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2536.9475829276575
              • latitude:7.747
              • longitude:-71.4668
              • name:Fabricio Ojeda (La Vueltosa) Hydroelectric Power Plant Venezuela
              • owner:La Electricidad de Caracas (EDC)
              • source:GEODB
              • src_latlon:WRI
              • url:http://globalenergyobservatory.org/form.php?pid=43179
            • type:Feature
            • id:00000000000000001388
              • type:Point
                • 0:-89.47268190233206
                • 1:14.227912795329638
              • cap_year:0
              • capacitymw:19.7
              • comm_year:0
              • country:SLV
              • country_lg:El Salvador
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043608
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:72.11719582356702
              • latitude:14.2279
              • longitude:-89.4727
              • name:Guajoyo Hydroelectric Power Plant El Salvador
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000138a
              • type:Point
                • 0:-88.9014074019915
                • 1:13.938595115474579
              • cap_year:0
              • capacitymw:170
              • comm_year:0
              • country:SLV
              • country_lg:El Salvador
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043609
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:622.3311314724057
              • latitude:13.9386
              • longitude:-88.9014
              • name:Cerron Grande Hydroelectric Power Plant El Salvador
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000138d
              • type:Point
                • 0:-88.75791552757381
                • 1:13.990794380394133
              • cap_year:0
              • capacitymw:99.4
              • comm_year:0
              • country:SLV
              • country_lg:El Salvador
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043610
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:363.88067334327724
              • latitude:13.9908
              • longitude:-88.7579
              • name:Cinco de Noviembre Hydroelectric Power Plant El Salvador
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000138e
              • type:Point
                • 0:-88.56020464023878
                • 1:13.623110478226483
              • cap_year:0
              • capacitymw:180.2
              • comm_year:0
              • country:SLV
              • country_lg:El Salvador
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043611
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:659.67099936075
              • latitude:13.6231
              • longitude:-88.5602
              • name:15 de Septiembre Hydroelectric Power Plant El Salvador
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013b7
              • type:Point
                • 0:-86.27981938420463
                • 1:12.715794794349648
              • cap_year:0
              • capacitymw:54.4
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043592
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:205.82375478927202
              • latitude:12.7158
              • longitude:-86.2798
              • name:Carlos Fonesca (Santa Barbara) Hydroelectric Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013c3
              • type:Point
                • 0:-84.99889520403342
                • 1:10.47549031524857
              • cap_year:0
              • capacitymw:157.5
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002153
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:815.0442989214175
              • latitude:10.4755
              • longitude:-84.9989
              • name:Arenal Hydroelectric Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013c4
              • type:Point
                • 0:-85.1033835004502
                • 1:10.464493909483059
              • cap_year:0
              • capacitymw:32
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005262
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:165.59630200308166
              • latitude:10.4645
              • longitude:-85.1034
              • name:Sandillal Hydroelectric Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013c5
              • type:Point
                • 0:-85.07631887728039
                • 1:10.469520837833008
              • cap_year:0
              • capacitymw:180
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002776
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:931.4791987673343
              • latitude:10.4695
              • longitude:-85.0763
              • name:Corobici (Miguel Pablo Dengo) Hydroelectric Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013c7
              • type:Point
                • 0:-84.35060098004544
                • 1:9.944296591841082
              • cap_year:0
              • capacitymw:97.4
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005922
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:504.0337442218799
              • latitude:9.9443
              • longitude:-84.3506
              • name:Ventanas-Garita Hydroelectric Power Station Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013c9
              • type:Point
                • 0:-84.3058074577843
                • 1:10.221989499886892
              • cap_year:0
              • capacitymw:65.2
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005750
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:337.4024653312789
              • latitude:10.222
              • longitude:-84.3058
              • name:Toro II Hydroelectric Power Station Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013ca
              • type:Point
                • 0:-84.3055830413401
                • 1:10.22041858477753
              • cap_year:0
              • capacitymw:23.2
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005749
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:120.05731895223421
              • latitude:10.2204
              • longitude:-84.3056
              • name:Toro I Hydroelectric Station Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013cb
              • type:Point
                • 0:-84.4383029264365
                • 1:10.391603448408807
              • cap_year:0
              • capacitymw:4.7
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002032
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:24.32195685670262
              • latitude:10.3916
              • longitude:-84.4383
              • name:Alberto Echandi Hydroelectric Station Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013cc
              • type:Point
                • 0:-84.4383029264365
                • 1:10.391603448408807
              • cap_year:0
              • capacitymw:38
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0004737
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:196.64560862865946
              • latitude:10.3916
              • longitude:-84.4383
              • name:Penas Blancas Hydroelectric Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013cd
              • type:Point
                • 0:-84.17201037375575
                • 1:10.313012809652026
              • cap_year:0
              • capacitymw:14
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002960
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:72.44838212634824
              • latitude:10.313
              • longitude:-84.172
              • name:Don Pedro Hydroelectric Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013ce
              • type:Point
                • 0:-84.17201037375575
                • 1:10.313012809652026
              • cap_year:0
              • capacitymw:17
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005106
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:87.97303543913713
              • latitude:10.313
              • longitude:-84.172
              • name:Rio Volcan Hydroelectric Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013cf
              • type:Point
                • 0:-83.64229779887994
                • 1:9.922079363865864
              • cap_year:0
              • capacitymw:210
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002120
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1086.7257318952234
              • latitude:9.9221
              • longitude:-83.6423
              • name:Angostura Hydroelectric Power Station Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013d1
              • type:Point
                • 0:-83.77708231526294
                • 1:9.866020136106176
              • cap_year:0
              • capacitymw:18.6
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002352
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:96.25285053929122
              • latitude:9.866
              • longitude:-83.7771
              • name:Birris 1 Hydroelectric Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013d2
              • type:Point
                • 0:-83.78691175551864
                • 1:9.894386374652312
              • cap_year:0
              • capacitymw:4.4
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002354
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:22.76949152542373
              • latitude:9.8944
              • longitude:-83.7869
              • name:Birris 3 Hydroelectric Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013d3
              • type:Point
                • 0:-84.19799779799345
                • 1:9.63141518534564
              • cap_year:0
              • capacitymw:134
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043639
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:693.4345146379045
              • latitude:9.6314
              • longitude:-84.198
              • name:Pirris Hydroelectric Power Station Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013d4
              • type:Point
                • 0:-83.84140006816898
                • 1:9.77571495896246
              • cap_year:0
              • capacitymw:120
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005101
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:620.9861325115562
              • latitude:9.7757
              • longitude:-83.8414
              • name:Rio Macho Hydroelectic Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013d5
              • type:Point
                • 0:-83.80369810554437
                • 1:9.840705961201078
              • cap_year:0
              • capacitymw:102
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002510
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:527.8382126348229
              • latitude:9.8407
              • longitude:-83.8037
              • name:Cachi Hydroelectric Power Station Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013d6
              • type:Point
                • 0:-82.29799841486835
                • 1:8.542995431004147
              • cap_year:0
              • capacitymw:120
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043519
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:568.3319220999152
              • latitude:8.543
              • longitude:-82.298
              • name:Esti Hydroelectric Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013d7
              • type:Point
                • 0:-82.26258549997448
                • 1:8.67899179618579
              • cap_year:0
              • capacitymw:300
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043521
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1420.8298052497883
              • latitude:8.679
              • longitude:-82.2626
              • name:Edwin Fabrega (Fortuna) Hydroelectric Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013d8
              • type:Point
                • 0:-82.36460521550514
                • 1:8.716379575788528
              • cap_year:0
              • capacitymw:47.2
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043526
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:223.5438893593
              • latitude:8.7164
              • longitude:-82.3646
              • name:La Estrella Hydroelectric Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013d9
              • type:Point
                • 0:-82.34759444903523
                • 1:8.67769018080946
              • cap_year:0
              • capacitymw:54.8
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043527
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:259.53824442562797
              • latitude:8.6777
              • longitude:-82.3476
              • name:Los Valles Hydroelectric Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013da
              • type:Point
                • 0:-82.51541306600359
                • 1:9.270284243348456
              • cap_year:0
              • capacitymw:222.4
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043522
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1053.3084956251764
              • latitude:9.2703
              • longitude:-82.5154
              • name:Changuinola I Hydroelectric Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013dd
              • type:Point
                • 0:-79.6164912064816
                • 1:9.210589469192822
              • cap_year:0
              • capacitymw:36
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043553
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:170.4995766299746
              • latitude:9.2106
              • longitude:-79.6165
              • name:Madden Hydroelectric Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013e0
              • type:Point
                • 0:-79.93080887821989
                • 1:9.263686399889151
              • cap_year:0
              • capacitymw:22.5
              • comm_year:0
              • country:PAN
              • country_lg:Panama
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043552
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:106.56223539373413
              • latitude:9.2637
              • longitude:-79.9308
              • name:Gatun Hydroelectric Power Plant Panama
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000140f
              • type:Point
                • 0:-68.09001379978312
                • 1:-16.124007332325775
              • cap_year:0
              • capacitymw:11
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044743
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:55.13471387218882
              • latitude:-16.124
              • longitude:-68.09
              • name:Sainani Hydroelectric Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001410
              • type:Point
                • 0:-68.1405074997268
                • 1:-16.192499231093826
              • cap_year:0
              • capacitymw:10.6
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044740
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:53.129815185927406
              • latitude:-16.1925
              • longitude:-68.1405
              • name:Botijlaca Hydroelectric Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001411
              • type:Point
                • 0:-68.12349673325687
                • 1:-16.20722094983296
              • cap_year:0
              • capacitymw:9.6
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044739
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:48.11756847027388
              • latitude:-16.2072
              • longitude:-68.1235
              • name:Tiquimani Hydroelectric Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001412
              • type:Point
                • 0:-68.12268883405778
                • 1:-16.2718977690497
              • cap_year:0
              • capacitymw:11
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044738
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:55.13471387218882
              • latitude:-16.2719
              • longitude:-68.1227
              • name:Zongo Hydroelectric Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001413
              • type:Point
                • 0:-67.77250941453728
                • 1:-16.41238246311522
              • cap_year:0
              • capacitymw:38.4
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044750
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:192.47027388109552
              • latitude:-16.4124
              • longitude:-67.7725
              • name:Chojlla Hydroelectric Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001414
              • type:Point
                • 0:-67.73732091608763
                • 1:-16.388684086608322
              • cap_year:0
              • capacitymw:51.1
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044752
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:256.1258071698953
              • latitude:-16.3887
              • longitude:-67.7373
              • name:Yanacachi Norte Hydroelectric Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001415
              • type:Point
                • 0:-67.95662066535414
                • 1:-16.04160161401769
              • cap_year:0
              • capacitymw:34
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044749
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:170.41638833221998
              • latitude:-16.0416
              • longitude:-67.9566
              • name:Huaji Hydroelectric Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001418
              • type:Point
                • 0:-68.0669886726088
                • 1:-16.105021701146953
              • cap_year:0
              • capacitymw:34
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044746
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:170.41638833221998
              • latitude:-16.105
              • longitude:-68.067
              • name:Chururaqui Hydroelectric Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000015a4
              • type:Point
                • 0:-65.8757865114974
                • 1:-17.21220267022307
              • cap_year:0
              • capacitymw:54
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044721
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:270.66132264529057
              • latitude:-17.2122
              • longitude:-65.8758
              • name:Corani Hydroelectric Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000015a5
              • type:Point
                • 0:-65.8231832969783
                • 1:-17.19160124064605
              • cap_year:0
              • capacitymw:93.4
              • comm_year:0
              • country:BOL
              • country_lg:Bolivia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044722
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:468.1438432420396
              • latitude:-17.1916
              • longitude:-65.8232
              • name:Santa Isabel Hydroelectric Power Plant Bolivia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000030fb
              • type:Point
                • 0:-5.839809594108275
                • 1:34.941595477735916
              • cap_year:0
              • capacitymw:36
              • comm_year:1979
              • country:MAR
              • country_lg:Morocco
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1023700
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:13.7
              • gwh_estimt:43.655234118699674
              • latitude:34.9416
              • longitude:-5.8398
              • name:Oued El Makhazine
              • owner:Office National de l\\'Electricite (ONE)
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/geoid/41613
            • type:Feature
            • id:00000000000000003523
              • type:Point
                • 0:-2.9381947372559583
                • 1:34.663004903913325
              • cap_year:0
              • capacitymw:23
              • comm_year:1967
              • country:MAR
              • country_lg:Morocco
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1023698
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:41.9
              • gwh_estimt:27.890844020280348
              • latitude:34.663
              • longitude:-2.9382
              • name:MOHAMED V
              • owner:Office National de l\\'Electricite (ONE)
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/geoid/41614
            • type:Feature
            • id:0000000000000000353c
              • type:Point
                • 0:-8.11498838863712
                • 1:33.15447756604045
              • cap_year:0
              • capacitymw:20.8
              • comm_year:0
              • country:MAR
              • country_lg:Morocco
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061194
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:25.223024157470924
              • latitude:33.1545
              • longitude:-8.115
              • name:Sidi Said Maachou
              • owner:Office National de l\\'Electricite (ONE)
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/form.php?pid=41623
            • type:Feature
            • id:0000000000000000353f
              • type:Point
                • 0:-7.9266132253805734
                • 1:32.72561774118549
              • cap_year:0
              • capacitymw:32
              • comm_year:1947
              • country:MAR
              • country_lg:Morocco
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1023695
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:15.8
              • gwh_estimt:38.804652549955264
              • latitude:32.7256
              • longitude:-7.9266
              • name:IMFOUT
              • owner:Office National de l\\'Electricite (ONE)
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/geoid/41651
            • type:Feature
            • id:00000000000000003540
              • type:Point
                • 0:-8.135993767813689
                • 1:31.35501674991431
              • cap_year:0
              • capacitymw:8.8
              • comm_year:1938
              • country:MAR
              • country_lg:Morocco
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1023696
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:8.7
              • gwh_estimt:10.671279451237698
              • latitude:31.355
              • longitude:-8.136
              • name:LALLA TAKERKOUST
              • owner:Office National de l\\'Electricite (ONE)
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org/geoid/41653
            • type:Feature
            • id:00000000000000003549
              • type:Point
                • 0:-7.925401376581926
                • 1:12.63792228821429
              • cap_year:0
              • capacitymw:5.2
              • comm_year:0
              • country:MLI
              • country_lg:Mali
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042550
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:12.6379
              • longitude:-7.9254
              • name:Sotuba Hydroelectric Power Plant Mali
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000354a
              • type:Point
                • 0:-8.229979374642188
                • 1:11.63828167919599
              • cap_year:0
              • capacitymw:44
              • comm_year:0
              • country:MLI
              • country_lg:Mali
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042549
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:11.6383
              • longitude:-8.23
              • name:Selingue Hydroelectric Power Plant Mali
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000354b
              • type:Point
                • 0:-10.428901461433872
                • 1:13.195597152036681
              • cap_year:0
              • capacitymw:200
              • comm_year:0
              • country:MLI
              • country_lg:Mali
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042546
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:13.1956
              • longitude:-10.4289
              • name:Manantali Hydroelectric Power Plant Mali
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000355b
              • type:Point
                • 0:-11.349188415785125
                • 1:14.358208982828748
              • cap_year:0
              • capacitymw:62.3
              • comm_year:0
              • country:MLI
              • country_lg:Mali
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043693
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:14.3582
              • longitude:-11.3492
              • name:Felou Hydroelectric Power Plant Mali
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000003568
              • type:Point
                • 0:-5.472978474428564
                • 1:7.030383713846929
              • cap_year:0
              • capacitymw:174
              • comm_year:0
              • country:CIV
              • country_lg:Cote DIvoire
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042577
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:555.6961602671118
              • latitude:7.0304
              • longitude:-5.473
              • name:Kossou Hydroelectric Power Plant Cote dIvoire
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000003569
              • type:Point
                • 0:-7.045284965741419
                • 1:6.242188278548335
              • cap_year:0
              • capacitymw:165
              • comm_year:0
              • country:CIV
              • country_lg:Cote DIvoire
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042575
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:526.9532554257096
              • latitude:6.2422
              • longitude:-7.0453
              • name:Buyo Hydroelectric Power Plant Cote dIvoire
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000356a
              • type:Point
                • 0:-5.082897811130341
                • 1:6.209288827829476
              • cap_year:0
              • capacitymw:210
              • comm_year:0
              • country:CIV
              • country_lg:Cote DIvoire
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042576
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:670.6677796327211
              • latitude:6.2093
              • longitude:-5.0829
              • name:Taabo Hydroelectric Power Plant Cote dIvoire
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e74
              • type:Point
                • 0:84.49651655206046
                • 1:27.926202782361152
              • cap_year:0
              • capacitymw:69
              • comm_year:0
              • country:NPL
              • country_lg:Nepal
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040477
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:468.5742450040326
              • latitude:27.9262
              • longitude:84.4965
              • name:Marsyangdi Hydroelectric Power Plant Nepal
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e75
              • type:Point
                • 0:84.41949682841303
                • 1:28.18899443851247
              • cap_year:0
              • capacitymw:70
              • comm_year:0
              • country:NPL
              • country_lg:Nepal
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040478
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:475.3651760910475
              • latitude:28.189
              • longitude:84.4195
              • name:Middle Marsyangdi Hydroelectric Power Plant Nepal
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e76
              • type:Point
                • 0:83.7410859176142
                • 1:28.271983639575456
              • cap_year:0
              • capacitymw:14.8
              • comm_year:0
              • country:NPL
              • country_lg:Nepal
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043974
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:100.50578008782148
              • latitude:28.272
              • longitude:83.7411
              • name:Modi Khola Hydroelectric Power Plant Nepal
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e77
              • type:Point
                • 0:83.5680159558517
                • 1:27.97597834968341
              • cap_year:0
              • capacitymw:144
              • comm_year:0
              • country:NPL
              • country_lg:Nepal
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040475
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:977.8940765301548
              • latitude:27.976
              • longitude:83.568
              • name:Kali Gandaki Hydroelectric Power Plant Nepal
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e85
              • type:Point
                • 0:89.90427960780622
                • 1:27.425395045497556
              • cap_year:0
              • capacitymw:64
              • comm_year:0
              • country:BTN
              • country_lg:Bhutan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040473
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:27.4254
              • longitude:89.9043
              • name:Basochhu Hydroelectric Power Plant Bhutan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e86
              • type:Point
                • 0:89.59530304743974
                • 1:27.03598763153192
              • cap_year:0
              • capacitymw:1020
              • comm_year:0
              • country:BTN
              • country_lg:Bhutan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040474
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:27.036
              • longitude:89.5953
              • name:Tala Hydroelectric Power Plant Bhutan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e87
              • type:Point
                • 0:89.53129947755558
                • 1:27.11040412442668
              • cap_year:0
              • capacitymw:336
              • comm_year:0
              • country:BTN
              • country_lg:Bhutan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040472
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:27.1104
              • longitude:89.5313
              • name:Chhukha Hydroelectric Power Plant Bhutan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e94
              • type:Point
                • 0:85.944990049467
                • 1:27.938814986524864
              • cap_year:0
              • capacitymw:45
              • comm_year:0
              • country:NPL
              • country_lg:Nepal
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040476
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:305.5918989156734
              • latitude:27.9388
              • longitude:85.945
              • name:Bhote Koshi Hydroelectric Power Plant Nepal
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e95
              • type:Point
                • 0:85.14620215800244
                • 1:27.92122073730004
              • cap_year:0
              • capacitymw:14.1
              • comm_year:0
              • country:NPL
              • country_lg:Nepal
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040484
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:95.752128326911
              • latitude:27.9212
              • longitude:85.1462
              • name:Devighat Hydroelectric Power Plant Nepal
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e97
              • type:Point
                • 0:85.05190236815207
                • 1:27.509012612604288
              • cap_year:0
              • capacitymw:32
              • comm_year:0
              • country:NPL
              • country_lg:Nepal
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040482
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:217.3097947844789
              • latitude:27.509
              • longitude:85.0519
              • name:Kulekhani-II Hydroelectric Power Plant Nepal
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e98
              • type:Point
                • 0:85.15499928261485
                • 1:27.58998206566952
              • cap_year:0
              • capacitymw:60
              • comm_year:0
              • country:NPL
              • country_lg:Nepal
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040480
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:407.4558652208979
              • latitude:27.59
              • longitude:85.155
              • name:Kulekhani-I Hydroelectric Power Plant Nepal
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e99
              • type:Point
                • 0:85.91698287723158
                • 1:27.78060139336801
              • cap_year:0
              • capacitymw:10.05
              • comm_year:0
              • country:NPL
              • country_lg:Nepal
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044207
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:68.2488574245004
              • latitude:27.7806
              • longitude:85.917
              • name:Sunkosi Hydroelectric Power Plant Nepal
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000005e9a
              • type:Point
                • 0:86.16900254406157
                • 1:27.549991055314127
              • cap_year:0
              • capacitymw:60
              • comm_year:0
              • country:NPL
              • country_lg:Nepal
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040485
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:407.4558652208979
              • latitude:27.55
              • longitude:86.169
              • name:Khimti Hydroelectric Power Plant Nepal
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006132
              • type:Point
                • 0:65.119009378386
                • 1:32.32198232465793
              • cap_year:0
              • capacitymw:33
              • comm_year:0
              • country:AFG
              • country_lg:Afghanistan
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0040538
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:32.322
              • longitude:65.119
              • name:Kajaki Hydroelectric Power Plant Afghanistan
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061b6
              • type:Point
                • 0:43.30200568974373
                • 1:41.79141372058426
              • cap_year:0
              • capacitymw:21
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041916
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:67.80622917796543
              • latitude:41.7914
              • longitude:43.302
              • name:Chitakhevi Hydroelectric Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061b7
              • type:Point
                • 0:44.12767867122274
                • 1:41.54608166379124
              • cap_year:0
              • capacitymw:110
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041922
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:355.1754861702952
              • latitude:41.5461
              • longitude:44.1277
              • name:Khrami II Hydroelectric Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061b8
              • type:Point
                • 0:44.12350452536073
                • 1:41.54890931098809
              • cap_year:0
              • capacitymw:112
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041908
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:361.63322228248234
              • latitude:41.5489
              • longitude:44.1235
              • name:Khrami I Hydroelectric Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061ba
              • type:Point
                • 0:44.932795106413565
                • 1:41.704788973125325
              • cap_year:0
              • capacitymw:14
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041921
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:45.20415278531029
              • latitude:41.7048
              • longitude:44.9328
              • name:Satskhenisi Hydroelectric Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061bb
              • type:Point
                • 0:44.7599944443841
                • 1:41.82260760632724
              • cap_year:0
              • capacitymw:36.2
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041917
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:116.88502363058807
              • latitude:41.8226
              • longitude:44.76
              • name:Zahesi Hydroelectric Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061bc
              • type:Point
                • 0:44.772112932370575
                • 1:42.13490553006778
              • cap_year:0
              • capacitymw:130
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041914
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:419.752847292167
              • latitude:42.1349
              • longitude:44.7721
              • name:Zhinvali Hydroelectric Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061c2
              • type:Point
                • 0:42.851916069268
                • 1:42.588989763250154
              • cap_year:0
              • capacitymw:113
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041903
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:364.86209033857597
              • latitude:42.589
              • longitude:42.8519
              • name:Lajanuri Hydroelectric Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061c3
              • type:Point
                • 0:42.70398074925523
                • 1:42.32018374639445
              • cap_year:0
              • capacitymw:68.8
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041904
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:222.14612225923915
              • latitude:42.3202
              • longitude:42.704
              • name:Gumati I and II Hydroelectric Power Plants Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061c4
              • type:Point
                • 0:42.95819969723834
                • 1:42.262912669836105
              • cap_year:0
              • capacitymw:80
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043014
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:258.3094444874874
              • latitude:42.2629
              • longitude:42.9582
              • name:Dzevrula (Tkibuki-II) Hydroelectric Power Plants Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061c5
              • type:Point
                • 0:43.00339716909903
                • 1:42.3637205365681
              • cap_year:0
              • capacitymw:38.4
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041907
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:123.98853335399394
              • latitude:42.3637
              • longitude:43.0034
              • name:Shaori Hydroelectric Power Plants Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061c6
              • type:Point
                • 0:42.70878326116098
                • 1:42.15451952729035
              • cap_year:0
              • capacitymw:256
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041913
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:826.5902223599597
              • latitude:42.1545
              • longitude:42.7088
              • name:Vartsikhe Cascade Hydroelectric Power Plants Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061c7
              • type:Point
                • 0:42.72579402763091
                • 1:42.20061466492781
              • cap_year:0
              • capacitymw:48
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041906
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:154.98566669249243
              • latitude:42.2006
              • longitude:42.7258
              • name:Rioni Hydroelectric Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061c8
              • type:Point
                • 0:41.76188051652831
                • 1:42.65240985037942
              • cap_year:0
              • capacitymw:220
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0041910
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:710.3509723405904
              • latitude:42.6524
              • longitude:41.7619
              • name:Vardnili I Hydroelectric Power Plant Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000061c9
              • type:Point
                • 0:42.030910949828225
                • 1:42.758379295327885
              • cap_year:0
              • capacitymw:1300
              • comm_year:0
              • country:GEO
              • country_lg:Georgia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0003667
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:4197.52847292167
              • latitude:42.7584
              • longitude:42.0309
              • name:Inguri (Enguri) Dam Hydroelectric Power Station Georgia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006582
              • type:Point
                • 0:23.999992207896156
                • 1:54.87408451790245
              • cap_year:0
              • capacitymw:100.8
              • comm_year:0
              • country:LTU
              • country_lg:Lithuania
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042162
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:109.58273381294964
              • latitude:54.8741
              • longitude:24
              • name:Kaunas Hydroelectric Power Plant Lithuania
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006583
              • type:Point
                • 0:24.247478662553434
                • 1:54.79899477567509
              • cap_year:0
              • capacitymw:900
              • comm_year:0
              • country:LTU
              • country_lg:Lithuania
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042161
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:978.4172661870505
              • latitude:54.799
              • longitude:24.2475
              • name:Kruonis Pumped Storage Hydroelectric Power Plant Lithuania
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006766
              • type:Point
                • 0:18.991600656238262
                • 1:49.10721026815727
              • cap_year:0
              • capacitymw:38.4
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042647
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:73.8264264108994
              • latitude:49.1072
              • longitude:18.9916
              • name:Sucany Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006767
              • type:Point
                • 0:18.911394219083284
                • 1:49.1319858435963
              • cap_year:0
              • capacitymw:38.4
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042645
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:73.8264264108994
              • latitude:49.132
              • longitude:18.9114
              • name:Lipovec Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006768
              • type:Point
                • 0:18.681502013650825
                • 1:49.259409500609735
              • cap_year:0
              • capacitymw:31.5
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042649
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:60.56074041519092
              • latitude:49.2594
              • longitude:18.6815
              • name:Hricov Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006769
              • type:Point
                • 0:18.508297402021807
                • 1:49.1928026999729
              • cap_year:0
              • capacitymw:93.6
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042643
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:179.95191437656726
              • latitude:49.1928
              • longitude:18.5083
              • name:Miskova Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000676a
              • type:Point
                • 0:18.36422204484918
                • 1:49.12749751471241
              • cap_year:0
              • capacitymw:67.5
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042642
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:129.7730151754091
              • latitude:49.1275
              • longitude:18.3642
              • name:Nosice Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000676b
              • type:Point
                • 0:18.453809089371468
                • 1:49.13310792581727
              • cap_year:0
              • capacitymw:55.2
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042644
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:106.12548796566789
              • latitude:49.1331
              • longitude:18.4538
              • name:Povazska Bystrica Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000676c
              • type:Point
                • 0:18.145416011759902
                • 1:48.96380816031723
              • cap_year:0
              • capacitymw:16.5
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042662
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:31.722292598433338
              • latitude:48.9638
              • longitude:18.1454
              • name:Dubnica nad Vahom Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000676e
              • type:Point
                • 0:17.96889003675681
                • 1:48.86098054558749
              • cap_year:0
              • capacitymw:25.5
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042654
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:49.02536128848788
              • latitude:48.861
              • longitude:17.9689
              • name:Kostolna Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000676f
              • type:Point
                • 0:18.05600850039297
                • 1:48.902183404741514
              • cap_year:0
              • capacitymw:16.5
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042653
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:31.722292598433338
              • latitude:48.9022
              • longitude:18.056
              • name:Trencin Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006770
              • type:Point
                • 0:17.851610003020962
                • 1:48.77251558328616
              • cap_year:0
              • capacitymw:25.5
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042655
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:49.02536128848788
              • latitude:48.7725
              • longitude:17.8516
              • name:Nove Mesto n.V. Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006771
              • type:Point
                • 0:17.855021132972713
                • 1:48.660486894344444
              • cap_year:0
              • capacitymw:25.5
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042656
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:49.02536128848788
              • latitude:48.6605
              • longitude:17.855
              • name:Horna Streda Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006773
              • type:Point
                • 0:19.912201793611388
                • 1:49.00878121573372
              • cap_year:0
              • capacitymw:735
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042635
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1413.0839430211215
              • latitude:49.0088
              • longitude:19.9122
              • name:Cierny Vah Pumped Storage Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006774
              • type:Point
                • 0:19.48890749657244
                • 1:49.098592676700214
              • cap_year:0
              • capacitymw:198
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042636
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:380.66751118120004
              • latitude:49.0986
              • longitude:19.4889
              • name:Liptovska Mara Pumped Storage Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006775
              • type:Point
                • 0:19.09411408794614
                • 1:49.128080997467315
              • cap_year:0
              • capacitymw:24.75
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042648
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:47.583438897650005
              • latitude:49.1281
              • longitude:19.0941
              • name:Kreplany Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006776
              • type:Point
                • 0:19.55699544574093
                • 1:49.375612335413436
              • cap_year:0
              • capacitymw:21.75
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042652
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:41.815749334298495
              • latitude:49.3756
              • longitude:19.557
              • name:Orava Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067a7
              • type:Point
                • 0:21.09110625825195
                • 1:48.86160891163122
              • cap_year:0
              • capacitymw:60
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042646
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:115.35379126703032
              • latitude:48.8616
              • longitude:21.0911
              • name:Ruzin Pumped Storage Hydroelectric Power plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067a8
              • type:Point
                • 0:19.829616542147953
                • 1:48.1911872262457
              • cap_year:0
              • capacitymw:45.06
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042651
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:86.63069724153976
              • latitude:48.1912
              • longitude:19.8296
              • name:Kralova Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067cc
              • type:Point
                • 0:19.289087094661987
                • 1:43.760308952076954
              • cap_year:0
              • capacitymw:315
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044765
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:847.6649285876218
              • latitude:43.7603
              • longitude:19.2891
              • name:Visegrad Hydroelectric Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067d4
              • type:Point
                • 0:17.135003413420293
                • 1:44.562418206915595
              • cap_year:0
              • capacitymw:48.5
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044818
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:130.51348900476083
              • latitude:44.5624
              • longitude:17.135
              • name:Krupa Hydroelectric Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067d5
              • type:Point
                • 0:17.161798736857072
                • 1:44.50748106137687
              • cap_year:0
              • capacitymw:110
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044772
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:296.00997506234415
              • latitude:44.5075
              • longitude:17.1618
              • name:Bocac Hydroelectric Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067d6
              • type:Point
                • 0:17.281592234767896
                • 1:44.37740929032196
              • cap_year:0
              • capacitymw:48
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044811
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:129.1679891181138
              • latitude:44.3774
              • longitude:17.2816
              • name:Jajce I Hidroelektrana Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067da
              • type:Point
                • 0:17.732489754442724
                • 1:43.69240053606382
              • cap_year:0
              • capacitymw:180
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044767
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:484.3799591929268
              • latitude:43.6924
              • longitude:17.7325
              • name:Jablanica Hydroelectric Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067db
              • type:Point
                • 0:17.675802160639293
                • 1:43.74697861529184
              • cap_year:0
              • capacitymw:160
              • comm_year:0
              • country:BIH
              • country_lg:Bosnia and Herzegovina
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044770
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:430.559963727046
              • latitude:43.747
              • longitude:17.6758
              • name:Rama Hydroelectric Power Plant Bosnia and Herzegovina
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067dc
              • type:Point
                • 0:16.596807896953948
                • 1:43.795093500927045
              • cap_year:0
              • capacitymw:60
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044831
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:337.400628581993
              • latitude:43.7951
              • longitude:16.5968
              • name:Peruca Hydroelectric Power Plant Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067de
              • type:Point
                • 0:16.22041663675157
                • 1:44.090021591886966
              • cap_year:0
              • capacitymw:7.5
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044840
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:42.17507857274912
              • latitude:44.09
              • longitude:16.2204
              • name:Golubic Hydroelectric Power Plant Croatia Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067e0
              • type:Point
                • 0:14.673603853499165
                • 1:45.22862086315026
              • cap_year:0
              • capacitymw:90
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044841
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:506.10094287298944
              • latitude:45.2286
              • longitude:14.6736
              • name:Vinodol Hydroelectric Power System Croatia Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067e1
              • type:Point
                • 0:14.927598385038074
                • 1:44.9428938464023
              • cap_year:0
              • capacitymw:216
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044842
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1214.6422628951746
              • latitude:44.9429
              • longitude:14.9276
              • name:Senj Hydroelectric Power System Croatia Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067e2
              • type:Point
                • 0:15.27059647834437
                • 1:44.689482797618304
              • cap_year:0
              • capacitymw:22.5
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044845
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:126.52523571824736
              • latitude:44.6895
              • longitude:15.2706
              • name:Sklope Hydroelectric Power Plant Croatia Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067e3
              • type:Point
                • 0:15.477777739624377
                • 1:45.614302964142276
              • cap_year:0
              • capacitymw:5.5
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044843
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:30.928390953349354
              • latitude:45.6143
              • longitude:15.4778
              • name:Ozalj Hydroelectric Power Plant Croatia Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067e4
              • type:Point
                • 0:15.345192504394497
                • 1:45.348504127638776
              • cap_year:0
              • capacitymw:42.3
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044846
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:237.86744315030504
              • latitude:45.3485
              • longitude:15.3452
              • name:Lesce Hydroelectric Power Plant Croatia Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067e5
              • type:Point
                • 0:15.263280502263642
                • 1:45.29890809347186
              • cap_year:0
              • capacitymw:55.5
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044844
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:312.0955814383435
              • latitude:45.2989
              • longitude:15.2633
              • name:Gojak Hydroelectric Power Plant Croatia Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067f0
              • type:Point
                • 0:16.748917362828728
                • 1:46.320496630732336
              • cap_year:0
              • capacitymw:76
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044830
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:427.3741295371911
              • latitude:46.3205
              • longitude:16.7489
              • name:Dubrava Hydroelectric Power Plant Croatia Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067f1
              • type:Point
                • 0:16.494518881690276
                • 1:46.311295556520385
              • cap_year:0
              • capacitymw:76
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044829
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:427.3741295371911
              • latitude:46.3113
              • longitude:16.4945
              • name:Cakovec Hydroelectric Power Plant Croatia Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067f5
              • type:Point
                • 0:17.793800326996553
                • 1:48.48840436493641
              • cap_year:0
              • capacitymw:43.2
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042650
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:83.05472971226183
              • latitude:48.4884
              • longitude:17.7938
              • name:Madunice Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067f8
              • type:Point
                • 0:17.53841441350365
                • 1:47.88001138472613
              • cap_year:0
              • capacitymw:720
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0042637
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1384.2454952043638
              • latitude:47.88
              • longitude:17.5384
              • name:Gabcikovo Hydroelectric Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:0000000000000000681d
              • type:Point
                • 0:16.268396872520274
                • 1:46.347920320212864
              • cap_year:0
              • capacitymw:94
              • comm_year:0
              • country:HRV
              • country_lg:Croatia
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0044828
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:528.594318111789
              • latitude:46.3479
              • longitude:16.2684
              • name:Varazdin Hydroelectric Power Plant Croatia Croatia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000006e0f
              • type:Point
                • 0:6.178409125108366
                • 1:49.95177911423743
              • cap_year:0
              • capacitymw:1296
              • comm_year:0
              • country:LUX
              • country_lg:Luxembourg
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0045216
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1169
              • latitude:49.9518
              • longitude:6.1784
              • name:Vianden Pumped Storage Power Plant Luxembourg
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006f5
              • type:Point
                • 0:103.62047802708442
                • 1:1.2959151986433755
              • cap_year:0
              • capacitymw:80
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005797
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:637.9746835443038
              • latitude:1.2959
              • longitude:103.6205
              • name:Tuas South WTE Incineration Plant Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006f6
              • type:Point
                • 0:103.6215103427277
                • 1:1.2986979625513828
              • cap_year:0
              • capacitymw:22
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0003828
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:175.44303797468353
              • latitude:1.2987
              • longitude:103.6215
              • name:Keppel Seghers Tuas WTE Plant Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000006f8
              • type:Point
                • 0:103.79498425408978
                • 1:1.4623873169465753
              • cap_year:0
              • capacitymw:56
              • comm_year:0
              • country:SGP
              • country_lg:Singapore
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0005333
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:446.5822784810127
              • latitude:1.4624
              • longitude:103.795
              • name:Senoko WTE Incineration Plant Singapore
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013ac
              • type:Point
                • 0:-87.23511530385018
                • 1:12.70578582093859
              • cap_year:0
              • capacitymw:56.5
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043599
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:12.7058
              • longitude:-87.2351
              • name:Monte Rosa Cogen Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013ad
              • type:Point
                • 0:-87.0474133899262
                • 1:12.53101029420021
              • cap_year:0
              • capacitymw:59.3
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Waste
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043600
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:12.531
              • longitude:-87.0474
              • name:Nicaragua Sugar Estates Cogen Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067f4
              • type:Point
                • 0:18.459015550876778
                • 1:48.262102822611055
              • cap_year:0
              • capacitymw:880
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0004330
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7749.5
              • latitude:48.2621
              • longitude:18.459
              • name:Mochovce Nuclear Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000067f6
              • type:Point
                • 0:17.681592104899497
                • 1:48.49598964075017
              • cap_year:0
              • capacitymw:880
              • comm_year:0
              • country:SVK
              • country_lg:Slovakia
              • fuel1:Nuclear
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0002385
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7749.5
              • latitude:48.496
              • longitude:17.6816
              • name:Bohunice Nuclear Power Plant Slovakia
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:00000000000000001386
              • type:Point
                • 0:-89.81738556061426
                • 1:13.920192967050662
              • cap_year:0
              • capacitymw:95
              • comm_year:0
              • country:SLV
              • country_lg:El Salvador
              • fuel1:Geothermal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043615
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:725.5392156862745
              • latitude:13.9202
              • longitude:-89.8174
              • name:Ahuachapan Geothermal Power Plant El Salvador
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013af
              • type:Point
                • 0:-86.77299696196563
                • 1:12.608793033757891
              • cap_year:0
              • capacitymw:82
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Geothermal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043607
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:341.40880503144655
              • latitude:12.6088
              • longitude:-86.773
              • name:San Jacinto-Tizate Geothermal Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013b2
              • type:Point
                • 0:-86.54180314115685
                • 1:12.393981613375278
              • cap_year:0
              • capacitymw:77
              • comm_year:0
              • country:NIC
              • country_lg:Nicaragua
              • fuel1:Geothermal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043595
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:320.59119496855345
              • latitude:12.394
              • longitude:-86.5418
              • name:Momotombo Geothermal Power Plant Nicaragua
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013bb
              • type:Point
                • 0:-85.18188437262931
                • 1:10.717994724844738
              • cap_year:0
              • capacitymw:27.5
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Geothermal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043642
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:212.59110329228452
              • latitude:10.718
              • longitude:-85.1819
              • name:Miravalles III Geothermal Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013bc
              • type:Point
                • 0:-85.19000824790912
                • 1:10.692186833762412
              • cap_year:0
              • capacitymw:15.45
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Geothermal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043641
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:119.43754712239256
              • latitude:10.6922
              • longitude:-85.19
              • name:Miravalles V Geothermal Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013bd
              • type:Point
                • 0:-85.19440681021534
                • 1:10.700220942464563
              • cap_year:0
              • capacitymw:115
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Geothermal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0004310
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:889.0173410404625
              • latitude:10.7002
              • longitude:-85.1944
              • name:Miravalles I and II Geothermal Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013bf
              • type:Point
                • 0:-85.379685026542
                • 1:10.753991122493476
              • cap_year:0
              • capacitymw:36
              • comm_year:0
              • country:CRI
              • country_lg:Costa Rica
              • fuel1:Geothermal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043643
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:278.3010806735361
              • latitude:10.754
              • longitude:-85.3797
              • name:Pailas Geothermal Power Plant Costa Rica
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000013c2
              • type:Point
                • 0:-88.50890304109602
                • 1:13.524995608824812
              • cap_year:0
              • capacitymw:109
              • comm_year:0
              • country:SLV
              • country_lg:El Salvador
              • fuel1:Geothermal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:GEODB0043616
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:832.4607843137255
              • latitude:13.525
              • longitude:-88.5089
              • name:Berlin Geothermal Power Plant El Salvador
              • owner:
              • source:GEODB
              • src_latlon:GEODB
              • url:http://globalenergyobservatory.org
            • type:Feature
            • id:000000000000000011aa
              • type:Point
                • 0:94.96998711931128
                • 1:36.38001511844256
              • cap_year:0
              • capacitymw:300
              • comm_year:2004
              • country:CHN
              • country_lg:China
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061069
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:569.8032398576134
              • latitude:36.38
              • longitude:94.97
              • name:Golmud
              • owner:
              • source:Huaxi
              • src_latlon:
              • url:http://www.huaxia.com/qh-tw/2007/00606501.html
            • type:Feature
            • id:00000000000000005768
              • type:Point
                • 0:-93.93960145743839
                • 1:16.185003721857733
              • cap_year:0
              • capacitymw:28.8
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006703
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:116.63019914292917
              • latitude:16.185
              • longitude:-93.9396
              • name:E�lica de Arriaga
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000576a
              • type:Point
                • 0:-95.05881114792331
                • 1:16.444788197656848
              • cap_year:0
              • capacitymw:70
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006716
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:283.4761784723973
              • latitude:16.4448
              • longitude:-95.0588
              • name:E�lica Zopiloapan (Bii Nee Stipa III)
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057c0
              • type:Point
                • 0:-95.00158495465381
                • 1:16.586305207365665
              • cap_year:0
              • capacitymw:80
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006708
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:323.9727753970255
              • latitude:16.5863
              • longitude:-95.0016
              • name:Fuerza E�lica del Istmo
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057c1
              • type:Point
                • 0:-95.00001403954444
                • 1:16.496000030221953
              • cap_year:0
              • capacitymw:74
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006712
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:299.67481724224854
              • latitude:16.496
              • longitude:-95
              • name:Stipa Nayaa (Bii Nee Stipa II)
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057c2
              • type:Point
                • 0:-94.99449339501727
                • 1:16.48419572525734
              • cap_year:0
              • capacitymw:26.4
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006704
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:106.91101588101839
              • latitude:16.4842
              • longitude:-94.9945
              • name:Bii Nee Stipa I
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057c3
              • type:Point
                • 0:-94.99162086453161
                • 1:16.53720288937599
              • cap_year:0
              • capacitymw:67.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006706
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:273.35202924124025
              • latitude:16.5372
              • longitude:-94.9916
              • name:El�ctrica del Valle de M�xico
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057c9
              • type:Point
                • 0:-94.8285149928913
                • 1:16.546000013988397
              • cap_year:0
              • capacitymw:90
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006705
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:364.4693723216536
              • latitude:16.546
              • longitude:-94.8285
              • name:E�licos Mexicanos de Oaxaca I
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000597e
              • type:Point
                • 0:-100.6220947994956
                • 1:25.69070081516583
              • cap_year:0
              • capacitymw:22
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006715
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:89.09251323418201
              • latitude:25.6907
              • longitude:-100.6221
              • name:E�lica Santa Catarina
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000570b
              • type:Point
                • 0:-100.88650225404511
                • 1:20.204795953551685
              • cap_year:0
              • capacitymw:2.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006630
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:7.814295702770255
              • latitude:20.2048
              • longitude:-100.8865
              • name:Compa��a Electrica Carolina
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005713
              • type:Point
                • 0:-102.77379966642881
                • 1:19.29101707608206
              • cap_year:0
              • capacitymw:19
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006639
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:59.38864734105394
              • latitude:19.291
              • longitude:-102.7738
              • name:Proveedora de Electricidad de Occidente
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000571a
              • type:Point
                • 0:-103.37011904194146
                • 1:19.254078129367706
              • cap_year:0
              • capacitymw:9.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006635
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:28.756608186194537
              • latitude:19.2541
              • longitude:-103.3701
              • name:Hidroelectricidad del Pacifico
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000571d
              • type:Point
                • 0:-102.08268678488862
                • 1:19.091421090615807
              • cap_year:0
              • capacitymw:4.1
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006633
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:12.815444952543217
              • latitude:19.0914
              • longitude:-102.0827
              • name:Gobierno del Estado
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005786
              • type:Point
                • 0:-97.06118931288978
                • 1:18.844607885291122
              • cap_year:0
              • capacitymw:11.3
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006637
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:35.32061657652155
              • latitude:18.8446
              • longitude:-97.0612
              • name:Procesamiento Energetico Mexicano
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005788
              • type:Point
                • 0:-97.0710187531455
                • 1:18.842094421116137
              • cap_year:0
              • capacitymw:4.4
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006634
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:13.75316043687565
              • latitude:18.8421
              • longitude:-97.071
              • name:Hidrorizaba II
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000578a
              • type:Point
                • 0:-97.10041730733492
                • 1:18.832713813748825
              • cap_year:0
              • capacitymw:2.6
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006631
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:8.126867530881066
              • latitude:18.8327
              • longitude:-97.1004
              • name:Hidroelectricas Virita
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057b5
              • type:Point
                • 0:-97.44530049877243
                • 1:19.957982748226993
              • cap_year:0
              • capacitymw:36
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006641
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:112.52585811989168
              • latitude:19.958
              • longitude:-97.4453
              • name:Compa��a de Energ�a Mexicana
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005984
              • type:Point
                • 0:-105.9750104762803
                • 1:24.463322398579336
              • cap_year:0
              • capacitymw:14
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006638
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:43.76005593551343
              • latitude:24.4633
              • longitude:-105.975
              • name:Primero Empresa Minera
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005705
              • type:Point
                • 0:-102.27088241498981
                • 1:21.908296298140424
              • cap_year:0
              • capacitymw:3.8
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006702
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:144.79310344827584
              • latitude:21.9083
              • longitude:-102.2709
              • name:Autoabastecimiento Renovable
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000056f7
              • type:Point
                • 0:-103.57308127407063
                • 1:19.388279162995794
              • cap_year:0
              • capacitymw:5.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006681
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:11.001626256652866
              • latitude:19.3883
              • longitude:-103.5731
              • name:Ingenio Queser�a
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000056f8
              • type:Point
                • 0:-104.2372192990187
                • 1:19.785406502641706
              • cap_year:0
              • capacitymw:6.1
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006677
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:12.201803666469543
              • latitude:19.7854
              • longitude:-104.2372
              • name:Ingenio Melchor Ocampo
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000056fd
              • type:Point
                • 0:-104.05310804820185
                • 1:20.544203383750876
              • cap_year:0
              • capacitymw:4.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006682
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:9.001330573625072
              • latitude:20.5442
              • longitude:-104.0531
              • name:Ingenio San Francisco Ameca
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005708
              • type:Point
                • 0:-101.73268689852345
                • 1:21.07620500635746
              • cap_year:0
              • capacitymw:1.7
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006657
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3.400502661147249
              • latitude:21.0762
              • longitude:-101.7327
              • name:Ecosys III
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005711
              • type:Point
                • 0:-101.91388073556583
                • 1:19.329796237638803
              • cap_year:0
              • capacitymw:5.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006675
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:11.001626256652866
              • latitude:19.3298
              • longitude:-101.9139
              • name:Ingenio L�zaro C�rdenas
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005714
              • type:Point
                • 0:-102.4920223790987
                • 1:19.63980511364856
              • cap_year:0
              • capacitymw:9.1
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006689
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:18.202690715552922
              • latitude:19.6398
              • longitude:-102.492
              • name:Ingenio Santa Clara
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005717
              • type:Point
                • 0:-103.25961638482026
                • 1:20.505513988771813
              • cap_year:0
              • capacitymw:2.9
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006645
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5.800857480780603
              • latitude:20.5055
              • longitude:-103.2596
              • name:Atlatec Planta El Ahogado
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005718
              • type:Point
                • 0:-103.43681560915596
                • 1:19.526788992352405
              • cap_year:0
              • capacitymw:15.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006650
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:31.004583086930804
              • latitude:19.5268
              • longitude:-103.4368
              • name:Bio Pappel Atenquique
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005719
              • type:Point
                • 0:-103.2444009499039
                • 1:19.68441910275435
              • cap_year:0
              • capacitymw:10.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006700
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:21.003104671791835
              • latitude:19.6844
              • longitude:-103.2444
              • name:Tamazula
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005757
              • type:Point
                • 0:-92.45409924673982
                • 1:16.276700280955453
              • cap_year:0
              • capacitymw:13.1
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006648
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:26.2038734476641
              • latitude:16.2767
              • longitude:-92.4541
              • name:Azucarera La F�
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000576c
              • type:Point
                • 0:-95.18659387124745
                • 1:18.161214929431175
              • cap_year:0
              • capacitymw:5.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006655
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:11.001626256652866
              • latitude:18.1612
              • longitude:-95.1866
              • name:Compa��a Industrial Azucarera
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000576d
              • type:Point
                • 0:-95.5189097418101
                • 1:18.637202207566908
              • cap_year:0
              • capacitymw:6.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006678
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:13.00192193968066
              • latitude:18.6372
              • longitude:-95.5189
              • name:Ingenio Nuevo San Francisco
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005770
              • type:Point
                • 0:-96.40059706775997
                • 1:19.42809064019583
              • cap_year:0
              • capacitymw:21.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006672
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:43.00635718509756
              • latitude:19.4281
              • longitude:-96.4006
              • name:Ingenio La Gloria
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005773
              • type:Point
                • 0:-95.74251828680512
                • 1:18.3733782357723
              • cap_year:0
              • capacitymw:24.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006656
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:48.407155529272615
              • latitude:18.3734
              • longitude:-95.7425
              • name:Cuenca del Papaloapan
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005774
              • type:Point
                • 0:-96.15270666350312
                • 1:18.050218556132762
              • cap_year:0
              • capacitymw:13.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006642
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:27.003991720875216
              • latitude:18.0502
              • longitude:-96.1527
              • name:Ingenio Adolfo L�pez Mateos
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005776
              • type:Point
                • 0:-96.15459176163439
                • 1:18.25829748318955
              • cap_year:0
              • capacitymw:40
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006693
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:80.01182732111175
              • latitude:18.2583
              • longitude:-96.1546
              • name:Piasa Coogeneracion
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005779
              • type:Point
                • 0:-96.68578548504188
                • 1:18.606277621556952
              • cap_year:0
              • capacitymw:12.8
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006652
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:25.603784742755764
              • latitude:18.6063
              • longitude:-96.6858
              • name:Bsm Energ�a de Veracruz
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000577b
              • type:Point
                • 0:-96.542607793646
                • 1:18.511304582374002
              • cap_year:0
              • capacitymw:7.3
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006673
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:14.602158486102894
              • latitude:18.5113
              • longitude:-96.5426
              • name:Ingenio La Margarita
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000577d
              • type:Point
                • 0:-97.0239810664424
                • 1:18.87270482410422
              • cap_year:0
              • capacitymw:6.8
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006665
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:13.602010644588997
              • latitude:18.8727
              • longitude:-97.024
              • name:Ingenio El Carmen
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005781
              • type:Point
                • 0:-96.9167997726953
                • 1:18.863997466069485
              • cap_year:0
              • capacitymw:5.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006685
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:10.401537551744529
              • latitude:18.864
              • longitude:-96.9168
              • name:Ingenio San Miguelito
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005783
              • type:Point
                • 0:-96.77151256672403
                • 1:18.750622278462615
              • cap_year:0
              • capacitymw:7
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006674
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:14.002069781194558
              • latitude:18.7506
              • longitude:-96.7715
              • name:Ingenio La Providencia
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005791
              • type:Point
                • 0:-98.96329821059034
                • 1:18.849904113374095
              • cap_year:0
              • capacitymw:3.4
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006663
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6.801005322294499
              • latitude:18.8499
              • longitude:-98.9633
              • name:Ingenio Casasano
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005792
              • type:Point
                • 0:-99.1873107051849
                • 1:18.654078324170303
              • cap_year:0
              • capacitymw:8.6
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006659
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:17.202542874039025
              • latitude:18.6541
              • longitude:-99.1873
              • name:Ingenio Emiliano Zapata
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057a5
              • type:Point
                • 0:-99.39238245188952
                • 1:21.920908502304133
              • cap_year:0
              • capacitymw:6.4
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006661
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:12.801892371377882
              • latitude:21.9209
              • longitude:-99.3924
              • name:Ingenio Alianza Popular
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057ac
              • type:Point
                • 0:-98.45432171515806
                • 1:21.77391573135698
              • cap_year:0
              • capacitymw:21.8
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006666
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:43.60644589000591
              • latitude:21.7739
              • longitude:-98.4543
              • name:Ingenio El Higo
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057ba
              • type:Point
                • 0:-97.04758967637162
                • 1:20.059194564558542
              • cap_year:0
              • capacitymw:9.6
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006647
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:19.20283855706682
              • latitude:20.0592
              • longitude:-97.0476
              • name:Azucarera Independencia
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057bb
              • type:Point
                • 0:-96.95858611460423
                • 1:19.45488596363261
              • cap_year:0
              • capacitymw:3.3
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006676
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:6.60097575399172
              • latitude:19.4549
              • longitude:-96.9586
              • name:Ingenio Mahuixtlan
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057bc
              • type:Point
                • 0:-96.89929529004814
                • 1:19.606187530308283
              • cap_year:0
              • capacitymw:4.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006654
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:8.401241868716735
              • latitude:19.6062
              • longitude:-96.8993
              • name:Azucarera La Concepci�n
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057ce
              • type:Point
                • 0:-94.28268931732237
                • 1:17.946089326026684
              • cap_year:0
              • capacitymw:14
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006686
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:28.004139562389117
              • latitude:17.9461
              • longitude:-94.2827
              • name:Ingenio San Nicol�s
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057cf
              • type:Point
                • 0:-93.58749205649781
                • 1:18.005290384005097
              • cap_year:0
              • capacitymw:14
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006662
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:28.004139562389117
              • latitude:18.0053
              • longitude:-93.5875
              • name:Ingenio Benito Ju�rez
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057d6
              • type:Point
                • 0:-93.35620846911135
                • 1:18.08989538346628
              • cap_year:0
              • capacitymw:25.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006697
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:50.40745121230041
              • latitude:18.0899
              • longitude:-93.3562
              • name:Santa Rosal�a
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000057d8
              • type:Point
                • 0:-91.4199882718933
                • 1:17.455918928617887
              • cap_year:0
              • capacitymw:2.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006643
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5.000739207569485
              • latitude:17.4559
              • longitude:-91.42
              • name:Aszuremex
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005943
              • type:Point
                • 0:-100.29561375648198
                • 1:25.852011355252564
              • cap_year:0
              • capacitymw:17
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006651
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:34.005026611472495
              • latitude:25.852
              • longitude:-100.2956
              • name:Bioenerg�a de Nuevo Le�n
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005947
              • type:Point
                • 0:-100.06751688260309
                • 1:25.738995233956405
              • cap_year:0
              • capacitymw:9.2
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006694
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:18.402720283855704
              • latitude:25.739
              • longitude:-100.0675
              • name:Planta Dulces Nombres
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005979
              • type:Point
                • 0:-98.97999479403836
                • 1:22.72660842024987
              • cap_year:0
              • capacitymw:5.8
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006667
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:11.601714961561205
              • latitude:22.7266
              • longitude:-98.98
              • name:Ingenio El Mante
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000597a
              • type:Point
                • 0:-99.01697862404156
                • 1:22.938996143035187
              • cap_year:0
              • capacitymw:7.5
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006646
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:15.002217622708455
              • latitude:22.939
              • longitude:-99.017
              • name:Azucarera del Rio Guayalejo
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000597c
              • type:Point
                • 0:-99.33538067506417
                • 1:22.532218896288917
              • cap_year:0
              • capacitymw:49.3
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006684
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:98.61457717327023
              • latitude:22.5322
              • longitude:-99.3354
              • name:Ingenio San Miguel del Naranjo
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005988
              • type:Point
                • 0:-107.3684121782816
                • 1:24.319606107717423
              • cap_year:0
              • capacitymw:9.6
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006658
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:19.20283855706682
              • latitude:24.3196
              • longitude:-107.3684
              • name:El Dorado
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000598e
              • type:Point
                • 0:-109.00180482570411
                • 1:25.78540455461575
              • cap_year:0
              • capacitymw:14
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006649
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:28.004139562389117
              • latitude:25.7854
              • longitude:-109.0018
              • name:Azucarera Los Mochis
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:00000000000000005991
              • type:Point
                • 0:-107.70180524777639
                • 1:24.765701115486497
              • cap_year:0
              • capacitymw:7
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006696
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:14.002069781194558
              • latitude:24.7657
              • longitude:-107.7018
              • name:Prozucar
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:000000000000000059e3
              • type:Point
                • 0:-106.48600671971033
                • 1:31.555420634579647
              • cap_year:0
              • capacitymw:6.4
              • comm_year:0
              • country:MEX
              • country_lg:Mexico
              • fuel1:Biomass
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:MEX0006701
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:12.801892371377882
              • latitude:31.5554
              • longitude:-106.486
              • name:Energ�a El�ctrica de Ju�rez
              • owner:
              • source:INERE
              • src_latlon:North American Cooperation on Energy Information and Comisi�n Reguladora de Energ�a
              • url:http://base.energia.gob.mx/nacei/Archivos/3%20P%C3%A1gina%20Datos%20de%20Infraestructura/Ingl%C3%A9s/PowerPlantsRenewGE1MW_NorthAmerica_201606.xlsx
            • type:Feature
            • id:0000000000000000097b
              • type:Point
                • 0:128.54668178345855
                • 1:38.01628029635074
              • cap_year:0
              • capacitymw:1000
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029856
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1289.7777689813392
              • latitude:38.0163
              • longitude:128.5467
              • name:Yangyang
              • owner:Korea Electric Power Company
              • source:KEPCO
              • src_latlon:GEODB
              • url:https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204
            • type:Feature
            • id:00000000000000000980
              • type:Point
                • 0:127.8114935122786
                • 1:37.944511917497465
              • cap_year:0
              • capacitymw:200
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029855
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:257.95555379626785
              • latitude:37.9445
              • longitude:127.8115
              • name:Soyang gang
              • owner:Korea Electric Power Company
              • source:KEPCO
              • src_latlon:WRI
              • url:https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204
            • type:Feature
            • id:00000000000000000988
              • type:Point
                • 0:127.99259758274326
                • 1:37.00707954680979
              • cap_year:0
              • capacitymw:400
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029854
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:515.9111075925357
              • latitude:37.0071
              • longitude:127.9926
              • name:Chungju
              • owner:Korea Electric Power Company
              • source:KEPCO
              • src_latlon:WRI
              • url:https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204
            • type:Feature
            • id:0000000000000000098a
              • type:Point
                • 0:127.48012019078155
                • 1:36.47830952099958
              • cap_year:0
              • capacitymw:90
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029850
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:116.07999920832054
              • latitude:36.4783
              • longitude:127.4801
              • name:Daecheong
              • owner:Korea Electric Power Company
              • source:KEPCO
              • src_latlon:WRI
              • url:https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204
            • type:Feature
            • id:00000000000000000996
              • type:Point
                • 0:128.8760802402467
                • 1:36.5678067989442
              • cap_year:0
              • capacitymw:800
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029852
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1031.8222151850714
              • latitude:36.5678
              • longitude:128.8761
              • name:Yecheon
              • owner:Korea Electric Power Company
              • source:KEPCO
              • src_latlon:WRI
              • url:https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204
            • type:Feature
            • id:000000000000000009ac
              • type:Point
                • 0:127.77630501382896
                • 1:35.256317099073755
              • cap_year:0
              • capacitymw:700
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029860
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:902.8444382869376
              • latitude:35.2563
              • longitude:127.7763
              • name:Sancheong
              • owner:Korea Electric Power Company
              • source:KEPCO
              • src_latlon:GEODB
              • url:https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204
            • type:Feature
            • id:000000000000000009c7
              • type:Point
                • 0:126.85700549183215
                • 1:34.91910895002767
              • cap_year:0
              • capacitymw:34
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029845
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:43.85244414536554
              • latitude:34.9191
              • longitude:126.857
              • name:Somjingang (Chilbo)
              • owner:Korea Electric Power Company
              • source:KEPCO
              • src_latlon:WRI
              • url:https://home.kepco.co.kr/kepco/EN/C/htmlView/ENCBHP003.do?menuCd=EN030204
            • type:Feature
            • id:000000000000000009db
              • type:Point
                • 0:127.14820826981845
                • 1:37.364215876100296
              • cap_year:0
              • capacitymw:922
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000190
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3812.0830731882015
              • latitude:37.3642
              • longitude:127.1482
              • name:Bundang
              • owner:Korea South East Power (KOSEP)
              • source:KOSEP
              • src_latlon:GEODB
              • url:https://www.kosep.co.kr/kosep/hw/en/ov/ovhw18/main.do?menuCd=EN02030102
            • type:Feature
            • id:00000000000000000979
              • type:Point
                • 0:128.9811969027072
                • 1:37.738587388304936
              • cap_year:0
              • capacitymw:325
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000188
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2778.547160056134
              • latitude:37.7386
              • longitude:128.9812
              • name:Yeongdong
              • owner:Korea South East Power (KOSEP)
              • source:KOSEP
              • src_latlon:WRI
              • url:https://www.kosep.co.kr/kosep/hw/en/ov/ovhw18/main.do?menuCd=EN02030102
            • type:Feature
            • id:000000000000000009b3
              • type:Point
                • 0:127.69080234859099
                • 1:34.83930646247223
              • cap_year:0
              • capacitymw:678
              • comm_year:2011
              • country:KOR
              • country_lg:South Korea
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000189
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:5796.47684467095
              • latitude:34.8393
              • longitude:127.6908
              • name:Yeosu
              • owner:Korea South East Power (KOSEP)
              • source:KOSEP
              • src_latlon:GEODB
              • url:https://www.kosep.co.kr/kosep/hw/en/ov/ovhw18/main.do?menuCd=EN02030102
            • type:Feature
            • id:000000000000000009b4
              • type:Point
                • 0:128.10848623452512
                • 1:34.91031182541525
              • cap_year:0
              • capacitymw:3240
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000186
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:27699.977841790384
              • latitude:34.9103
              • longitude:128.1085
              • name:Samcheonpo
              • owner:Korea South East Power (KOSEP)
              • source:KOSEP
              • src_latlon:GEODB
              • url:https://www.kosep.co.kr/kosep/hw/en/ov/ovhw18/main.do?menuCd=EN02030102
            • type:Feature
            • id:000000000000000009e7
              • type:Point
                • 0:126.43609000910169
                • 1:37.23688198566455
              • cap_year:0
              • capacitymw:5080
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000187
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:43430.82945564665
              • latitude:37.2369
              • longitude:126.4361
              • name:Yeongheung
              • owner:Korea South East Power (KOSEP)
              • source:KOSEP
              • src_latlon:GEODB
              • url:https://www.kosep.co.kr/kosep/hw/en/ov/ovhw18/main.do?menuCd=EN02030102
            • type:Feature
            • id:0000000000000000109b
              • type:Point
                • 0:106.51001927923909
                • 1:29.780017261271112
              • cap_year:0
              • capacitymw:934
              • comm_year:2014
              • country:CHN
              • country_lg:China
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061065
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1773.9874200900365
              • latitude:29.78
              • longitude:106.51
              • name:Liangjiang
              • owner:
              • source:Liutl
              • src_latlon:
              • url:http://www.liuti.cn/news/173138.html
            • type:Feature
            • id:0000000000000000027e
              • type:Point
                • 0:43.026018346673794
                • 1:33.533696473439676
              • cap_year:0
              • capacitymw:1642.6
              • comm_year:2016
              • country:IRQ
              • country_lg:Iraq
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1008698
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2559.2391427314433
              • latitude:33.5337
              • longitude:43.026
              • name:Al-Anbar
              • owner:Iraq's Ministry of Electricity
              • source:Metka
              • src_latlon:WRI
              • url:http://www.metka.com/en/activity-sectors/projects/combined-cycle-power-plant-of-1642-6-mw-al-anbar-iraq
            • type:Feature
            • id:0000000000000000035c
              • type:Point
                • 0:19.55380873223337
                • 1:-28.887109113111546
              • cap_year:0
              • capacitymw:75
              • comm_year:0
              • country:ZAF
              • country_lg:South Africa
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1061280
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:40.72450839700578
              • latitude:-28.8871
              • longitude:19.5538
              • name:Konkoonsies II Solar Facility
              • owner:
              • source:NERSA
              • src_latlon:Industry About
              • url:http://www.nersa.org.za/Admin/Document/Editor/file/Consultations/Electricity/Presentations/Ramizone%20(RF)%20Proprietary%20Limited.pdf
            • type:Feature
            • id:00000000000000006218
              • type:Point
                • 0:41.51259873031748
                • 1:45.31161006421325
              • cap_year:0
              • capacitymw:2400
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003819
              • gwh_2013:0
              • gwh_2014:8496
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:45.3116
              • longitude:41.5126
              • name:Stavropolskaya GRES
              • owner:OGK-2 (subsidiary of GazProm)
              • source:OGK-2
              • src_latlon:WRI
              • url:http://www.ogk2.ru/eng/about/branch/stavropolskaya/
            • type:Feature
            • id:0000000000000000622b
              • type:Point
                • 0:39.788003239974486
                • 1:54.03499143306063
              • cap_year:0
              • capacitymw:3070
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003793
              • gwh_2013:0
              • gwh_2014:6323
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:54.035
              • longitude:39.788
              • name:Ryazanskaya GRES
              • owner:OGK-2 (subsidiary of GazProm)
              • source:OGK-2
              • src_latlon:GEODB
              • url:http://www.ogk2.ru/eng/about/branch/ryazanskaya/
            • type:Feature
            • id:0000000000000000656a
              • type:Point
                • 0:32.049989594294665
                • 1:59.487996843955926
              • cap_year:0
              • capacitymw:2595
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003729
              • gwh_2013:0
              • gwh_2014:5796
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:59.488
              • longitude:32.05
              • name:Kirishskaya GRES
              • owner:OGK-2 (subsidiary of GazProm)
              • source:OGK-2
              • src_latlon:GEODB
              • url:http://www.ogk2.ru/eng/about/branch/kirishskaya/
            • type:Feature
            • id:0000000000000000656c
              • type:Point
                • 0:29.97000822292586
                • 1:57.51097773718338
              • cap_year:0
              • capacitymw:440
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003788
              • gwh_2013:0
              • gwh_2014:992
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:57.511
              • longitude:29.97
              • name:Pskovskaya GRES
              • owner:OGK-2 (subsidiary of GazProm)
              • source:OGK-2
              • src_latlon:GEODB
              • url:http://www.ogk2.ru/eng/about/branch/pskovskaya/
            • type:Feature
            • id:000000000000000043af
              • type:Point
                • 0:94.47999625505784
                • 1:56.149981769723716
              • cap_year:0
              • capacitymw:1250
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003741
              • gwh_2013:0
              • gwh_2014:4650
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:56.15
              • longitude:94.48
              • name:Krasnoyarskaya GRES-2
              • owner:OGK-2 (subsidiary of GazProm)
              • source:OGK-2
              • src_latlon:GEODB
              • url:http://www.ogk2.ru/eng/about/branch/krasnoyarskaya/
            • type:Feature
            • id:00000000000000006213
              • type:Point
                • 0:40.231988733168144
                • 1:47.4010169262382
              • cap_year:0
              • capacitymw:1884
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003770
              • gwh_2013:0
              • gwh_2014:10797
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:47.401
              • longitude:40.232
              • name:Novocherkasskaya GRES
              • owner:OGK-2 (subsidiary of GazProm)
              • source:OGK-2
              • src_latlon:GEODB
              • url:http://www.ogk2.ru/eng/about/branch/novocherkasskaya/
            • type:Feature
            • id:0000000000000000627f
              • type:Point
                • 0:60.70720650197374
                • 1:59.63539356450263
              • cap_year:0
              • capacitymw:538
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003804
              • gwh_2013:0
              • gwh_2014:1826
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:59.6354
              • longitude:60.7072
              • name:Serovskaya GRES
              • owner:OGK-2 (subsidiary of GazProm)
              • source:OGK-2
              • src_latlon:WRI
              • url:http://www.ogk2.ru/eng/about/branch/serovskaya/
            • type:Feature
            • id:0000000000000000628e
              • type:Point
                • 0:61.6459853713266
                • 1:54.037011181058375
              • cap_year:0
              • capacitymw:1574
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003839
              • gwh_2013:0
              • gwh_2014:3185
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:54.037
              • longitude:61.646
              • name:Troitskaya GRES
              • owner:OGK-2 (subsidiary of GazProm)
              • source:OGK-2
              • src_latlon:GEODB
              • url:http://www.ogk2.ru/eng/about/branch/troitskaya/
            • type:Feature
            • id:0000000000000000655f
              • type:Point
                • 0:37.13100230729377
                • 1:59.22700051935816
              • cap_year:0
              • capacitymw:1051.6
              • comm_year:0
              • country:RUS
              • country_lg:Russia
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1003684
              • gwh_2013:0
              • gwh_2014:3088
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:0
              • latitude:59.227
              • longitude:37.131
              • name:Cherepovetskaya GRES
              • owner:OGK-2 (subsidiary of GazProm)
              • source:OGK-2
              • src_latlon:GEODB
              • url:http://www.ogk2.ru/eng/about/branch/cherepovetskaya/
            • type:Feature
            • id:0000000000000000099a
              • type:Point
                • 0:129.4010800697944
                • 1:36.03522169358271
              • cap_year:0
              • capacitymw:146
              • comm_year:2007
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029908
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:603.6487295937933
              • latitude:36.0352
              • longitude:129.4011
              • name:FINEX
              • owner:POSCO
              • source:POSCO
              • src_latlon:WRI
              • url:http://www.poscoenc.com/eng/business/business_career.asp?hDEPTH2=2&hDEPTH3=3
            • type:Feature
            • id:0000000000000000099b
              • type:Point
                • 0:129.41701363733222
                • 1:36.032079863364
              • cap_year:0
              • capacitymw:345
              • comm_year:2001
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029901
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:1426.4302171908128
              • latitude:36.0321
              • longitude:129.417
              • name:Pohang Works
              • owner:POSCO
              • source:POSCO
              • src_latlon:WRI
              • url:https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&cad=rja&uact=8&ved=0ahUKEwiYvObH-MnSAhWIj1QKHWrXAP4QFgg4MAQ&url=http%3A%2F%2Fwww.wirefirst.com%2Fnewsdetail.php%3FID%3D3491&usg=AFQjCNEmt7sTXLFCoqa7DjVIvReLVewt0A&sig2=CcA4vO0iHM45ba0Bo70lqw
            • type:Feature
            • id:000000000000000009b0
              • type:Point
                • 0:127.74241813075564
                • 1:34.91049135857062
              • cap_year:0
              • capacitymw:830
              • comm_year:0
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029893
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3431.701681937318
              • latitude:34.9105
              • longitude:127.7424
              • name:Gwangyang Works
              • owner:POSCO
              • source:POSCO
              • src_latlon:WRI
              • url:http://www.poscoenc.com/eng/business/business_career.asp?hDEPTH2=2&hDEPTH3=3
            • type:Feature
            • id:000000000000000009b1
              • type:Point
                • 0:127.74488671164181
                • 1:34.90730464506306
              • cap_year:0
              • capacitymw:500
              • comm_year:2000
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029892
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:2067.2901698417577
              • latitude:34.9073
              • longitude:127.7449
              • name:Gwangyang POSCO
              • owner:POSCO
              • source:POSCO
              • src_latlon:WRI
              • url:http://www.poscoenc.com/eng/business/business_career.asp?hDEPTH2=2&hDEPTH3=3
            • type:Feature
            • id:000000000000000009dd
              • type:Point
                • 0:126.77881880267495
                • 1:37.2951853778662
              • cap_year:0
              • capacitymw:834
              • comm_year:2014
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1029881
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:3448.240003296052
              • latitude:37.2952
              • longitude:126.7788
              • name:Ansan Project
              • owner:POSCO
              • source:POSCO
              • src_latlon:WRI
              • url:http://www.poscoenc.com/eng/business/business_career.asp?hDEPTH2=2&hDEPTH3=3
            • type:Feature
            • id:000000000000000009e2
              • type:Point
                • 0:126.60781347219901
                • 1:37.51111888046977
              • cap_year:0
              • capacitymw:3052
              • comm_year:2015
              • country:KOR
              • country_lg:South Korea
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1000195
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:12618.739196714088
              • latitude:37.5111
              • longitude:126.6078
              • name:Incheon
              • owner:Korea Midland Power (KOMIPO)
              • source:POSCO
              • src_latlon:GEODB
              • url:http://eng.poscoenergy.com/eng/renew/_service/business/generator/incheon_power01.asp
            • type:Feature
            • id:000000000000000012af
              • type:Point
                • 0:-66.69679163093717
                • 1:18.46911429086551
              • cap_year:0
              • capacitymw:247.5
              • comm_year:0
              • country:USA
              • country_lg:United States of America
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026810
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:42.40491549571722
              • latitude:18.4691
              • longitude:-66.6968
              • name:Cambalache
              • owner:PREPA
              • source:PREPA
              • src_latlon:WRI
              • url:http://www.prepa.com/AEEES2_ENG.ASP
            • type:Feature
            • id:000000000000000012b7
              • type:Point
                • 0:-66.10451175142005
                • 1:18.427013765934692
              • cap_year:0
              • capacitymw:864
              • comm_year:2009
              • country:USA
              • country_lg:United States of America
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026816
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:148.03170500323102
              • latitude:18.427
              • longitude:-66.1045
              • name:San Juan CC
              • owner:PREPA
              • source:PREPA
              • src_latlon:WRI
              • url:http://www.prepa.com/sanjuan.asp
            • type:Feature
            • id:000000000000000012b8
              • type:Point
                • 0:-66.14858714105978
                • 1:18.455290237903153
              • cap_year:0
              • capacitymw:602
              • comm_year:1960
              • country:USA
              • country_lg:United States of America
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026814
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:103.14246112493642
              • latitude:18.4553
              • longitude:-66.1486
              • name:Palo Seco
              • owner:PREPA
              • source:PREPA
              • src_latlon:WRI
              • url:http://www.prepa.com/PALOSECO.ASP
            • type:Feature
            • id:000000000000000012d2
              • type:Point
                • 0:-66.23081332621251
                • 1:17.9518792702869
              • cap_year:0
              • capacitymw:1492
              • comm_year:1975
              • country:USA
              • country_lg:United States of America
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026809
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:255.6288239176165
              • latitude:17.9519
              • longitude:-66.2308
              • name:Aguirre
              • owner:PREPA
              • source:PREPA
              • src_latlon:WRI
              • url:http://www.prepa.com/aguirre.asp
            • type:Feature
            • id:000000000000000012d6
              • type:Point
                • 0:-66.75338945816293
                • 1:18.000308338943988
              • cap_year:0
              • capacitymw:990
              • comm_year:1962
              • country:USA
              • country_lg:United States of America
              • fuel1:Oil
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026811
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:169.61966198286888
              • latitude:18.0003
              • longitude:-66.7534
              • name:Costa Sur
              • owner:PREPA
              • source:PREPA
              • src_latlon:WRI
              • url:http://www.prepa.com/costasur.asp
            • type:Feature
            • id:000000000000000012b2
              • type:Point
                • 0:-66.48790480468129
                • 1:18.131816375241748
              • cap_year:0
              • capacitymw:8.64
              • comm_year:1929
              • country:USA
              • country_lg:United States of America
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026823
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:24.087370732040622
              • latitude:18.1318
              • longitude:-66.4879
              • name:Toro Negro 1
              • owner:PREPA
              • source:PREPA
              • src_latlon:WRI
              • url:http://www.prepa.com/historia_eng.asp
            • type:Feature
            • id:00000000000000006c00
              • type:Point
                • 0:11.480920868527072
                • 1:51.65559364184803
              • cap_year:0
              • capacitymw:2.5
              • comm_year:0
              • country:DEU
              • country_lg:Germany
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1030114
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:23.154600436364802
              • latitude:51.6556
              • longitude:11.4809
              • name:Walbeck Solar Power Plant
              • owner:
              • source:Ranft
              • src_latlon:Industry About
              • url:http://www.ranft-een.de/referenzen-erfahrung/freiflachenanlagen-deutschland
            • type:Feature
            • id:000000000000000045d3
              • type:Point
                • 0:135.40861851429338
                • 1:34.58418984871235
              • cap_year:0
              • capacitymw:28
              • comm_year:0
              • country:JPN
              • country_lg:Japan
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026551
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:345.0681418154387
              • latitude:34.5842
              • longitude:135.4086
              • name:Sakai Solar Power Plant
              • owner:Kansai Electric Power Co Inc
              • source:SHARP
              • src_latlon:Industry About
              • url:http://www.sharp-world.com/corporate/news/080623_1.html
            • type:Feature
            • id:00000000000000000273
              • type:Point
                • 0:44.06551531618098
                • 1:35.68010511228993
              • cap_year:0
              • capacitymw:320
              • comm_year:2012
              • country:IRQ
              • country_lg:Iraq
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1008695
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:498.57331405945575
              • latitude:35.6801
              • longitude:44.0655
              • name:DIBIS
              • owner:Iraq's Ministry of Electricity
              • source:SUNIR
              • src_latlon:WRI
              • url:http://www.sunir.com/Highlights/The-official-commencement-of-DIBIS-Power-Plant
            • type:Feature
            • id:0000000000000000053a
              • type:Point
                • 0:99.1214220371695
                • 1:17.180021352125635
              • cap_year:0
              • capacitymw:10.2
              • comm_year:0
              • country:THA
              • country_lg:Thailand
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026336
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:13.603273952816558
              • latitude:17.18
              • longitude:99.1214
              • name:Wang Man 2 Solar Power Plant
              • owner:Soleq Private Limited
              • source:Soleq
              • src_latlon:WRI
              • url:http://www.soleq.com
            • type:Feature
            • id:0000000000000000460c
              • type:Point
                • 0:139.78689357394302
                • 1:35.51740319024919
              • cap_year:0
              • capacitymw:7
              • comm_year:0
              • country:JPN
              • country_lg:Japan
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026589
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:86.26703545385968
              • latitude:35.5174
              • longitude:139.7869
              • name:Ukishima Solar Power Plant
              • owner:Tokyo Electric Power Co Inc (TEPCO)
              • source:TEPCO
              • src_latlon:Industry About
              • url:http://www.tepco.co.jp/en/challenge/energy/megasolar/index-e.html
            • type:Feature
            • id:00000000000000004611
              • type:Point
                • 0:139.72679485018782
                • 1:35.488812535258866
              • cap_year:0
              • capacitymw:13
              • comm_year:0
              • country:JPN
              • country_lg:Japan
              • fuel1:Solar
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026535
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:160.21020870002513
              • latitude:35.4888
              • longitude:139.7268
              • name:Ogishima Solar Power Plant
              • owner:Tokyo Electric Power Co Inc (TEPCO)
              • source:TEPCO
              • src_latlon:Industry About
              • url:http://www.tepco.co.jp/en/challenge/energy/megasolar/index-e.html
            • type:Feature
            • id:0000000000000000002e
              • type:Point
                • 0:7.48581444569448
                • 1:44.59468929159071
              • cap_year:0
              • capacitymw:140
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002982
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:21
              • gwh_2016:0
              • gwh_estimt:339.8744900591512
              • latitude:44.5947
              • longitude:7.4858
              • name:VERZUOLO
              • owner:
              • source:TERNA
              • src_latlon:GEODB
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000009b
              • type:Point
                • 0:15.201386446954901
                • 1:37.13131649031565
              • cap_year:0
              • capacitymw:480
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002874
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:2085
              • gwh_2016:0
              • gwh_estimt:1165.2839659170897
              • latitude:37.1313
              • longitude:15.2014
              • name:CTE NUCE NORD
              • owner:ERG
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.borsaitaliana.it/bitApp/view.bit?lang=it&target=DocViewerDownload&filename=db%2Fpdf%2Fnew%2F8318.pdf
            • type:Feature
            • id:000000000000000000a9
              • type:Point
                • 0:12.63370325906344
                • 1:41.561611281729476
              • cap_year:0
              • capacitymw:787
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002862
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:790.96
              • gwh_2016:0
              • gwh_estimt:1910.5801691182285
              • latitude:41.5616
              • longitude:12.6337
              • name:CCGT APRILIA
              • owner:
              • source:TERNA
              • src_latlon:GEODB
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000000ab
              • type:Point
                • 0:12.422796684809805
                • 1:41.8117009671394
              • cap_year:0
              • capacitymw:223
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002966
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:541.3715091656479
              • latitude:41.8117
              • longitude:12.4228
              • name:TOR DI VALLE
              • owner:GDF Suez
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068d3
              • type:Point
                • 0:12.255202484285633
                • 1:45.445811097841336
              • cap_year:0
              • capacitymw:752.5
              • comm_year:1992
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002905
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:2165
              • gwh_2016:0
              • gwh_estimt:1826.8253840679376
              • latitude:45.4458
              • longitude:12.2552
              • name:LEVANTE
              • owner:
              • source:TERNA
              • src_latlon:GEODB
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:00000000000000006959
              • type:Point
                • 0:7.901613233497349
                • 1:45.18557778915383
              • cap_year:0
              • capacitymw:1123
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Gas
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002871
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:365.13
              • gwh_2016:0
              • gwh_estimt:2726.278945260191
              • latitude:45.1856
              • longitude:7.9016
              • name:CHIVASSO
              • owner:
              • source:TERNA
              • src_latlon:GEODB
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000004e
              • type:Point
                • 0:9.874278661252518
                • 1:44.111789986973804
              • cap_year:0
              • capacitymw:1151
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Coal
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002900
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:938
              • gwh_2016:0
              • gwh_estimt:6311.03406010607
              • latitude:44.1118
              • longitude:9.8743
              • name:La Spezia
              • owner:ENEL
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000000e5
              • type:Point
                • 0:14.388415436217276
                • 1:41.954699125379896
              • cap_year:0
              • capacitymw:105.24
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002913
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:15178
              • latitude:41.9547
              • longitude:14.3884
              • name:MONTEFERRANTE
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000019a
              • type:Point
                • 0:26.226517517323714
                • 1:35.21318425849964
              • cap_year:0
              • capacitymw:4.5
              • comm_year:2006
              • country:GRC
              • country_lg:Greece
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026624
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:77.22958827634335
              • latitude:35.2132
              • longitude:26.2265
              • name:Chonos
              • owner:TERNA
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna-energy.com/activities/?catid=67e8558e-78c1-44cc-9d53-56994d9e6f7e&countryId=5a53c3a7-cff0-49a4-ba90-5538b3418e40
            • type:Feature
            • id:000000000000000001aa
              • type:Point
                • 0:23.498600988277648
                • 1:38.23270751513155
              • cap_year:0
              • capacitymw:14.45
              • comm_year:2006
              • country:GRC
              • country_lg:Greece
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026634
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:247.99278902070247
              • latitude:38.2327
              • longitude:23.4986
              • name:PERDIKOKORIFI
              • owner:TERNA
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna-energy.com/activities/?catid=67e8558e-78c1-44cc-9d53-56994d9e6f7e&countryId=5a53c3a7-cff0-49a4-ba90-5538b3418e40
            • type:Feature
            • id:000000000000000001af
              • type:Point
                • 0:23.427820041778823
                • 1:38.21179190253266
              • cap_year:0
              • capacitymw:32.2
              • comm_year:2014
              • country:GRC
              • country_lg:Greece
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026626
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:552.6206094440568
              • latitude:38.2118
              • longitude:23.4278
              • name:GOURI MELES
              • owner:TERNA
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna-energy.com/activities/?EntryId=ca636671-633e-442f-a6f1-3ca8d8256446&catid=67e8558e-78c1-44cc-9d53-56994d9e6f7e&countryId=5a53c3a7-cff0-49a4-ba90-5538b3418e40
            • type:Feature
            • id:000000000000000001b3
              • type:Point
                • 0:24.20169770793783
                • 1:38.34891034993527
              • cap_year:0
              • capacitymw:5.4
              • comm_year:2001
              • country:GRC
              • country_lg:Greece
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026632
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:92.67550593161202
              • latitude:38.3489
              • longitude:24.2017
              • name:Pyrgari
              • owner:TERNA
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna-energy.com/activities/?EntryId=b3776bd7-f4c3-42cd-9f01-93d454cd36b3&catid=67e8558e-78c1-44cc-9d53-56994d9e6f7e&countryId=5a53c3a7-cff0-49a4-ba90-5538b3418e40
            • type:Feature
            • id:000000000000000001b4
              • type:Point
                • 0:24.238591771363346
                • 1:38.28629816200511
              • cap_year:0
              • capacitymw:11.2
              • comm_year:2001
              • country:GRC
              • country_lg:Greece
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026627
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:192.21586415445452
              • latitude:38.2863
              • longitude:24.2386
              • name:TSIKNA PRINIAS PROFITIS ILIAS PYRGARI
              • owner:TERNA
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna-energy.com/activities/?EntryId=3a45cd7b-b8c9-4893-bfc2-4d24069c1e4e&catid=67e8558e-78c1-44cc-9d53-56994d9e6f7e&countryId=5a53c3a7-cff0-49a4-ba90-5538b3418e40
            • type:Feature
            • id:000000000000000001b5
              • type:Point
                • 0:24.19258640030355
                • 1:38.331316100710445
              • cap_year:0
              • capacitymw:21
              • comm_year:2000
              • country:GRC
              • country_lg:Greece
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026637
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:360.40474528960226
              • latitude:38.3313
              • longitude:24.1926
              • name:TSILIKOKA
              • owner:TERNA
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna-energy.com/activities/?EntryId=09fa7ebf-932b-426b-b7cf-e8fe2170979c&catid=67e8558e-78c1-44cc-9d53-56994d9e6f7e&countryId=5a53c3a7-cff0-49a4-ba90-5538b3418e40
            • type:Feature
            • id:000000000000000001c9
              • type:Point
                • 0:25.981095693953026
                • 1:41.05568684993825
              • cap_year:0
              • capacitymw:26
              • comm_year:2005
              • country:GRC
              • country_lg:Greece
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026621
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:446.21539892998373
              • latitude:41.0557
              • longitude:25.9811
              • name:DIDIMOS LOFOS
              • owner:TERNA
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna-energy.com/activities/?EntryId=4b05f806-1cbf-4aa4-b3e9-00a780fc0e5d&catid=67e8558e-78c1-44cc-9d53-56994d9e6f7e&countryId=5a53c3a7-cff0-49a4-ba90-5538b3418e40
            • type:Feature
            • id:000000000000000001ca
              • type:Point
                • 0:25.934596606716006
                • 1:41.09311951282983
              • cap_year:0
              • capacitymw:34.2
              • comm_year:2006
              • country:GRC
              • country_lg:Greece
              • fuel1:Wind
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1026633
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:586.9448709002094
              • latitude:41.0931
              • longitude:25.9346
              • name:MYTOULA
              • owner:TERNA
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna-energy.com/activities/?EntryId=a1aad68d-4698-449d-a019-95fc4ccc3433&catid=67e8558e-78c1-44cc-9d53-56994d9e6f7e&countryId=5a53c3a7-cff0-49a4-ba90-5538b3418e40
            • type:Feature
            • id:0000000000000000002c
              • type:Point
                • 0:7.381685215588408
                • 1:44.225614007469055
              • cap_year:0
              • capacitymw:125
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002881
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:24
              • gwh_2016:0
              • gwh_estimt:562.7539378579786
              • latitude:44.2256
              • longitude:7.3817
              • name:ENTRACQUE ROVINA
              • owner:
              • source:TERNA
              • src_latlon:GEODB
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000002d
              • type:Point
                • 0:7.384198679763381
                • 1:44.225614007469055
              • cap_year:0
              • capacitymw:1064
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002882
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:508.6
              • gwh_2016:0
              • gwh_estimt:4790.161519047114
              • latitude:44.2256
              • longitude:7.3842
              • name:ENTRACQUE_CHRO
              • owner:
              • source:TERNA
              • src_latlon:GEODB
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000006e
              • type:Point
                • 0:9.140212472293546
                • 1:40.127186253729484
              • cap_year:0
              • capacitymw:240
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002961
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:239
              • gwh_2016:0
              • gwh_estimt:1080.4875606873188
              • latitude:40.1272
              • longitude:9.1402
              • name:TALORO1
              • owner:
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000009c
              • type:Point
                • 0:15.139402625068485
                • 1:37.11830033655238
              • cap_year:0
              • capacitymw:500
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002846
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:430
              • gwh_2016:0
              • gwh_estimt:2251.0157514319144
              • latitude:37.1183
              • longitude:15.1394
              • name:ANAPO C.LE
              • owner:
              • source:TERNA
              • src_latlon:GEODB
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000000d4
              • type:Point
                • 0:11.088820457231105
                • 1:44.17049732877497
              • cap_year:0
              • capacitymw:281
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002852
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:72
              • gwh_2016:0
              • gwh_estimt:1265.0708523047358
              • latitude:44.1705
              • longitude:11.0888
              • name:BARGI CENTRALE
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000000d9
              • type:Point
                • 0:13.511081789284777
                • 1:42.78499508560931
              • cap_year:0
              • capacitymw:490
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002944
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:424
              • gwh_2016:0
              • gwh_estimt:2205.995436403276
              • latitude:42.785
              • longitude:13.5111
              • name:S.GIACOMO
              • owner:
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000000df
              • type:Point
                • 0:12.720821722699597
                • 1:42.542715092457335
              • cap_year:0
              • capacitymw:295
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002886
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:731
              • gwh_2016:0
              • gwh_estimt:1328.0992933448294
              • latitude:42.5427
              • longitude:12.7208
              • name:GALLETO
              • owner:
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000000e8
              • type:Point
                • 0:13.638281029854006
                • 1:42.58311005241228
              • cap_year:0
              • capacitymw:110
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002914
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:267
              • gwh_2016:0
              • gwh_estimt:495.22346531502114
              • latitude:42.5831
              • longitude:13.6383
              • name:MONTORIO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000000ff
              • type:Point
                • 0:14.145417310443884
                • 1:41.46861310725543
              • cap_year:0
              • capacitymw:113
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002859
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:48
              • gwh_2016:0
              • gwh_estimt:508.7295598236126
              • latitude:41.4686
              • longitude:14.1454
              • name:CAPRIATI
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:00000000000000000101
              • type:Point
                • 0:14.090300631749802
                • 1:41.38158441019695
              • cap_year:0
              • capacitymw:1005
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002929
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:620.95
              • gwh_2016:0
              • gwh_estimt:4524.541660378148
              • latitude:41.3816
              • longitude:14.0903
              • name:PRESENZANO
              • owner:
              • source:TERNA
              • src_latlon:GEODB
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:00000000000000000109
              • type:Point
                • 0:16.38379180812489
                • 1:39.49289561585921
              • cap_year:0
              • capacitymw:101.44
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002915
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:401
              • gwh_2016:0
              • gwh_estimt:456.6860756505068
              • latitude:39.4929
              • longitude:16.3838
              • name:MUCONE 1S
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000010d
              • type:Point
                • 0:16.780784497904293
                • 1:39.17561564705758
              • cap_year:0
              • capacitymw:395
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002965
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:590.91
              • gwh_2016:0
              • gwh_estimt:1778.3024436312123
              • latitude:39.1756
              • longitude:16.7808
              • name:TIMPAGRANDE
              • owner:
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068c2
              • type:Point
                • 0:12.303317369920853
                • 1:45.97669063822695
              • cap_year:0
              • capacitymw:210
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002883
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:257
              • gwh_2016:0
              • gwh_estimt:945.426615601404
              • latitude:45.9767
              • longitude:12.3033
              • name:FADALTO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068c3
              • type:Point
                • 0:12.30309295347666
                • 1:46.20828840863528
              • cap_year:0
              • capacitymw:213.5
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002957
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:471
              • gwh_2016:0
              • gwh_estimt:961.1837258614273
              • latitude:46.2083
              • longitude:12.3031
              • name:SOVERZENE
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068c4
              • type:Point
                • 0:13.043622336028422
                • 1:46.370586381076464
              • cap_year:0
              • capacitymw:220
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002954
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:302
              • gwh_2016:0
              • gwh_estimt:990.4469306300423
              • latitude:46.3706
              • longitude:13.0436
              • name:SOMPLAGO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068d9
              • type:Point
                • 0:11.099996396151974
                • 1:44.54998553590724
              • cap_year:0
              • capacitymw:139
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002931
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:152.8
              • gwh_2016:0
              • gwh_estimt:625.7823788980721
              • latitude:44.55
              • longitude:11.1
              • name:PROVVIDENZA
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068e5
              • type:Point
                • 0:10.660903181441755
                • 1:45.68907852334776
              • cap_year:0
              • capacitymw:137.2
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002888
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:270
              • gwh_2016:0
              • gwh_estimt:617.6787221929172
              • latitude:45.6891
              • longitude:10.6609
              • name:GARGNANO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068e7
              • type:Point
                • 0:10.87557995195785
                • 1:45.86950934447985
              • cap_year:0
              • capacitymw:110
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002967
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:248.79
              • gwh_2016:0
              • gwh_estimt:495.22346531502114
              • latitude:45.8695
              • longitude:10.8756
              • name:TORBOLE
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068e8
              • type:Point
                • 0:10.84119935270731
                • 1:45.88580197832833
              • cap_year:0
              • capacitymw:117
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002934
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:526.737685835068
              • latitude:45.8858
              • longitude:10.8412
              • name:RIVA DEL GARDA - NUOVO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068ea
              • type:Point
                • 0:10.640301751864735
                • 1:45.94222027239872
              • cap_year:0
              • capacitymw:229.9
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002872
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:272
              • gwh_2016:0
              • gwh_estimt:1035.0170425083943
              • latitude:45.9422
              • longitude:10.6403
              • name:CIMEGO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068eb
              • type:Point
                • 0:10.98258171254961
                • 1:46.06771394799208
              • cap_year:0
              • capacitymw:377
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002945
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:583.21
              • gwh_2016:0
              • gwh_estimt:1697.2658765796634
              • latitude:46.0677
              • longitude:10.9826
              • name:S.MASSENZA 1 (Molveno)
              • owner:
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068ec
              • type:Point
                • 0:11.064314181525107
                • 1:46.334589983427726
              • cap_year:0
              • capacitymw:161
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002960
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:377.9
              • gwh_2016:0
              • gwh_estimt:724.8270719610764
              • latitude:46.3346
              • longitude:11.0643
              • name:TAIO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068ed
              • type:Point
                • 0:11.333613914558052
                • 1:46.49271381000692
              • cap_year:0
              • capacitymw:121
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002860
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:645
              • gwh_2016:0
              • gwh_estimt:544.7458118465233
              • latitude:46.4927
              • longitude:11.3336
              • name:CARDANO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068ee
              • type:Point
                • 0:11.155920974045145
                • 1:46.612417541340065
              • cap_year:0
              • capacitymw:120
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002901
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:167
              • gwh_2016:0
              • gwh_estimt:540.2437803436594
              • latitude:46.6124
              • longitude:11.1559
              • name:LANA
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068ef
              • type:Point
                • 0:11.005113123546698
                • 1:46.64868323872183
              • cap_year:0
              • capacitymw:175
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002868
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:334
              • gwh_2016:0
              • gwh_estimt:787.85551300117
              • latitude:46.6487
              • longitude:11.0051
              • name:CENTRALE NATURNO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068f2
              • type:Point
                • 0:10.546585444769267
                • 1:46.68791123316695
              • cap_year:0
              • capacitymw:101.6
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002950
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:201
              • gwh_2016:0
              • gwh_estimt:457.406400690965
              • latitude:46.6879
              • longitude:10.5466
              • name:SELED GLORENZA
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068f9
              • type:Point
                • 0:9.869206849613732
                • 1:46.26928479816725
              • cap_year:0
              • capacitymw:188
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002902
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:365
              • gwh_2016:0
              • gwh_estimt:846.3819225383997
              • latitude:46.2693
              • longitude:9.8692
              • name:LANZADA
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068fa
              • type:Point
                • 0:9.869117083036054
                • 1:46.16901553090132
              • cap_year:0
              • capacitymw:144
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002955
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:392
              • gwh_2016:0
              • gwh_estimt:648.2925364123913
              • latitude:46.169
              • longitude:9.8691
              • name:SONDRIO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068fb
              • type:Point
                • 0:9.935005751051447
                • 1:46.15959004024516
              • cap_year:0
              • capacitymw:327.1
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002981
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:542
              • gwh_2016:0
              • gwh_estimt:1472.6145045867584
              • latitude:46.1596
              • longitude:9.935
              • name:VENINA
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068fe
              • type:Point
                • 0:10.265301873616352
                • 1:46.28598138161529
              • cap_year:0
              • capacitymw:655
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002891
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:1381
              • gwh_2016:0
              • gwh_estimt:2948.8306343758077
              • latitude:46.286
              • longitude:10.2653
              • name:GROSIO
              • owner:
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:000000000000000068ff
              • type:Point
                • 0:10.348021774946309
                • 1:46.17099039561022
              • cap_year:0
              • capacitymw:950
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002877
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:470.34
              • gwh_2016:0
              • gwh_estimt:4276.929927720637
              • latitude:46.171
              • longitude:10.348
              • name:EDOLO
              • owner:
              • source:TERNA
              • src_latlon:GEODB
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:00000000000000006900
              • type:Point
                • 0:10.349592690055669
                • 1:46.07669060575985
              • cap_year:0
              • capacitymw:130
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002863
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:282.4
              • gwh_2016:0
              • gwh_estimt:585.2640953722977
              • latitude:46.0767
              • longitude:10.3496
              • name:CEDEGOLO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:00000000000000006901
              • type:Point
                • 0:10.352106154230643
                • 1:46.04419510464054
              • cap_year:0
              • capacitymw:544
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002942
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:366
              • gwh_2016:0
              • gwh_estimt:2449.1051375579227
              • latitude:46.0442
              • longitude:10.3521
              • name:S.FIORANO
              • owner:
              • source:TERNA
              • src_latlon:GEODB
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:00000000000000006907
              • type:Point
                • 0:9.35951222156004
                • 1:46.43939246286639
              • cap_year:0
              • capacitymw:117.6
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002895
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:205
              • gwh_2016:0
              • gwh_estimt:529.4389047367863
              • latitude:46.4394
              • longitude:9.3595
              • name:ISOLATO SPLUGA
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:00000000000000006909
              • type:Point
                • 0:9.382312932290162
                • 1:46.30631351145927
              • cap_year:0
              • capacitymw:164.34
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002908
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:484.6
              • gwh_2016:0
              • gwh_estimt:739.8638571806416
              • latitude:46.3063
              • longitude:9.3823
              • name:MESE
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:00000000000000006946
              • type:Point
                • 0:8.733884058435669
                • 1:46.07018252887821
              • cap_year:0
              • capacitymw:1000
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002936
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:508.6
              • gwh_2016:0
              • gwh_estimt:4502.031502863829
              • latitude:46.0702
              • longitude:8.7339
              • name:RONCOVALGRANDE
              • owner:
              • source:TERNA
              • src_latlon:GEODB
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000695a
              • type:Point
                • 0:7.369297427868892
                • 1:45.483692593621306
              • cap_year:0
              • capacitymw:135
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002938
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:451
              • gwh_2016:0
              • gwh_estimt:607.7742528866169
              • latitude:45.4837
              • longitude:7.3693
              • name:ROSONE
              • owner:
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000695c
              • type:Point
                • 0:7.325491337962199
                • 1:45.82489535537405
              • cap_year:0
              • capacitymw:130
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002979
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:390
              • gwh_2016:0
              • gwh_estimt:585.2640953722977
              • latitude:45.8249
              • longitude:7.3255
              • name:VALPELLINE
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000695d
              • type:Point
                • 0:7.13989893861366
                • 1:45.70891693701452
              • cap_year:0
              • capacitymw:126.5
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002850
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:288
              • gwh_2016:0
              • gwh_estimt:569.5069851122744
              • latitude:45.7089
              • longitude:7.1399
              • name:AVISE
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000696b
              • type:Point
                • 0:7.008480668893582
                • 1:45.16228336224648
              • cap_year:0
              • capacitymw:230
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002980
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:345
              • gwh_2016:0
              • gwh_estimt:1035.4672456586804
              • latitude:45.1623
              • longitude:7.0085
              • name:VENAUS
              • owner:
              • source:TERNA
              • src_latlon:WRI
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:0000000000000000696c
              • type:Point
                • 0:6.857313752084423
                • 1:45.0252995647104
              • cap_year:0
              • capacitymw:150
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Hydro
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002922
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:0
              • gwh_2016:0
              • gwh_estimt:675.3047254295743
              • latitude:45.0253
              • longitude:6.8573
              • name:PONT VENTOUX
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
            • type:Feature
            • id:00000000000000000105
              • type:Point
                • 0:14.376207181653117
                • 1:40.95070483734425
              • cap_year:0
              • capacitymw:105
              • comm_year:0
              • country:ITA
              • country_lg:Italy
              • fuel1:Other
              • fuel2:
              • fuel3:
              • fuel4:
              • gppd_idnr:WRI1002921
              • gwh_2013:0
              • gwh_2014:0
              • gwh_2015:1.5
              • gwh_2016:0
              • gwh_estimt:180.46021840873635
              • latitude:40.9507
              • longitude:14.3762
              • name:POMIGLIANO D'ARCO
              • owner:
              • source:TERNA
              • src_latlon:CARMA
              • url:http://www.terna.it/en-gb/sistemaelettrico/transparencyreport/generation/installedgenerationcapacity.aspx
      " + ".eerepr details summary {\n", + " list-style-type: none;\n", + "}\n", + "
      • World
      " ], "text/plain": [ - "" + "" ] }, - "execution_count": 8, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "from IPython.display import display\n", + "\n", + "display(ee.String(\"Hello\"))\n", + "display(ee.String(\"World\"))" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "If you want to go back to string reprs, `eerepr.reset()` will remove the registered methods." + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 6, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "fc" + "eerepr.reset()\n", + "\n", + "ee.ImageCollection(\"COPERNICUS/S2_SR_HARMONIZED\").limit(3)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Configuration\n", + "\n", + "`eerepr.initialize` accepts configuration parameters to modify caching, error handling, and performance.\n", + "\n", + "### Caching\n", + "\n", + "By default, `eerepr` keeps an unbounded cache of all computed objects in-memory to speed up future requests. If you have limited memory or are accessing datasets that change rapidly, you can reduce the cache size or disable it completely with the `max_cache_size` parameter." + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": {}, + "outputs": [], + "source": [ + "# Default unbounded cache\n", + "eerepr.initialize(max_cache_size=None)\n", + "\n", + "# Keep a maximum of 100 objects in the cache\n", + "eerepr.initialize(max_cache_size=100)\n", + "\n", + "# Disable caching\n", + "eerepr.initialize(max_cache_size=0)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Running `eerepr.initialize()` or `eerepr.reset()` will both clear the existing cache." + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Error Handling\n", + "\n", + "By default, a warning will be raised when a server-side error is encountered. To throw the error instead, you can adjust the `on_error` parameter from `\"warn\"` to `\"raise\"`." + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [], + "source": [ + "# Server errors will raise a warning\n", + "eerepr.initialize(on_error=\"warn\")\n", + "\n", + "# Server errors will raise an exception\n", + "eerepr.initialize(on_error=\"raise\")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Large Objects\n", + "\n", + "Displaying an object requires fetching data from the server, which may be slow. Large objects with hundreds of images or features can also create huge reprs that lock up your IDE. To avoid that, `eerepr` sets a default maximum repr size of 100 megabytes and falls back to the string repr with a warning when that limit is exceeded. You can display larger objects by increasing `max_repr_mbs`, but you may run into performance issues." + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [], + "source": [ + "# Display reprs up to 500 MB\n", + "eerepr.initialize(max_repr_mbs=500)" ] } ], "metadata": { "kernelspec": { - "display_name": "Python 3.8.13 ('eerepr')", + "display_name": "test", "language": "python", "name": "python3" }, @@ -786,14 +667,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.13" + "version": "3.10.13" }, - "orig_nbformat": 4, - "vscode": { - "interpreter": { - "hash": "d36efdd541cf2b2978c22bb1c3426113f56ad726cfd18ca7d3e04ddebc729720" - } - } + "orig_nbformat": 4 }, "nbformat": 4, "nbformat_minor": 2