cloudnetpy-qc 1.19.2__tar.gz → 1.19.3__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.2/cloudnetpy_qc.egg-info → cloudnetpy_qc-1.19.3}/PKG-INFO +1 -1
- {cloudnetpy_qc-1.19.2 → cloudnetpy_qc-1.19.3}/cloudnetpy_qc/variables.py +1 -2
- {cloudnetpy_qc-1.19.2 → cloudnetpy_qc-1.19.3}/cloudnetpy_qc/version.py +1 -1
- {cloudnetpy_qc-1.19.2 → cloudnetpy_qc-1.19.3/cloudnetpy_qc.egg-info}/PKG-INFO +1 -1
- {cloudnetpy_qc-1.19.2 → cloudnetpy_qc-1.19.3}/LICENSE +0 -0
- {cloudnetpy_qc-1.19.2 → cloudnetpy_qc-1.19.3}/MANIFEST.in +0 -0
- {cloudnetpy_qc-1.19.2 → cloudnetpy_qc-1.19.3}/README.md +0 -0
- {cloudnetpy_qc-1.19.2 → cloudnetpy_qc-1.19.3}/cloudnetpy_qc/__init__.py +0 -0
- {cloudnetpy_qc-1.19.2 → cloudnetpy_qc-1.19.3}/cloudnetpy_qc/data/area-type-table.xml +0 -0
- {cloudnetpy_qc-1.19.2 → cloudnetpy_qc-1.19.3}/cloudnetpy_qc/data/cf-standard-name-table.xml +0 -0
- {cloudnetpy_qc-1.19.2 → cloudnetpy_qc-1.19.3}/cloudnetpy_qc/data/data_quality_config.ini +0 -0
- {cloudnetpy_qc-1.19.2 → cloudnetpy_qc-1.19.3}/cloudnetpy_qc/data/standardized-region-list.xml +0 -0
- {cloudnetpy_qc-1.19.2 → cloudnetpy_qc-1.19.3}/cloudnetpy_qc/py.typed +0 -0
- {cloudnetpy_qc-1.19.2 → cloudnetpy_qc-1.19.3}/cloudnetpy_qc/quality.py +0 -0
- {cloudnetpy_qc-1.19.2 → cloudnetpy_qc-1.19.3}/cloudnetpy_qc/utils.py +0 -0
- {cloudnetpy_qc-1.19.2 → cloudnetpy_qc-1.19.3}/cloudnetpy_qc.egg-info/SOURCES.txt +0 -0
- {cloudnetpy_qc-1.19.2 → cloudnetpy_qc-1.19.3}/cloudnetpy_qc.egg-info/dependency_links.txt +0 -0
- {cloudnetpy_qc-1.19.2 → cloudnetpy_qc-1.19.3}/cloudnetpy_qc.egg-info/requires.txt +0 -0
- {cloudnetpy_qc-1.19.2 → cloudnetpy_qc-1.19.3}/cloudnetpy_qc.egg-info/top_level.txt +0 -0
- {cloudnetpy_qc-1.19.2 → cloudnetpy_qc-1.19.3}/pyproject.toml +0 -0
- {cloudnetpy_qc-1.19.2 → cloudnetpy_qc-1.19.3}/setup.cfg +0 -0
- {cloudnetpy_qc-1.19.2 → cloudnetpy_qc-1.19.3}/tests/test_qc.py +0 -0
- {cloudnetpy_qc-1.19.2 → cloudnetpy_qc-1.19.3}/tests/test_utils.py +0 -0
|
@@ -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
|
|
@@ -795,7 +795,6 @@ VARIABLES = {
|
|
|
795
795
|
required=[
|
|
796
796
|
Product.RAIN_GAUGE,
|
|
797
797
|
Product.DISDROMETER,
|
|
798
|
-
Product.WEATHER_STATION,
|
|
799
798
|
Product.RAIN_RADAR,
|
|
800
799
|
],
|
|
801
800
|
),
|
|
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.2 → cloudnetpy_qc-1.19.3}/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
|