cloudnetpy-qc 1.19.2__py3-none-any.whl → 1.19.4__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/variables.py +5 -2
- cloudnetpy_qc/version.py +1 -1
- {cloudnetpy_qc-1.19.2.dist-info → cloudnetpy_qc-1.19.4.dist-info}/METADATA +1 -1
- {cloudnetpy_qc-1.19.2.dist-info → cloudnetpy_qc-1.19.4.dist-info}/RECORD +7 -7
- {cloudnetpy_qc-1.19.2.dist-info → cloudnetpy_qc-1.19.4.dist-info}/LICENSE +0 -0
- {cloudnetpy_qc-1.19.2.dist-info → cloudnetpy_qc-1.19.4.dist-info}/WHEEL +0 -0
- {cloudnetpy_qc-1.19.2.dist-info → cloudnetpy_qc-1.19.4.dist-info}/top_level.txt +0 -0
cloudnetpy_qc/variables.py
CHANGED
|
@@ -167,7 +167,7 @@ VARIABLES = {
|
|
|
167
167
|
units="m",
|
|
168
168
|
standard_name="thickness_of_rainfall_amount",
|
|
169
169
|
comment="Cumulated precipitation since 00:00 UTC",
|
|
170
|
-
required=[Product.
|
|
170
|
+
required=[Product.RAIN_GAUGE],
|
|
171
171
|
),
|
|
172
172
|
# ------------------------------------
|
|
173
173
|
# Required in RAIN RADAR Level 1b file
|
|
@@ -225,6 +225,10 @@ VARIABLES = {
|
|
|
225
225
|
long_name="Azimuth offset of the instrument (positive clockwise from north)",
|
|
226
226
|
units="degrees",
|
|
227
227
|
),
|
|
228
|
+
"zenith_offset": Variable(
|
|
229
|
+
long_name="Zenith offset of the instrument",
|
|
230
|
+
units="degrees",
|
|
231
|
+
),
|
|
228
232
|
"q": Variable(
|
|
229
233
|
long_name="Specific humidity",
|
|
230
234
|
units="1",
|
|
@@ -795,7 +799,6 @@ VARIABLES = {
|
|
|
795
799
|
required=[
|
|
796
800
|
Product.RAIN_GAUGE,
|
|
797
801
|
Product.DISDROMETER,
|
|
798
|
-
Product.WEATHER_STATION,
|
|
799
802
|
Product.RAIN_RADAR,
|
|
800
803
|
],
|
|
801
804
|
),
|
cloudnetpy_qc/version.py
CHANGED
|
@@ -2,14 +2,14 @@ cloudnetpy_qc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
2
2
|
cloudnetpy_qc/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
cloudnetpy_qc/quality.py,sha256=eWnZLAzohJZPitiaNFHtVN2J-caBX1Fer19ofgRcabE,33913
|
|
4
4
|
cloudnetpy_qc/utils.py,sha256=ssRqu8Auz7YpfZ79mTKmms4DkP9_ExLthbIpQGNq4jc,3270
|
|
5
|
-
cloudnetpy_qc/variables.py,sha256=
|
|
6
|
-
cloudnetpy_qc/version.py,sha256=
|
|
5
|
+
cloudnetpy_qc/variables.py,sha256=o3caIQ32Y10nOLMrdwT6hyx_BsOXG-kgF48Nd864c8M,46804
|
|
6
|
+
cloudnetpy_qc/version.py,sha256=jD6GZdY4duXHsFDx3CZuSM0KVAIPSk4jnACvsCyo5vc,102
|
|
7
7
|
cloudnetpy_qc/data/area-type-table.xml,sha256=ePvw1b95ng3rNSQ7rDQFWtWjhJvMgCkkz53LRN-NVMo,14435
|
|
8
8
|
cloudnetpy_qc/data/cf-standard-name-table.xml,sha256=X_gbS481eXsxydGEsdYDYkU-idiB02GqpXloR5YfgF4,4135875
|
|
9
9
|
cloudnetpy_qc/data/data_quality_config.ini,sha256=URRc93Du2_YFX6Q7GxMHptKIVl6kwxXw-kVyftmsEJk,1242
|
|
10
10
|
cloudnetpy_qc/data/standardized-region-list.xml,sha256=65RqAqEFLwC01iAwkFEitPbAPEnjaCMcKYg2utjttls,6274
|
|
11
|
-
cloudnetpy_qc-1.19.
|
|
12
|
-
cloudnetpy_qc-1.19.
|
|
13
|
-
cloudnetpy_qc-1.19.
|
|
14
|
-
cloudnetpy_qc-1.19.
|
|
15
|
-
cloudnetpy_qc-1.19.
|
|
11
|
+
cloudnetpy_qc-1.19.4.dist-info/LICENSE,sha256=P0wszB7Cq2M390SKaqT4DGvECfwGOMdTTdxsWBpEUUc,1094
|
|
12
|
+
cloudnetpy_qc-1.19.4.dist-info/METADATA,sha256=dJTlSyFypYOrjdn62NNP0Out_9y3Er8vF39R_GyYGf4,7698
|
|
13
|
+
cloudnetpy_qc-1.19.4.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
14
|
+
cloudnetpy_qc-1.19.4.dist-info/top_level.txt,sha256=shrf8A1KyrrnhbHocc4gHmTl38YY-DHflgf-gXiKnKs,14
|
|
15
|
+
cloudnetpy_qc-1.19.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|