<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>IICST</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>MONITORING SURFACE WATER DYNAMIC USING CLOUD COMPUTING PLATFORM OF GOOGLE EARTH ENGINE</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Fatwa Ramdani</string-name>
          <email>fatwaramdani@ub.ac.id</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Putri Setiani</string-name>
          <email>psetiani@ub.ac.id</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Environmental Engineering, Brawijaya University</institution>
          ,
          <country country="ID">Indonesia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Geoinformatics Research Group, Brawijaya University</institution>
          ,
          <country country="ID">Indonesia</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2020</year>
      </pub-date>
      <volume>5</volume>
      <fpage>20</fpage>
      <lpage>25</lpage>
      <abstract>
        <p>Water is important resources and the pattern of water dynamics is needed to be monitored. Cloud computing platform named Google Earth Engine (GEE) has benefited the scientists with a limited computing system to monitor large scale water reservoir in multi-period with large size to monitor any reservoir whole over the world. This study introduced the novel and reproducible series of steps to monitor the surface water dynamics using GEE platform study case Selorejo reservoir located in East Java, Indonesia. This study found that during 2017 and 2018 the surface water condition of Selorejo reservoir is relatively in good condition while in 2019 the surface water experienced dramatic decreased due to long dry seasons. The novel procedure proposed in this study is efficient to be applied in any other large scale reservoir. Water level is an important indicator in a major water body such as large reservoirs and rivers. Changes in water level condition determine the functionality of the water body, both regarding its service for the natural ecosystem and other services that are related to human activities. Selorejo reservoir, the area of interest in this study, is situated in Malang Regency, East Java, Indonesia. Located about 600 meters above sea level, this reservoir is used for electricity generation with a capacity average of 4.5 MW. Water levels in reservoirs are mainly influenced by two factors, (1) seasonal variation, and (2) by the operator of a hydropower plant, who discharges water through the turbines or stores water in the reservoir, in a fashion that maximizes profit (Hirsch et al., 2014). Dynamics of water level in a hydropower plant may significantly impact the capacity of electricity generation. A previous study in using Google Earth Engine (GEE) for water environment has been done by Hird et al. (2017), where a workflow was developed to predict the probability of wetland occurrence within northeastern Alberta, Canada. The study found that the GEE is effective and efficient to support the Alberta Merged Wetland Inventory. This study aims to propose novel and reproducible series of steps to monitor the surface water dynamics of reservoir using cloud computing of GEE platform.</p>
      </abstract>
      <kwd-group>
        <kwd>big data</kwd>
        <kwd>reservoir</kwd>
        <kwd>water dynamic</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. INTRODUCTION</title>
    </sec>
    <sec id="sec-2">
      <title>2. STUDY AREA</title>
      <p>
        The study area is Selorejo reservoir located in Malang Regency, East Java, Indonesia. Situated between Kelud
Mountain, Anjasmoro Mountain, and Kawi Mountain, and in relatively high elevation, approximately 600 meters
above sea level, make the cool climate around the reservoir. The Selorejo Hydroelectric Power Plant (PLTA) is
located at Pandansari Village, Ngantang District. It was built in 1970 and started operating since July 24, 1973
with a capacity of 4.5 Mega Watt (MW)
        <xref ref-type="bibr" rid="ref1">(ESDM, 2015)</xref>
        .
      </p>
      <p>
        The Selorejo reservoir is used as the source of electric power generation. Electricity generated from the Selorejo
hydropower plant sent through a 70 kV transmission network is used to meet the electricity needs of the Malang
area
        <xref ref-type="bibr" rid="ref1">(ESDM, 2015)</xref>
        . Therefore monitoring the surface water level dynamics is very important for a sustainable
energy source.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. DATA AND METHOD</title>
      <p>To access the GEE, the user could enter the URL address, https://code.earthengine.google.com/. When using GEE
platform user have to import the dataset that will be used in the analysis. In this study, we import the Sentinel-2
MSI Level-1c. Then we define the boundary of the study area. The Selorejo boundary is in shapefile format derived
from http://tanahair.indonesia.go.id/. To import the shapefile we used “importing Table data” module within the
GEE platform. Next step is filtering the dataset, we only use data with the cloud-free condition. The result then
will be printed in the console window as shown in Fig. 1, while Fig.2 summarized the procedures proposed in this
study.
,
(1)</p>
      <p>NIR is for Near-infrared band, while GREEN is for the green band of Sentinel-2 optical data. NIR band is
