.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
old_setup.cfg
old_setup.py
pyproject.toml
requirements_dev.txt
requirements_test.txt
.github/ISSUE_TEMPLATE.md
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/hydrobot.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/usage.rst
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
hydrobot/__init__.py
hydrobot/data_acquisition.py
hydrobot/data_sources.py
hydrobot/evaluator.py
hydrobot/filters.py
hydrobot/plotter.py
hydrobot/processor.py
hydrobot/testicle.py
hydrobot/config/TwoLevelMeasurement_QC_config.csv
hydrobot/config/measurement_QC_config.csv
hydrobot/hydrobot.egg-info/PKG-INFO
hydrobot/hydrobot.egg-info/SOURCES.txt
hydrobot/hydrobot.egg-info/dependency_links.txt
hydrobot/hydrobot.egg-info/requires.txt
hydrobot/hydrobot.egg-info/top_level.txt
prototypes/Class_script.py
prototypes/process_script.py
prototypes/stage_full_process.py
prototypes/water_temp_full_process.py
prototypes/Jupyter_notebooks/All_Sites_Atmospheric_Pressure.ipynb
prototypes/Jupyter_notebooks/Saddle_Road_Spike_Removal.ipynb
prototypes/Jupyter_notebooks/Time_Series_Analysis.ipynb
prototypes/output_dump/.gitignore
prototypes/py_scripts/atmospheric_spike_removal.py
prototypes/py_scripts/example_plot_script.py
prototypes/py_scripts/gap_finder.py
prototypes/py_scripts/new_ws_plot_with_check_data.py
prototypes/py_scripts/plot_with_check_data.py
prototypes/py_scripts/spike_removal_util.py
prototypes/py_scripts/water_temp_spike_removal.py
prototypes/py_scripts/output_dump/.gitignore
tests/.coverage
tests/__init__.py
tests/site_list_response.xml
tests/test_data_sources.py
tests/test_evaluator.py
tests/test_filters.py
tests/test_processor.py