cloudnetpy-qc 1.25.3__tar.gz → 1.25.4__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.25.3/cloudnetpy_qc.egg-info → cloudnetpy_qc-1.25.4}/PKG-INFO +1 -1
- {cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4}/cloudnetpy_qc/variables.py +5 -6
- {cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4}/cloudnetpy_qc/version.py +1 -1
- {cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4/cloudnetpy_qc.egg-info}/PKG-INFO +1 -1
- {cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4}/LICENSE +0 -0
- {cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4}/MANIFEST.in +0 -0
- {cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4}/README.md +0 -0
- {cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4}/cloudnetpy_qc/__init__.py +0 -0
- {cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4}/cloudnetpy_qc/coverage.py +0 -0
- {cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4}/cloudnetpy_qc/data/area-type-table.xml +0 -0
- {cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4}/cloudnetpy_qc/data/cf-standard-name-table.xml +0 -0
- {cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4}/cloudnetpy_qc/data/data_quality_config.ini +0 -0
- {cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4}/cloudnetpy_qc/data/standardized-region-list.xml +0 -0
- {cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4}/cloudnetpy_qc/py.typed +0 -0
- {cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4}/cloudnetpy_qc/quality.py +0 -0
- {cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4}/cloudnetpy_qc/utils.py +0 -0
- {cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4}/cloudnetpy_qc.egg-info/SOURCES.txt +0 -0
- {cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4}/cloudnetpy_qc.egg-info/dependency_links.txt +0 -0
- {cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4}/cloudnetpy_qc.egg-info/requires.txt +0 -0
- {cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4}/cloudnetpy_qc.egg-info/top_level.txt +0 -0
- {cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4}/pyproject.toml +0 -0
- {cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4}/setup.cfg +0 -0
- {cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4}/tests/test_qc.py +0 -0
- {cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4}/tests/test_utils.py +0 -0
|
@@ -159,12 +159,6 @@ VARIABLES = {
|
|
|
159
159
|
units="K",
|
|
160
160
|
required=[Product.WEATHER_STATION],
|
|
161
161
|
),
|
|
162
|
-
"air_pressure": Variable(
|
|
163
|
-
long_name="Air pressure",
|
|
164
|
-
units="Pa",
|
|
165
|
-
standard_name="air_pressure",
|
|
166
|
-
required=[Product.WEATHER_STATION],
|
|
167
|
-
),
|
|
168
162
|
"rainfall_amount": Variable(
|
|
169
163
|
long_name="Rainfall amount",
|
|
170
164
|
units="m",
|
|
@@ -1289,6 +1283,11 @@ VARIABLES = {
|
|
|
1289
1283
|
"status_flag": Variable(
|
|
1290
1284
|
long_name="Status flag for heater and blower",
|
|
1291
1285
|
),
|
|
1286
|
+
"air_pressure": Variable(
|
|
1287
|
+
long_name="Air pressure",
|
|
1288
|
+
units="Pa",
|
|
1289
|
+
standard_name="air_pressure",
|
|
1290
|
+
),
|
|
1292
1291
|
"wind_speed": Variable(
|
|
1293
1292
|
long_name="Wind speed",
|
|
1294
1293
|
standard_name="wind_speed",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cloudnetpy_qc-1.25.3 → cloudnetpy_qc-1.25.4}/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
|