Water Volume Estimation - v1
Water Volume Estimation - v1
Background
Continuous observation of surface water parameters such as water spread, level and volume
is a functional requirement for effective management of ecological and hydrological
resources. Frequent collection of these parameters by manual approach is prohibitively
expensive. Alternatively, remote sensing-based earth observation satellites are recognized as
an optimal means to monitor water bodies over larger areas. Tamil Nadu is a tropical region
where most of the areas are usually under severe cloud cover for a major part of the year.
Hence, the satellites with special sensors like microwave which are resistant to cloud cover is
highly desirable. But unfortunately, these microwave images are quite expensive for a
developing economy like India. Since 2016, the European Space Agency (ESA) has been
providing us with microwave images for free of cost from its satellite called Sentinel-1,
which makes statewide satellite-based water mapping economically feasible. With these
satellites, it is feasible to map the water spread area. However, to estimate the volume, the
elevation (terrain) information is required in addition to water spread area. But satellite
images (e.g., Stereo images from space borne platforms) are not sufficient enough to generate
terrain information for very shallow water bodies like irrigation tanks. In recent years, drone
technology is revolutionizing the geo-information field and clearly becoming a desirable
alternative to the conventional satellite and manned aerial data collection formats used in
many remote sensing applications. Particularly, its capability to acquire high resolution
overlapping images could be of help here to generate a highly accurate digital terrain model
through a photogrammetric approach. To this end, we hypothesis that it is feasible to
periodically estimate the volume by integrating the periodic water spread information from
temporal satellite images (e.g., every 12 days) with digital terrain model generated via one-
time drone survey. Also, we propose for a pilot project to demonstrate the hypothesis by
developing an end-to-end AI based water volume estimation system using satellite and drone
images. The study area, methodologies, budget and timeline for the proposed pilot is
provided in the sections below.
Study area
134 tanks and 1 reservoir in lower Vellar sub-basin
Methodology
The development process of proposed AI based tank volume estimation system for the pilot
includes the following four key tasks:
1) Digital Terrain model via Drone images: The drone images will be captured by
preparing appropriate flight plans. Once the images are captured and uploaded to
our server, it will undergo data processing chain to generate the required DTM: (a)
alignment between overlapping images, (b) optimize the camera position and
orientation, (c) dense point cloud generation of a 3D mesh, (d) ground filtering with
or without above ground object points, (e) eliminating or keeping all-natural
(vegetation) above-ground objects from the dense point cloud, (f) if the above objects
are eliminated a mesh, a DTM is created, and (g) if the above objects are kept in the
dense point cloud, a DSM and orthomosaic are created. The overall workflow is
shown below:
2) Automated system for periodic estimation of water spread area from satellite
images: Manual downloading of satellite imageries in large volume and frequency is a
tedious, labor and time intensive process. However, most of the satellite image providers offer
an API service for automated download. By utilizing this facility, a module will be developed
to automate this data download process. This module will automatically download the
satellite image for every 12 days for the specified region. Subsequently, the downloaded data
will be automatically pre-processed and converted into an analysis-ready data. A deep-
learning based LSTM module will be used to generate the water spread map by classifying
the analysis-ready data. The spread maps will be provided in both raster and vector formats.