cloudnetpy-qc 1.25.1__py3-none-any.whl → 1.25.2__py3-none-any.whl
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/quality.py +5 -1
- cloudnetpy_qc/version.py +1 -1
- {cloudnetpy_qc-1.25.1.dist-info → cloudnetpy_qc-1.25.2.dist-info}/METADATA +1 -1
- {cloudnetpy_qc-1.25.1.dist-info → cloudnetpy_qc-1.25.2.dist-info}/RECORD +7 -7
- {cloudnetpy_qc-1.25.1.dist-info → cloudnetpy_qc-1.25.2.dist-info}/WHEEL +0 -0
- {cloudnetpy_qc-1.25.1.dist-info → cloudnetpy_qc-1.25.2.dist-info}/licenses/LICENSE +0 -0
- {cloudnetpy_qc-1.25.1.dist-info → cloudnetpy_qc-1.25.2.dist-info}/top_level.txt +0 -0
cloudnetpy_qc/quality.py
CHANGED
|
@@ -808,7 +808,11 @@ class TestCoordinates(Test):
|
|
|
808
808
|
file_lon = np.atleast_1d(self.nc["longitude"][:])
|
|
809
809
|
file_lon[file_lon > 180] -= 360
|
|
810
810
|
|
|
811
|
-
if
|
|
811
|
+
if (
|
|
812
|
+
self.site_meta["time"] is not None
|
|
813
|
+
and file_lat.size > 1
|
|
814
|
+
and file_lon.size > 1
|
|
815
|
+
):
|
|
812
816
|
site_time = self._read_site_time()
|
|
813
817
|
file_time = self._read_file_time()
|
|
814
818
|
idx = utils.find_closest(file_time, site_time)
|
cloudnetpy_qc/version.py
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
cloudnetpy_qc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
cloudnetpy_qc/coverage.py,sha256=WeLiiGRYIjIvXo2QR7Z03WD_RPaV2D8d1R_oQiX68h8,2291
|
|
3
3
|
cloudnetpy_qc/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
cloudnetpy_qc/quality.py,sha256=
|
|
4
|
+
cloudnetpy_qc/quality.py,sha256=JQRH8fEk1ymEpYTprnp1887SEX0vPNyF5TVpTdfltuA,37874
|
|
5
5
|
cloudnetpy_qc/utils.py,sha256=zFVryl56le2cyfDSCyGCzMHACcsjK7AJZknii1fgfgg,5393
|
|
6
6
|
cloudnetpy_qc/variables.py,sha256=YrOw2qCdY8eTT3nlExpdtFU5YmVCC-yF9c0VQ-wWDzw,50851
|
|
7
|
-
cloudnetpy_qc/version.py,sha256=
|
|
7
|
+
cloudnetpy_qc/version.py,sha256=v8H9qe5U7DqWvKpw6D4xEdEdKABH952axEuERZ_vZe0,102
|
|
8
8
|
cloudnetpy_qc/data/area-type-table.xml,sha256=LQGp6rk8d-jZVjeFWPK_NjG2Kk1atvLlQXmV4UXggKI,17788
|
|
9
9
|
cloudnetpy_qc/data/cf-standard-name-table.xml,sha256=NvW9oPvPwMR1YRIwxajTwvF83oarcwsxkUqnQgqPO3k,4406495
|
|
10
10
|
cloudnetpy_qc/data/data_quality_config.ini,sha256=tQpbRQUlA3iz_8wCRMJfdKrP8ByWiM2SxtqszSoxQeA,1242
|
|
11
11
|
cloudnetpy_qc/data/standardized-region-list.xml,sha256=gLRE2G7RQLD9hmvW5dTzyK7XPhORxWv2bfbrvAp5Uto,6426
|
|
12
|
-
cloudnetpy_qc-1.25.
|
|
13
|
-
cloudnetpy_qc-1.25.
|
|
14
|
-
cloudnetpy_qc-1.25.
|
|
15
|
-
cloudnetpy_qc-1.25.
|
|
16
|
-
cloudnetpy_qc-1.25.
|
|
12
|
+
cloudnetpy_qc-1.25.2.dist-info/licenses/LICENSE,sha256=P0wszB7Cq2M390SKaqT4DGvECfwGOMdTTdxsWBpEUUc,1094
|
|
13
|
+
cloudnetpy_qc-1.25.2.dist-info/METADATA,sha256=UdBhHnEXye6rf9fapIFi6ns2UoMJivwUqV9rl7k6B0M,8193
|
|
14
|
+
cloudnetpy_qc-1.25.2.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
15
|
+
cloudnetpy_qc-1.25.2.dist-info/top_level.txt,sha256=shrf8A1KyrrnhbHocc4gHmTl38YY-DHflgf-gXiKnKs,14
|
|
16
|
+
cloudnetpy_qc-1.25.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|