avoca 0.15.0__tar.gz → 0.15.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {avoca-0.15.0 → avoca-0.15.1}/PKG-INFO +1 -1
- {avoca-0.15.0 → avoca-0.15.1}/avoca/bindings/nabel.py +2 -3
- {avoca-0.15.0 → avoca-0.15.1}/pyproject.toml +1 -1
- {avoca-0.15.0 → avoca-0.15.1}/.gitignore +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/.gitlab-ci.yml +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/.readthedocs.yaml +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/.vscode/settings.json +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/LICENCE.txt +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/README.md +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/__init__.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/bindings/__init__.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/bindings/ebas.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/bindings/ebas_flags.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/bindings/gcwerks-report.conf +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/bindings/gcwerks.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/bindings/gcwerks_gui.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/bindings/qa_tool.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/bindings/synspec.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/export_nas.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/flagging.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/flags.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/io.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/logging.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/manager.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/plots.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/qa_class/__init__.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/qa_class/abstract.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/qa_class/concs.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/qa_class/generate_classes_doc.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/qa_class/invalid.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/qa_class/rolling.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/qa_class/rt.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/qa_class/test.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/qa_class/zscore.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/requirements.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/settings.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/testing/__init__.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/testing/df.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/testing/utils.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/utils/__init__.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/utils/flags_doc.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/avoca/utils/torch_models.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/data/.avoca/config.yaml +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/data/CH0001G.20240219123300.20240307132229.online_gc.NMHC.air.16d.61mn.CH01L_Agilent_GC-MS-MEDUSA_Medusa-12_JFJ.CH01L_gc_ms.lev0.nas +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/data/tests/missing_area_cols.csv +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/data/voc_jan2jun_2023.csv +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/docs/Makefile +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/docs/make.bat +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/docs/source/bindings/ebas.md +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/docs/source/bindings/gcwerks.md +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/docs/source/bindings/index.rst +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/docs/source/bindings/qa_tool.md +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/docs/source/conf.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/docs/source/index.rst +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/docs/source/quickstart.ipynb +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/examples/config.yaml +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/examples/convert_synspec_to_gcwerks.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/examples/data_qa.ipynb +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/examples/data_qa_gcwerks.ipynb +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/examples/export_gc_werks.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/examples/export_gc_werks_secondary_peaks.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/examples/get_tanks.ipynb +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/examples/read_nas.ipynb +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/tests/bindings/gcwerks.dat +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/tests/bindings/test_gcwerks.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/tests/bindings/test_qatool.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/tests/test_assigners.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/tests/test_flagging.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/tests/test_io.py +0 -0
- {avoca-0.15.0 → avoca-0.15.1}/tests/test_manager.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: avoca
|
|
3
|
-
Version: 0.15.
|
|
3
|
+
Version: 0.15.1
|
|
4
4
|
Summary: @voc@: Quality assessement of measurement data
|
|
5
5
|
Project-URL: Homepage, https://gitlab.com/empa503/atmospheric-measurements/avoca
|
|
6
6
|
Project-URL: Bug Tracker, https://gitlab.com/empa503/atmospheric-measurements/avoca/-/issues
|
|
@@ -4,7 +4,6 @@ import logging
|
|
|
4
4
|
from pathlib import Path
|
|
5
5
|
import pandas as pd
|
|
6
6
|
|
|
7
|
-
|
|
8
7
|
logger = logging.getLogger(__name__)
|
|
9
8
|
|
|
10
9
|
|
|
@@ -54,8 +53,8 @@ def add_nabel_data(df: pd.DataFrame, df_nabel: pd.DataFrame) -> pd.DataFrame:
|
|
|
54
53
|
|
|
55
54
|
df_out = df.copy()
|
|
56
55
|
|
|
57
|
-
col_dt_start = ("
|
|
58
|
-
col_dt_end = ("
|
|
56
|
+
col_dt_start = ("-", "datetime_start")
|
|
57
|
+
col_dt_end = ("-", "datetime_end")
|
|
59
58
|
|
|
60
59
|
if col_dt_start not in df.columns or col_dt_end not in df.columns:
|
|
61
60
|
raise ValueError(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|