cloudnetpy-qc 1.27.3__py3-none-any.whl → 1.27.5__py3-none-any.whl
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.
- cloudnetpy_qc/quality.py +11 -0
- cloudnetpy_qc/variables.py +4 -0
- cloudnetpy_qc/version.py +1 -1
- {cloudnetpy_qc-1.27.3.dist-info → cloudnetpy_qc-1.27.5.dist-info}/METADATA +1 -1
- {cloudnetpy_qc-1.27.3.dist-info → cloudnetpy_qc-1.27.5.dist-info}/RECORD +8 -8
- {cloudnetpy_qc-1.27.3.dist-info → cloudnetpy_qc-1.27.5.dist-info}/WHEEL +0 -0
- {cloudnetpy_qc-1.27.3.dist-info → cloudnetpy_qc-1.27.5.dist-info}/licenses/LICENSE +0 -0
- {cloudnetpy_qc-1.27.3.dist-info → cloudnetpy_qc-1.27.5.dist-info}/top_level.txt +0 -0
cloudnetpy_qc/quality.py
CHANGED
|
@@ -1017,6 +1017,17 @@ class TestInstrumentPid(Test):
|
|
|
1017
1017
|
== "https://hdl.handle.net/21.12132/3.7cd404bd07d74e93"
|
|
1018
1018
|
):
|
|
1019
1019
|
return "3629" if self._get_date() <= datetime.date(2023, 10, 23) else "3778"
|
|
1020
|
+
# Also in Lindenberg DA10 the serial number changed after instrument upgrade
|
|
1021
|
+
elif (
|
|
1022
|
+
self.nc.instrument_pid
|
|
1023
|
+
== "https://hdl.handle.net/21.12132/3.9c7bcece918642ea"
|
|
1024
|
+
):
|
|
1025
|
+
return (
|
|
1026
|
+
"V4610942"
|
|
1027
|
+
if self._get_date() < datetime.date(2025, 7, 1)
|
|
1028
|
+
else "V4610983"
|
|
1029
|
+
)
|
|
1030
|
+
|
|
1020
1031
|
idents = self._get_value("21.T11148/eb3c713572f681e6c4c3")
|
|
1021
1032
|
if not isinstance(idents, list):
|
|
1022
1033
|
return None
|
cloudnetpy_qc/variables.py
CHANGED
cloudnetpy_qc/version.py
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
cloudnetpy_qc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
cloudnetpy_qc/coverage.py,sha256=21QPbwGX1dvMY0NXmj9Pny1CxzlqUbgeK4wi-X8M9h0,2412
|
|
3
3
|
cloudnetpy_qc/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
cloudnetpy_qc/quality.py,sha256=
|
|
4
|
+
cloudnetpy_qc/quality.py,sha256=qNJtsbPEd1KxZGOHHdDZeUP4xm9HTXwQ8vJieZhqzkY,39780
|
|
5
5
|
cloudnetpy_qc/utils.py,sha256=zFVryl56le2cyfDSCyGCzMHACcsjK7AJZknii1fgfgg,5393
|
|
6
|
-
cloudnetpy_qc/variables.py,sha256=
|
|
7
|
-
cloudnetpy_qc/version.py,sha256=
|
|
6
|
+
cloudnetpy_qc/variables.py,sha256=JEzw5tQ-bL0URf_9dpr4E79WTpq5GiOfndi5KNw0Mew,51710
|
|
7
|
+
cloudnetpy_qc/version.py,sha256=V_Pn_2KOPvM09BrMB_tJ7XMi5K040kzi9opZ6k1Q29s,102
|
|
8
8
|
cloudnetpy_qc/data/area-type-table.xml,sha256=LQGp6rk8d-jZVjeFWPK_NjG2Kk1atvLlQXmV4UXggKI,17788
|
|
9
9
|
cloudnetpy_qc/data/cf-standard-name-table.xml,sha256=MGqs7uPH62jVpiN6as3jc5gswQvywjJzU_jzHtQOArA,4455853
|
|
10
10
|
cloudnetpy_qc/data/data_quality_config.ini,sha256=deAQzo3eMclgIaQTGYGdwLaD_AM9vGDGaf4VvJ_ZQrs,1449
|
|
11
11
|
cloudnetpy_qc/data/standardized-region-list.xml,sha256=gLRE2G7RQLD9hmvW5dTzyK7XPhORxWv2bfbrvAp5Uto,6426
|
|
12
|
-
cloudnetpy_qc-1.27.
|
|
13
|
-
cloudnetpy_qc-1.27.
|
|
14
|
-
cloudnetpy_qc-1.27.
|
|
15
|
-
cloudnetpy_qc-1.27.
|
|
16
|
-
cloudnetpy_qc-1.27.
|
|
12
|
+
cloudnetpy_qc-1.27.5.dist-info/licenses/LICENSE,sha256=P0wszB7Cq2M390SKaqT4DGvECfwGOMdTTdxsWBpEUUc,1094
|
|
13
|
+
cloudnetpy_qc-1.27.5.dist-info/METADATA,sha256=5WTyXyHYx3w2XYpevEg0hMNgtH43d89vZUGfRC07MMM,8340
|
|
14
|
+
cloudnetpy_qc-1.27.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
15
|
+
cloudnetpy_qc-1.27.5.dist-info/top_level.txt,sha256=shrf8A1KyrrnhbHocc4gHmTl38YY-DHflgf-gXiKnKs,14
|
|
16
|
+
cloudnetpy_qc-1.27.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|