cloudnetpy-qc 1.19.3__tar.gz → 1.19.5__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.
- {cloudnetpy_qc-1.19.3/cloudnetpy_qc.egg-info → cloudnetpy_qc-1.19.5}/PKG-INFO +1 -1
- {cloudnetpy_qc-1.19.3 → cloudnetpy_qc-1.19.5}/cloudnetpy_qc/variables.py +10 -0
- {cloudnetpy_qc-1.19.3 → cloudnetpy_qc-1.19.5}/cloudnetpy_qc/version.py +1 -1
- {cloudnetpy_qc-1.19.3 → cloudnetpy_qc-1.19.5/cloudnetpy_qc.egg-info}/PKG-INFO +1 -1
- {cloudnetpy_qc-1.19.3 → cloudnetpy_qc-1.19.5}/LICENSE +0 -0
- {cloudnetpy_qc-1.19.3 → cloudnetpy_qc-1.19.5}/MANIFEST.in +0 -0
- {cloudnetpy_qc-1.19.3 → cloudnetpy_qc-1.19.5}/README.md +0 -0
- {cloudnetpy_qc-1.19.3 → cloudnetpy_qc-1.19.5}/cloudnetpy_qc/__init__.py +0 -0
- {cloudnetpy_qc-1.19.3 → cloudnetpy_qc-1.19.5}/cloudnetpy_qc/data/area-type-table.xml +0 -0
- {cloudnetpy_qc-1.19.3 → cloudnetpy_qc-1.19.5}/cloudnetpy_qc/data/cf-standard-name-table.xml +0 -0
- {cloudnetpy_qc-1.19.3 → cloudnetpy_qc-1.19.5}/cloudnetpy_qc/data/data_quality_config.ini +0 -0
- {cloudnetpy_qc-1.19.3 → cloudnetpy_qc-1.19.5}/cloudnetpy_qc/data/standardized-region-list.xml +0 -0
- {cloudnetpy_qc-1.19.3 → cloudnetpy_qc-1.19.5}/cloudnetpy_qc/py.typed +0 -0
- {cloudnetpy_qc-1.19.3 → cloudnetpy_qc-1.19.5}/cloudnetpy_qc/quality.py +0 -0
- {cloudnetpy_qc-1.19.3 → cloudnetpy_qc-1.19.5}/cloudnetpy_qc/utils.py +0 -0
- {cloudnetpy_qc-1.19.3 → cloudnetpy_qc-1.19.5}/cloudnetpy_qc.egg-info/SOURCES.txt +0 -0
- {cloudnetpy_qc-1.19.3 → cloudnetpy_qc-1.19.5}/cloudnetpy_qc.egg-info/dependency_links.txt +0 -0
- {cloudnetpy_qc-1.19.3 → cloudnetpy_qc-1.19.5}/cloudnetpy_qc.egg-info/requires.txt +0 -0
- {cloudnetpy_qc-1.19.3 → cloudnetpy_qc-1.19.5}/cloudnetpy_qc.egg-info/top_level.txt +0 -0
- {cloudnetpy_qc-1.19.3 → cloudnetpy_qc-1.19.5}/pyproject.toml +0 -0
- {cloudnetpy_qc-1.19.3 → cloudnetpy_qc-1.19.5}/setup.cfg +0 -0
- {cloudnetpy_qc-1.19.3 → cloudnetpy_qc-1.19.5}/tests/test_qc.py +0 -0
- {cloudnetpy_qc-1.19.3 → cloudnetpy_qc-1.19.5}/tests/test_utils.py +0 -0
|
@@ -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",
|
|
@@ -1586,4 +1590,10 @@ VARIABLES = {
|
|
|
1586
1590
|
standard_name="visibility_in_air",
|
|
1587
1591
|
dtype=Dtype.INT,
|
|
1588
1592
|
),
|
|
1593
|
+
"snr_limit": Variable(
|
|
1594
|
+
long_name="SNR limit",
|
|
1595
|
+
units="dB",
|
|
1596
|
+
comment="SNR threshold used in data screening.",
|
|
1597
|
+
dtype=Dtype.FLOAT,
|
|
1598
|
+
),
|
|
1589
1599
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cloudnetpy_qc-1.19.3 → cloudnetpy_qc-1.19.5}/cloudnetpy_qc/data/standardized-region-list.xml
RENAMED
|
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
|