.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
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
hydrobot/__init__.py
hydrobot/data_acquisition.py
hydrobot/data_sources.py
hydrobot/data_structure.py
hydrobot/do_processor.py
hydrobot/evaluator.py
hydrobot/filters.py
hydrobot/htmlmerger.py
hydrobot/hydrobot_initialiser.py
hydrobot/plotter.py
hydrobot/processor.py
hydrobot/rf_processor.py
hydrobot/tasks.py
hydrobot/utils.py
hydrobot.egg-info/PKG-INFO
hydrobot.egg-info/SOURCES.txt
hydrobot.egg-info/dependency_links.txt
hydrobot.egg-info/requires.txt
hydrobot.egg-info/top_level.txt
hydrobot/config/Three_letter_codes.yaml
hydrobot/config/__init__.py
hydrobot/config/horizons_source.py
hydrobot/config/generic_template/hydrobot_template.accdb
hydrobot/config/generic_template/hydrobot_template.hts
hydrobot/config/horizons_sql/atmospheric_pressure_check.sql
hydrobot/config/horizons_sql/calibration_query.sql
hydrobot/config/horizons_sql/dissolved_oxygen_check.sql
hydrobot/config/horizons_sql/hydro_inspection.sql
hydrobot/config/horizons_sql/non_conformances.sql
hydrobot/config/horizons_sql/rainfall_check.sql
hydrobot/config/horizons_sql/site_info_lookup.sql
hydrobot/config/horizons_sql/sonde_calibration_query.sql
hydrobot/config/horizons_sql/three_letter_site_code.sql
hydrobot/config/horizons_sql/water_temperature_check.sql
hydrobot/config/template_families/Air Temperature/at_config.yaml
hydrobot/config/template_families/Air Temperature/at_script.py
hydrobot/config/template_families/Atmospheric Pressure/ap_config.yaml
hydrobot/config/template_families/Atmospheric Pressure/ap_script.py
hydrobot/config/template_families/Dissolved Oxygen/do_config.yaml
hydrobot/config/template_families/Dissolved Oxygen/do_script.py
hydrobot/config/template_families/Rainfall/rain_config.yaml
hydrobot/config/template_families/Rainfall/rain_script.py
hydrobot/config/template_families/Water Temperature/wt_config.yaml
hydrobot/config/template_families/Water Temperature/wt_script.py
hydrobot/measurement_specific_functions/__init__.py
hydrobot/measurement_specific_functions/dissolved_oxygen.py
hydrobot/measurement_specific_functions/rainfall.py
prototypes/air_temperature/.gitignore
prototypes/air_temperature/at_config.yaml
prototypes/air_temperature/at_script.py
prototypes/atmospheric_pressure/.gitignore
prototypes/atmospheric_pressure/ap_config.yaml
prototypes/atmospheric_pressure/ap_script.py
prototypes/batch_processing/ap_wt_batch_config.csv
prototypes/batch_processing/batch_config.csv
prototypes/batch_processing/batch_copy.py
prototypes/batch_processing/do_batch_config.csv
prototypes/batch_processing/rf_batch_config.csv
prototypes/batch_processing/wt_batch_config.csv
prototypes/batch_processing/output_dump/.gitignore
prototypes/dissolved_oxygen/.gitignore
prototypes/dissolved_oxygen/do_config.yaml
prototypes/dissolved_oxygen/do_script.py
prototypes/hilltop_site_info/config.yaml
prototypes/hilltop_site_info/server_url_generator.py
prototypes/rainfall/.gitignore
prototypes/rainfall/rain_config.yaml
prototypes/rainfall/rain_script.py
prototypes/soil_moisture/.gitignore
prototypes/soil_moisture/sm_config.yaml
prototypes/soil_moisture/sm_script.py
prototypes/tasks_copy/RainfallReprocessing.csv
prototypes/tasks_copy/copy_files.py
prototypes/tasks_copy/output_dump/.gitignore
prototypes/water_temperature/.gitignore
prototypes/water_temperature/wt_config.yaml
prototypes/water_temperature/wt_script.py
tests/__init__.py
tests/conftest.py
tests/test_data_sources.py
tests/test_data_structure.py
tests/test_evaluator.py
tests/test_filters.py
tests/test_processor.py
tests/test_rainfall.py
tests/test_utils.py
tests/test_web_integration.py
tests/test_data/site_list_response.xml
tests/test_data/test_config.yaml
tests/test_data/xml_test_data_file.xml
tests/test_data/xml_test_data_no_check.xml
tests/test_data/xml_test_data_no_qual.xml