cloudnetpy-qc 1.26.0__tar.gz → 1.26.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.
- {cloudnetpy_qc-1.26.0/cloudnetpy_qc.egg-info → cloudnetpy_qc-1.26.1}/PKG-INFO +1 -1
- {cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1}/cloudnetpy_qc/data/data_quality_config.ini +1 -1
- {cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1}/cloudnetpy_qc/quality.py +3 -3
- {cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1}/cloudnetpy_qc/version.py +1 -1
- {cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1/cloudnetpy_qc.egg-info}/PKG-INFO +1 -1
- {cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1}/LICENSE +0 -0
- {cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1}/MANIFEST.in +0 -0
- {cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1}/README.md +0 -0
- {cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1}/cloudnetpy_qc/__init__.py +0 -0
- {cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1}/cloudnetpy_qc/coverage.py +0 -0
- {cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1}/cloudnetpy_qc/data/area-type-table.xml +0 -0
- {cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1}/cloudnetpy_qc/data/cf-standard-name-table.xml +0 -0
- {cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1}/cloudnetpy_qc/data/standardized-region-list.xml +0 -0
- {cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1}/cloudnetpy_qc/py.typed +0 -0
- {cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1}/cloudnetpy_qc/utils.py +0 -0
- {cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1}/cloudnetpy_qc/variables.py +0 -0
- {cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1}/cloudnetpy_qc.egg-info/SOURCES.txt +0 -0
- {cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1}/cloudnetpy_qc.egg-info/dependency_links.txt +0 -0
- {cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1}/cloudnetpy_qc.egg-info/requires.txt +0 -0
- {cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1}/cloudnetpy_qc.egg-info/top_level.txt +0 -0
- {cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1}/pyproject.toml +0 -0
- {cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1}/setup.cfg +0 -0
- {cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1}/tests/test_qc.py +0 -0
- {cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1}/tests/test_utils.py +0 -0
|
@@ -291,10 +291,10 @@ class TestZenithAngle(Test):
|
|
|
291
291
|
if key not in self.nc.variables:
|
|
292
292
|
self._add_error(f"Zenith angle, '{key}', is missing.")
|
|
293
293
|
return
|
|
294
|
-
|
|
295
|
-
if
|
|
294
|
+
mean_angle = np.mean(self.nc[key][:])
|
|
295
|
+
if np.abs(mean_angle) < 1:
|
|
296
296
|
self._add_info(
|
|
297
|
-
f"Zenith angle {
|
|
297
|
+
f"Zenith angle {mean_angle} degrees – risk of specular reflection."
|
|
298
298
|
)
|
|
299
299
|
|
|
300
300
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cloudnetpy_qc-1.26.0 → cloudnetpy_qc-1.26.1}/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
|