cloudnetpy-qc 1.24.1__py3-none-any.whl → 1.24.3__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/data/data_quality_config.ini +1 -1
- cloudnetpy_qc/quality.py +2 -1
- cloudnetpy_qc/version.py +1 -1
- {cloudnetpy_qc-1.24.1.dist-info → cloudnetpy_qc-1.24.3.dist-info}/METADATA +1 -1
- {cloudnetpy_qc-1.24.1.dist-info → cloudnetpy_qc-1.24.3.dist-info}/RECORD +8 -8
- {cloudnetpy_qc-1.24.1.dist-info → cloudnetpy_qc-1.24.3.dist-info}/WHEEL +0 -0
- {cloudnetpy_qc-1.24.1.dist-info → cloudnetpy_qc-1.24.3.dist-info}/licenses/LICENSE +0 -0
- {cloudnetpy_qc-1.24.1.dist-info → cloudnetpy_qc-1.24.3.dist-info}/top_level.txt +0 -0
cloudnetpy_qc/quality.py
CHANGED
|
@@ -842,6 +842,7 @@ class TestCoordinates(Test):
|
|
|
842
842
|
site_lon = self.site_meta["longitude"]
|
|
843
843
|
file_lat = np.atleast_1d(self.nc["latitude"][:])
|
|
844
844
|
file_lon = np.atleast_1d(self.nc["longitude"][:])
|
|
845
|
+
file_lon[file_lon > 180] -= 360
|
|
845
846
|
dist = utils.haversine(site_lat, site_lon, file_lat, file_lon)
|
|
846
847
|
i = np.argmax(dist)
|
|
847
848
|
max_dist = 100 if self.nc.cloudnet_file_type == "model" else 10
|
|
@@ -850,7 +851,7 @@ class TestCoordinates(Test):
|
|
|
850
851
|
f"Variables 'latitude' and 'longitude' do not match "
|
|
851
852
|
f"the site coordinates: "
|
|
852
853
|
f"expected ({site_lat:.3f},\u00a0{site_lon:.3f}) "
|
|
853
|
-
f"but received ({file_lat[i]:.3f},\u00a0{file_lon[i]:.
|
|
854
|
+
f"but received ({file_lat[i]:.3f},\u00a0{file_lon[i]:.3f}), "
|
|
854
855
|
f"distance {round(dist[i])}\u00a0km"
|
|
855
856
|
)
|
|
856
857
|
|
cloudnetpy_qc/version.py
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
cloudnetpy_qc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
cloudnetpy_qc/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
cloudnetpy_qc/quality.py,sha256=
|
|
3
|
+
cloudnetpy_qc/quality.py,sha256=I8MXdJFzSb2KBOZTfn57J_c4ZI2KLBhZgsGFGRft0yM,37492
|
|
4
4
|
cloudnetpy_qc/utils.py,sha256=q_zD91g4eA4tBsW7M7y_UTKVkUZETDWT3NhAYPMOvcc,3909
|
|
5
5
|
cloudnetpy_qc/variables.py,sha256=YrOw2qCdY8eTT3nlExpdtFU5YmVCC-yF9c0VQ-wWDzw,50851
|
|
6
|
-
cloudnetpy_qc/version.py,sha256=
|
|
6
|
+
cloudnetpy_qc/version.py,sha256=_YYCCa5YSU7Oui-yhpWd4TrWI4myzaTtifSD4hJqKyw,102
|
|
7
7
|
cloudnetpy_qc/data/area-type-table.xml,sha256=LQGp6rk8d-jZVjeFWPK_NjG2Kk1atvLlQXmV4UXggKI,17788
|
|
8
8
|
cloudnetpy_qc/data/cf-standard-name-table.xml,sha256=NvW9oPvPwMR1YRIwxajTwvF83oarcwsxkUqnQgqPO3k,4406495
|
|
9
|
-
cloudnetpy_qc/data/data_quality_config.ini,sha256=
|
|
9
|
+
cloudnetpy_qc/data/data_quality_config.ini,sha256=tQpbRQUlA3iz_8wCRMJfdKrP8ByWiM2SxtqszSoxQeA,1242
|
|
10
10
|
cloudnetpy_qc/data/standardized-region-list.xml,sha256=gLRE2G7RQLD9hmvW5dTzyK7XPhORxWv2bfbrvAp5Uto,6426
|
|
11
|
-
cloudnetpy_qc-1.24.
|
|
12
|
-
cloudnetpy_qc-1.24.
|
|
13
|
-
cloudnetpy_qc-1.24.
|
|
14
|
-
cloudnetpy_qc-1.24.
|
|
15
|
-
cloudnetpy_qc-1.24.
|
|
11
|
+
cloudnetpy_qc-1.24.3.dist-info/licenses/LICENSE,sha256=P0wszB7Cq2M390SKaqT4DGvECfwGOMdTTdxsWBpEUUc,1094
|
|
12
|
+
cloudnetpy_qc-1.24.3.dist-info/METADATA,sha256=dCbtxH_zPAHo77DWxWwUPGX05FJOtUR4IkoVQl2eBIo,8168
|
|
13
|
+
cloudnetpy_qc-1.24.3.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
14
|
+
cloudnetpy_qc-1.24.3.dist-info/top_level.txt,sha256=shrf8A1KyrrnhbHocc4gHmTl38YY-DHflgf-gXiKnKs,14
|
|
15
|
+
cloudnetpy_qc-1.24.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|