Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
1709641
Small/insignificant modifications and corrections of typos
jorasinghr Jun 19, 2018
a0142d2
Small/insignificant modifications and corrections of typos
jorasinghr Jun 19, 2018
5745744
Fixing bugs for pandas.interpolate
jorasinghr Jun 28, 2018
f6acbba
Fixing bugs for pandas.interpolate
jorasinghr Jun 28, 2018
d11d345
Fixing bugs for pandas.interpolate
jorasinghr Jun 28, 2018
45199e0
Fixing bugs for pandas.interpolate in fill_missing_interpolation
jorasinghr Jun 28, 2018
7850726
Fixing bugs for pandas.interpolate in fill_missing_interpolation
jorasinghr Jun 28, 2018
ea6b48a
Fixing bugs for pandas.interpolate in fill_missing_interpolation
jorasinghr Jun 28, 2018
c628856
Fixing bugs for pandas.interpolate in fill_missing_interpolation
jorasinghr Jun 28, 2018
8f853c6
Fixing bugs for pandas.interpolate in fill_missing_interpolation
jorasinghr Jun 28, 2018
e09a394
Fixing bugs for pandas.interpolate in fill_missing_interpolation
jorasinghr Jun 28, 2018
48e1fb9
Fixing bugs shown in showcase for fill_missing_model
jorasinghr Jun 29, 2018
8d639bc
Enhancement for fill_missing_interpolation are implemented and working
jorasinghr Jun 29, 2018
9e675cb
Update requirements.txt
jorasinghr Jul 4, 2018
f6efc69
Small changes to calc_ratio
jorasinghr Jul 5, 2018
ba3cf91
Update README.rst
jorasinghr Jul 6, 2018
05c0735
Update README.rst
jorasinghr Jul 6, 2018
b89b849
New function detect_drift, not finished #303
jorasinghr Jul 6, 2018
d44d592
Merge branch 'develop_branch1' of https://github.com/UGentBiomath/wwd…
jorasinghr Jul 6, 2018
fc1d464
added some functonality to detect_drift #303
jorasinghr Jul 6, 2018
c5498cc
detect_drift works now with NaN and inf values #303
jorasinghr Jul 10, 2018
1db6ca0
detect_drift function works with a specified period, but needs improv…
jorasinghr Jul 12, 2018
7cf3be1
added plotting to detect_drift function. the whole function need to b…
jorasinghr Jul 13, 2018
2f38580
new function remove_drift #303
jorasinghr Jul 13, 2018
8cf5a90
check fix #79; small update of readme
Jul 25, 2018
655b128
improved the detect_drift function, it works fully with plot. Remove_…
jorasinghr Jul 26, 2018
342a333
Merge remote-tracking branch 'origin/develop_branch1' into develop_br…
jorasinghr Jul 26, 2018
d2e864a
Applied a new way of fitting the data without drift, and restructured…
jorasinghr Jul 30, 2018
2fee8b9
modified remove_drift function and how it fix the drift. This is now …
jorasinghr Jul 31, 2018
b336c41
added comments to detect_drift and remove_drift to easier understand …
jorasinghr Aug 25, 2018
40ece5f
detect_drift works partly with a period of 1 day. needs improvement #303
jorasinghr Aug 25, 2018
39306d5
works now with a period equal 1 day #303
jorasinghr Aug 27, 2018
24de81a
use dropna instead of own implementation
Aug 31, 2018
756f860
change max_slope to required argument instead of checking value
Aug 31, 2018
cb5f317
make arange argument more flexible by checking type
Aug 31, 2018
7a56533
add _get_slope function to allow for more flexible calculations of th…
Aug 31, 2018
aeb2b72
replace separate negative and positive slope stuff with abs()
Aug 31, 2018
173d814
further updates on plotting and code efficiency (length)
Aug 31, 2018
32d2f28
save notebook without outputs
Aug 31, 2018
8678027
improve detect_drift: shorten code and improve updating of drift peri…
Sep 3, 2018
6ad5bde
add calc_slope function based on _get_slope function
Sep 3, 2018
9b8ec98
improve integration in package, add tagging functionality #303
Sep 3, 2018
208cd23
add _filling_function_check instead of copy-paste code in each fillin…
Sep 3, 2018
de2699a
finalise remove_drift function and minor testing
Sep 3, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,396 changes: 1,396 additions & 0 deletions .ipynb_checkpoints/Showcase_OnlineSensorBased-checkpoint.ipynb

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ wwdata
:target: https://doi.org/10.5281/zenodo.1288581


Data analysis package aimed at data obtained in the context of (waste)water
Data analysis pckage aimed at data obtained in the context of (waste)water

* Free software: GNU General Public License v3
* Documentation: https://ugentbiomath.github.io/wwdata-docs/
Expand All @@ -47,6 +47,8 @@ Examples

For the workflow with code and more specific examples, check out the Showcase Jupyter Notebook(s) included as documentation of the package.

MyBinder can be used to view the code and the specific examples. Go to https://mybinder.org/ and use the GitHub URL, https://github.com/UGentBiomath/wwdata. Specify the branch (master, develop etc.). Generate a new MyBinder link if the branch gets modified.


Credits
---------
Expand Down
1,146 changes: 637 additions & 509 deletions Showcase_OnlineSensorBased.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ scipy==1.1.0
matplotlib==2.2.2
statsmodels==0.9.0
xlrd==1.1.0
seaborn
398 changes: 371 additions & 27 deletions wwdata/Class_HydroData.py

Large diffs are not rendered by default.

405 changes: 81 additions & 324 deletions wwdata/Class_OnlineSensorBased.py

Large diffs are not rendered by default.

Binary file modified wwdata/__pycache__/Class_HydroData.cpython-36.pyc
Binary file not shown.
Binary file modified wwdata/__pycache__/Class_LabExperimBased.cpython-36.pyc
Binary file not shown.
Binary file modified wwdata/__pycache__/Class_LabSensorBased.cpython-36.pyc
Binary file not shown.
Binary file modified wwdata/__pycache__/Class_OnlineSensorBased.cpython-36.pyc
Binary file not shown.
Binary file modified wwdata/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file modified wwdata/__pycache__/data_reading_functions.cpython-36.pyc
Binary file not shown.
Binary file modified wwdata/__pycache__/time_conversion_functions.cpython-36.pyc
Binary file not shown.