Metadata-Version: 2.4
Name: openwaterlab-data
Version: 0.1.0
Summary: Data analysis tools for water system modelling and analysis.
Author: OpenWaterLab maintainers
License: GPL-3.0-only
Project-URL: Homepage, https://github.com/OpenWaterLab/owl-data
Project-URL: Repository, https://github.com/OpenWaterLab/owl-data
Project-URL: Issues, https://github.com/OpenWaterLab/owl-data/issues
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=2.2.2
Requires-Dist: dateutils>=0.6.6
Requires-Dist: scipy>=1.15.1
Requires-Dist: matplotlib>=3.10.0
Requires-Dist: statsmodels>=0.14.4
Requires-Dist: xlrd>=2.0.1
Requires-Dist: scikit-learn>=1.7.1
Requires-Dist: pyyaml>=6.0.2
Provides-Extra: dev
Requires-Dist: pytest>=7; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

<p align="center">
  <img src="assets/OWL_data.svg" alt="owl-data logo" width="200"/>
</p>

<h1 align="center">owl-data</h1>
<p align="center">
  Data analysis tools for water system modelling and analysis
</p>

-----

Part of **[Open Water Lab(OWL)](https://github.com/OpenWaterLab)** - free and open-source tools for water system modelling, simulation and analysis.

Created and maintained by: **[BIOMATH-UGent](https://biomath.ugent.be)**

**owl-data**: A Python package for analysis, validation, cleaning, gap-filling and visualization of data acquired in the context of water and wastewater systems.


Code of Conduct
-----

owl-data is a community-driven free and open-source project developed by contributors to Open Water Lab (OWL). It committed to providing a welcoming, inclusive, and collaborative environment for everyone involved in the project. Please follow guidelines provided in Open Water Lab (OWL) [code of conduct](https://github.com/OpenWaterLab/owl-data?tab=coc-ov-file).

Contributing
-----

Contributions of all kinds are welcome including bug reports, feature proposals, documentation improvements, and new tools aligned with the OWL mission.

Please follow the Open Water Lab [contribution](https://github.com/OpenWaterLab/owl-data?tab=contributing-ov-file) guidelines.

License
-----

This project is released under the GNU General Public License v3.0 (GPLv3).

All derivative works must remain open and distributed under the same license.

See [LICENSE](https://github.com/OpenWaterLab/owl-data/blob/main/LICENSE) for full details.

Acknowledgement
-----

This package builds upon the earlier work of **[wwdata](https://github.com/UGentBiomath/wwdata)**, originally developed by **Chaim De Mulder** at BIOMATH, Ghent University, licensed under GPL3.0 which provided the initial foundation for data handling and validation for water systems. The current implementation extends and generalizes these concepts within a broader, modular framework.

