Metadata-Version: 2.1
Name: waterquality
Version: 1.1.3
Summary: The waterquality package extends the functionality of the waterdetect package to calculate water quality parameters over the identified water mask. To do so, it is mandatory to have waterdetect package installed (pip install waterdetect).
Home-page: https://github.com/cordmaur/WaterQuality
Author: Maurício Cordeiro
Author-email: cordmaur@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: waterdetect (>=1.5.12)
Requires-Dist: numpy (>=1.17)
Requires-Dist: scikit-learn (>=0.23)
Requires-Dist: matplotlib (>=3.3)
Requires-Dist: PyPDF2 (>=1.26)
Requires-Dist: lxml (>=4.5.0)
Requires-Dist: pillow (>=7.0.0)
Requires-Dist: pandas

The waterquality package extends the functionality of the waterdetect package to calculate water quality parameters over the identified water mask. To do so, it is mandatory to have waterdetect package installed (pip install waterdetect).

