Literature review
Monitoring
System: A case study of PDAM
Surabaya
(Graduate
Student of Electrical Engineering, Institute of Technology Sepuluh November,
Surabaya, Indonesia, Department of Maintenance, PDAM Surabaya, Surabaya,
Indonesia)
In recent years, many researchers have
developed about online water quality monitoring capability which can provide an
early warning of water pollution events. Ensuring an appropriate and
timely response is the best way in detecting contamination of drinking water
supplies in real time.
In this research, the application is built
by using Python programming and this system is divided into two stages.
1. First stage: Collecting data using web
scraping tools.
2. Second stage: Store data in to a database system. Here
the information from web
scraping is managed into columns and rows by using PostgreSQL.
IMPLEMENTATION
Data in a web-based application are data
intensive. So, when it comes to appoint of urgent of viewing data and to
get data, the operator must manually retrieve its data by using USB memory. Here
they have utilized web information from the sensor output that connected in the
Local Area Network .
They have used URL opens to access
the sensor from server and parses the information from web pages. In
here, the urllib.url open command has been made to make the browser pages
navigate to the URL provided. These actions are identical to the human
user like typing URL in the address bar of the browser.
By utilized looping function they
have scrapped each element to an array of data. After that, they have used
insert data query to store data into the database.
CONCLUSION
Their experiment shows that the
accuracy of data that has been scraped from sensor are around 99%, and
error data rate are less than 1%. In summary, the experimental
results indicate that the correlation between data size with delay is
relatively low. It means that the delay is not dependent on size, it
means also that this application has been able to work almost in
real-time. In the future, we have to prepare the storage facilities because
the data size gradually increases. Because of that, the integration
of the automated water monitoring system with Big Data visualization which can
handle wide dataset is one of the future plans to be addressed.


Comments
Post a Comment