represented by Band 8, while the green band is represented by Band 3 of Sentinel-2 optical data. Then we stack
together all NDWI of each period into a single visualization of surface water dynamics of Selorejo reservoir. The
customized code compiled by the authors that used to create these surface water dynamics visualizations is
available in the URL https://tinyurl.com/y7w3qdvd . The main window will produce seven different layers as
shown in Fig. 3.</p>
      <sec id="sec-3-1">
        <title>User inputs</title>
      </sec>
      <sec id="sec-3-2">
        <title>Pre-processing</title>
      </sec>
      <sec id="sec-3-3">
        <title>Processing</title>
      </sec>
      <sec id="sec-3-4">
        <title>Import Data</title>
      </sec>
      <sec id="sec-3-5">
        <title>Define ROI/Bound</title>
      </sec>
      <sec id="sec-3-6">
        <title>Search the cloudfree datasets</title>
      </sec>
      <sec id="sec-3-7">
        <title>Visualize dataset in true colour</title>
      </sec>
      <sec id="sec-3-8">
        <title>Calculate the NDWI images</title>
      </sec>
      <sec id="sec-3-9">
        <title>Stack all data into single dataset</title>
      </sec>
      <sec id="sec-3-10">
        <title>Output</title>
      </sec>
      <sec id="sec-3-11">
        <title>Water dynamics</title>
        <p>No physical space
required and
timeefficient
Automatic filtering
process
Manageable
visualization
No physical space
required and
timeeffective</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. RESULT</title>
      <p>Fig. 3 shows the result of surface water dynamics based on three different periods of NDWI images. The colorful
images represented the changes over the period of analysis. It is clearly seen that the Selorejo reservoir experienced
changed amount of water. While Fig. 4 to Fig. 6 showed the NDWI images of each period of analysis.</p>
      <p>Furthermore, the NDWI image for each period shows the contrast surface water condition between 2019, 2018,
and 2017. Surface water is represented in bright color while the non-water is represented in black color. The
reservoir in the year 2019 experienced dramatic changed as shown in Fig. 6 where the image is dominated by black
colour.</p>
    </sec>
    <sec id="sec-5">
      <title>Surface water dynamic showed in color within the GEE platform (non-water surface in black)</title>
      <p>Layer panel in the top right of the main image window is generated with seven different layers to evaluate the
result of each period of analysis using the visual method. That is surface water dynamic image, NDWI image of
the year 2017, 2018, and 2019, as well as the true-colour image of the year 2017, 2018, and 2019. Transparency
scale bar also provided next to layer caption to make visual assessment easier. This series of step that proposed in
this study is reproducible and easy to use for any location.</p>
    </sec>
    <sec id="sec-6">
      <title>NDWI image of the year 2017 Fig. 5. NDWI image of the year 2018 Fig. 6.</title>
    </sec>
    <sec id="sec-7">
      <title>NDWI image of the year 2019</title>
      <p>Histogram of each period also produced and shown in Fig. 7. It is clearly shown that during 2017 and 2018 the
surface water condition of Selorjeo reservoir is relatively in good condition while in 2019 the surface water
experienced dramatic decreased due to long drought seasons.</p>
    </sec>
    <sec id="sec-8">
      <title>Histogram of surface water dynamics</title>
      <p>To proof the proposed method is efficient and effective to monitor the surface water dynamic, we then applied
the proposed method on the largest reservoir in Java Island, Jatiluhur reservoir. Located in Purwakarta, West Java
Province, Jatiluhur reservoir covers more than 83 square kilometers of surface water. Figure 8 shows the histogram
of Jatiluhur reservoir for three different periods, 2017 to 2019. While Figure 9 shows the surface water dynamic
of Jatiluhur reservoir. It is clearly shown that Jatiluhur reservoir also experienced decrease in water capacity in the
year 2019, it is consistent with the Selorejo reservoir, since the year 2019 is the lowest year of rainfall and the
longest dry season in Java Island. While the year 2017 and 2018 the surface water is relatively stable. The URL to
access the Jatiluhur reservoir is available here: https://tinyurl.com/u3x2qv2</p>
    </sec>
    <sec id="sec-9">
      <title>Histogram of surface water dynamics of Jatiluhur reservoir</title>
    </sec>
    <sec id="sec-10">
      <title>Surface water dynamic showed in color within the GEE platform (non-water surface in black) 5. CONCLUSIONS</title>
      <p>This study concludes that performing geospatial analysis in the GEE platform is the best possible manner with the
