cloudnetpy-qc 1.19.5__tar.gz → 1.21.0__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.5/cloudnetpy_qc.egg-info → cloudnetpy_qc-1.21.0}/PKG-INFO +2 -1
- {cloudnetpy_qc-1.19.5 → cloudnetpy_qc-1.21.0}/README.md +1 -0
- {cloudnetpy_qc-1.19.5 → cloudnetpy_qc-1.21.0}/cloudnetpy_qc/data/area-type-table.xml +23 -5
- {cloudnetpy_qc-1.19.5 → cloudnetpy_qc-1.21.0}/cloudnetpy_qc/data/cf-standard-name-table.xml +4456 -11658
- {cloudnetpy_qc-1.19.5 → cloudnetpy_qc-1.21.0}/cloudnetpy_qc/data/standardized-region-list.xml +8 -2
- {cloudnetpy_qc-1.19.5 → cloudnetpy_qc-1.21.0}/cloudnetpy_qc/quality.py +23 -1
- {cloudnetpy_qc-1.19.5 → cloudnetpy_qc-1.21.0}/cloudnetpy_qc/variables.py +101 -0
- {cloudnetpy_qc-1.19.5 → cloudnetpy_qc-1.21.0}/cloudnetpy_qc/version.py +2 -2
- {cloudnetpy_qc-1.19.5 → cloudnetpy_qc-1.21.0/cloudnetpy_qc.egg-info}/PKG-INFO +2 -1
- {cloudnetpy_qc-1.19.5 → cloudnetpy_qc-1.21.0}/pyproject.toml +1 -1
- {cloudnetpy_qc-1.19.5 → cloudnetpy_qc-1.21.0}/LICENSE +0 -0
- {cloudnetpy_qc-1.19.5 → cloudnetpy_qc-1.21.0}/MANIFEST.in +0 -0
- {cloudnetpy_qc-1.19.5 → cloudnetpy_qc-1.21.0}/cloudnetpy_qc/__init__.py +0 -0
- {cloudnetpy_qc-1.19.5 → cloudnetpy_qc-1.21.0}/cloudnetpy_qc/data/data_quality_config.ini +0 -0
- {cloudnetpy_qc-1.19.5 → cloudnetpy_qc-1.21.0}/cloudnetpy_qc/py.typed +0 -0
- {cloudnetpy_qc-1.19.5 → cloudnetpy_qc-1.21.0}/cloudnetpy_qc/utils.py +0 -0
- {cloudnetpy_qc-1.19.5 → cloudnetpy_qc-1.21.0}/cloudnetpy_qc.egg-info/SOURCES.txt +0 -0
- {cloudnetpy_qc-1.19.5 → cloudnetpy_qc-1.21.0}/cloudnetpy_qc.egg-info/dependency_links.txt +0 -0
- {cloudnetpy_qc-1.19.5 → cloudnetpy_qc-1.21.0}/cloudnetpy_qc.egg-info/requires.txt +0 -0
- {cloudnetpy_qc-1.19.5 → cloudnetpy_qc-1.21.0}/cloudnetpy_qc.egg-info/top_level.txt +0 -0
- {cloudnetpy_qc-1.19.5 → cloudnetpy_qc-1.21.0}/setup.cfg +0 -0
- {cloudnetpy_qc-1.19.5 → cloudnetpy_qc-1.21.0}/tests/test_qc.py +0 -0
- {cloudnetpy_qc-1.19.5 → cloudnetpy_qc-1.21.0}/tests/test_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: cloudnetpy_qc
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.21.0
|
|
4
4
|
Summary: Quality control routines for CloudnetPy products
|
|
5
5
|
Author-email: Finnish Meteorological Institute <actris-cloudnet@fmi.fi>
|
|
6
6
|
License: MIT License
|
|
@@ -136,6 +136,7 @@ print(json_object)
|
|
|
136
136
|
| `TestCFConvention` | Test compliance with the CF metadata conventions. |
|
|
137
137
|
| `TestComment` | Check that variables have expected comments. |
|
|
138
138
|
| `TestDataCoverage` | Test that file contains enough data. |
|
|
139
|
+
| `TestDataModel` | Test netCDF data model. |
|
|
139
140
|
| `TestDataTypes` | Check that variables have expected data types. |
|
|
140
141
|
| `TestFillValue` | Test that fill value is explicitly set for variables with missing data. |
|
|
141
142
|
| `TestFloatingPointValues` | Test for special floating-point values which may indicate problems with the processing. |
|
|
@@ -84,6 +84,7 @@ print(json_object)
|
|
|
84
84
|
| `TestCFConvention` | Test compliance with the CF metadata conventions. |
|
|
85
85
|
| `TestComment` | Check that variables have expected comments. |
|
|
86
86
|
| `TestDataCoverage` | Test that file contains enough data. |
|
|
87
|
+
| `TestDataModel` | Test netCDF data model. |
|
|
87
88
|
| `TestDataTypes` | Check that variables have expected data types. |
|
|
88
89
|
| `TestFillValue` | Test that fill value is explicitly set for variables with missing data. |
|
|
89
90
|
| `TestFloatingPointValues` | Test for special floating-point values which may indicate problems with the processing. |
|
|
@@ -1,17 +1,26 @@
|
|
|
1
1
|
<?xml version="1.0"?>
|
|
2
2
|
<area_type_table xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="area-type-table-1.1.xsd">
|
|
3
3
|
<title>Area Type Table</title>
|
|
4
|
-
<version_number>
|
|
5
|
-
<date>
|
|
4
|
+
<version_number>12</version_number>
|
|
5
|
+
<date>21 January 2025</date>
|
|
6
6
|
<institution>Centre for Environmental Data Analysis</institution>
|
|
7
7
|
<contact>support@ceda.ac.uk</contact>
|
|
8
8
|
|
|
9
|
+
<entry id="air">
|
|
10
|
+
<description>The area type of "air" distinguishes the atmospheric portion of a domain from the land portion (or any other non-air portion). It is needed when a variable such as wind speed is reported, for example, on a surface at mean sea level pressure. At most locations over land, this surface would be underground and would need to be excluded from consideration, which could be indicated by specifying a cell_ methods "where air".</description>
|
|
11
|
+
</entry>
|
|
9
12
|
<entry id="all_area_types">
|
|
10
13
|
<description></description>
|
|
11
14
|
</entry>
|
|
12
15
|
<entry id="bare_ground">
|
|
13
16
|
<description></description>
|
|
14
17
|
</entry>
|
|
18
|
+
<entry id="broadleaf_deciduous_trees">
|
|
19
|
+
<description>Broadleaf trees are characterized by leaves that are broad, flat and thin with networked veins (reference: https://treeterms.co.uk/broadleaf/). Deciduous trees lose their leaves seasonally, for example, during winter in high latitudes or following seasonal variations in rainfall.</description>
|
|
20
|
+
</entry>
|
|
21
|
+
<entry id="broadleaf_evergreen_trees">
|
|
22
|
+
<description>Broadleaf trees are characterized by leaves that are broad, flat and thin with networked veins (reference: https://treeterms.co.uk/broadleaf/). Evergreen plants retain their leaves through the year and into the following growing season (reference: https://www.britannica.com/plant/evergreen-plant).</description>
|
|
23
|
+
</entry>
|
|
15
24
|
<entry id="burnt_vegetation">
|
|
16
25
|
<description></description>
|
|
17
26
|
</entry>
|
|
@@ -25,10 +34,10 @@
|
|
|
25
34
|
<description></description>
|
|
26
35
|
</entry>
|
|
27
36
|
<entry id="cloud">
|
|
28
|
-
<description
|
|
37
|
+
<description>The "cloud" area type is a general term and includes both convective_cloud and stratiform_cloud types and any additional cloud areas that are not separately named.</description>
|
|
29
38
|
</entry>
|
|
30
39
|
<entry id="convective_cloud">
|
|
31
|
-
<description
|
|
40
|
+
<description>This area type complements the "stratiform_cloud" area type, which is the other major category of cloud. The "cloud" area type is a more general term and includes both convective_cloud and stratiform_cloud types.</description>
|
|
32
41
|
</entry>
|
|
33
42
|
<entry id="crops">
|
|
34
43
|
<description>The definition of "crops" is model dependent, for example, some models may include fruit trees as crops.</description>
|
|
@@ -73,7 +82,7 @@
|
|
|
73
82
|
<description>The area type "ice_and_snow_on_land" means ice in glaciers, ice caps, ice sheets (grounded and floating shelves), river and lake ice, any other ice on a land surface, such as frozen flood water, and snow lying on such ice or on the land surface.</description>
|
|
74
83
|
</entry>
|
|
75
84
|
<entry id="ice_sheet">
|
|
76
|
-
<description>An area type of "
|
|
85
|
+
<description>An area type of "ice_sheet" indicates where ice sheets are present. It includes both grounded ice sheets resting over bedrock and any ice shelves flowing over the ocean that are attached to grounded ice sheets. The ice_sheet area type excludes ice-caps and glaciers and any floating ice shelves and ice tongues attached to them, but the land_ice area type includes those as well as the ice_sheet area.</description>
|
|
77
86
|
</entry>
|
|
78
87
|
<entry id="lake_ice_or_sea_ice">
|
|
79
88
|
<description>Floating ice excluding ice-shelves and icebergs.</description>
|
|
@@ -96,6 +105,12 @@
|
|
|
96
105
|
<entry id="natural_grasses_of_c4_plant_functional_types">
|
|
97
106
|
<description>"Natural grasses" means grasses growing in areas of low productivity, often situated on rough or uneven ground. This can include rocky areas, briars and heathland. A "c4 plant" is one that utilizes the C4 carbon fixation pathway in which the CO2 is first bound to a compound containing four carbon atoms before photosynthesis reactions take place. All trees are C3 type. Grasses and crops can be C3 or C4.</description>
|
|
98
107
|
</entry>
|
|
108
|
+
<entry id="needleleaf_deciduous_trees">
|
|
109
|
+
<description>Needleleaf trees, often referred to as conifers, have long, thin needle-shaped leaves that are well adapted to retaining water. Deciduous trees lose their leaves seasonally, for example, during winter in high latitudes or following seasonal variations in rainfall.</description>
|
|
110
|
+
</entry>
|
|
111
|
+
<entry id="needleleaf_evergreen_trees">
|
|
112
|
+
<description>Needleleaf trees, often referred to as conifers, have long, thin needle-shaped leaves that are well adapted to retaining water. Evergreen plants retain their leaves through the year and into the following growing season (reference: https://www.britannica.com/plant/evergreen-plant).</description>
|
|
113
|
+
</entry>
|
|
99
114
|
<entry id="pastures">
|
|
100
115
|
<description>Pastures are assumed to be anthropogenic in origin. They include anthropogenically managed pastureland and rangeland.</description>
|
|
101
116
|
</entry>
|
|
@@ -149,6 +164,9 @@
|
|
|
149
164
|
</entry>
|
|
150
165
|
<entry id="snow_free_land">
|
|
151
166
|
<description></description>
|
|
167
|
+
</entry>
|
|
168
|
+
<entry id="stratiform_cloud">
|
|
169
|
+
<description>This area type complements the "convective_cloud" area type, which is the other major category of cloud. The "cloud" area type is a more general term and includes both convective_cloud and stratiform_cloud types.</description>
|
|
152
170
|
</entry>
|
|
153
171
|
<entry id="trees">
|
|
154
172
|
<description>The distinction between trees and shrubs is model dependent. All trees are C3 plant functional type.</description>
|