least waste of time and effort. However, the user needs to have basic knowledge in scripting and map algebra to
work with a web-based application such as GEE.</p>
      <p>Large-scale series satellite images data sets could be analyzed within seconds, this is a huge milestone for
webbased geospatial analysis. Especially for monitoring the sustainable energy source like water in a reservoir. Where
approximately 100 lines of codes could generate seven different layers for water dynamic monitoring of three
different periods.</p>
      <p>The series of steps proposed in this study is easy to reproduce and applied in other different for surface water
dynamic monitoring. We proof it through applied the proposed method on the largest reservoir in Java Island, and
found consistent result.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>ESDM.</surname>
          </string-name>
          (
          <year>2015</year>
          ).
          <article-title>Mengintip PLTA Selorejo</article-title>
          . Available at: http://ebtke.esdm.go.id/post/2015/03/30/819/mengintip.plta.
          <source>selorejo (accessed on 29 April</source>
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Gao</surname>
            ,
            <given-names>B.C.</given-names>
          </string-name>
          (
          <year>1996</year>
          ).
          <article-title>NDWI-A Normalized Difference Water Index for Remote Sensing of Vegetation Liquid Water from Space</article-title>
          .
          <source>Remote Sensing of Environment</source>
          ,
          <volume>58</volume>
          ,
          <fpage>257</fpage>
          -
          <lpage>266</lpage>
          . https://doi.org/10.1016/S0034-
          <volume>4257</volume>
          (
          <issue>96</issue>
          )
          <fpage>00067</fpage>
          -
          <lpage>3</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>Google</given-names>
            <surname>Earth Engine (GEE).</surname>
          </string-name>
          (
          <year>2019</year>
          ). Histogram. Available at https://developers.google.com/earthengine/charts_image_histogram
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Hird</surname>
            ,
            <given-names>J.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>DeLancey</surname>
            ,
            <given-names>E.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McDermid</surname>
            ,
            <given-names>G.J.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Kariyeva</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>Google earth engine, open-access satellite data, and machine learning in support of large-area probabilistic wetland mapping</article-title>
          .
          <source>Remote Sensing</source>
          ,
          <volume>9</volume>
          (
          <issue>12</issue>
          ),
          <fpage>1</fpage>
          -
          <lpage>27</lpage>
          . https://doi.org/10.3390/rs9121315
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Hirsch</surname>
            ,
            <given-names>P.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schillinger</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weigt</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Burkhardt-Holm</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2014</year>
          ).
          <article-title>A hydro-economic model for water level fluctuations: Combining limnology with economics for sustainable development of hydropower</article-title>
          .
          <source>PLoS ONE</source>
          ,
          <volume>9</volume>
          (
          <issue>12</issue>
          ),
          <fpage>1</fpage>
          -
          <lpage>26</lpage>
          . https://doi.org/10.1371/journal.pone.0114889
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>McFeeters</surname>
            ,
            <given-names>S.K.</given-names>
          </string-name>
          (
          <year>1996</year>
          ).
          <article-title>The use of the Normalized Difference Water Index (NDWI) in the delineation of open water features</article-title>
          .
          <source>International Journal of Remote Sensing</source>
          ,
          <volume>17</volume>
          (
          <issue>7</issue>
          ),
          <fpage>1425</fpage>
          -
          <lpage>1432</lpage>
          . https://doi.org/10.1080/01431169608948714
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>McFeeters</surname>
            ,
            <given-names>S.K.</given-names>
          </string-name>
          (
          <year>2013</year>
          ).
          <article-title>Using the normalized difference water index (ndwi) within a geographic information system to detect swimming pools for mosquito abatement: A practical approach</article-title>
          .
          <source>Remote Sensing</source>
          ,
          <volume>5</volume>
          (
          <issue>7</issue>
          ),
          <fpage>3544</fpage>
          -
          <lpage>3561</lpage>
          . https://doi.org/10.3390/rs5073544
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          (
          <year>2006</year>
          ).
          <article-title>Modification of normalised difference water index (NDWI) to enhance open water features in remotely sensed imagery</article-title>
          .
          <source>International Journal of Remote Sensing</source>
          ,
          <volume>27</volume>
          (
          <issue>14</issue>
          ),
          <fpage>3025</fpage>
          -
          <lpage>3033</lpage>
          . https://doi.org/10.1080/01431160600589179
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>