cloudnetpy 1.74.2__py3-none-any.whl → 1.74.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/utils.py +3 -2
- cloudnetpy/version.py +1 -1
- {cloudnetpy-1.74.2.dist-info → cloudnetpy-1.74.3.dist-info}/METADATA +1 -1
- {cloudnetpy-1.74.2.dist-info → cloudnetpy-1.74.3.dist-info}/RECORD +8 -8
- {cloudnetpy-1.74.2.dist-info → cloudnetpy-1.74.3.dist-info}/WHEEL +1 -1
- {cloudnetpy-1.74.2.dist-info → cloudnetpy-1.74.3.dist-info}/entry_points.txt +0 -0
- {cloudnetpy-1.74.2.dist-info → cloudnetpy-1.74.3.dist-info}/licenses/LICENSE +0 -0
- {cloudnetpy-1.74.2.dist-info → cloudnetpy-1.74.3.dist-info}/top_level.txt +0 -0
cloudnetpy/utils.py
CHANGED
@@ -1067,8 +1067,9 @@ def add_site_geolocation(
|
|
1067
1067
|
for key in ("latitude", "longitude", "altitude"):
|
1068
1068
|
value = None
|
1069
1069
|
source = None
|
1070
|
-
# Prefer accurate GPS coordinates.
|
1071
|
-
|
1070
|
+
# Prefer accurate GPS coordinates. Don't trust altitude because its less
|
1071
|
+
# accurate and at least in Lindenberg BASTA there are large jumps.
|
1072
|
+
if gps and key != "altitude":
|
1072
1073
|
values = None
|
1073
1074
|
if isinstance(dataset, netCDF4.Dataset) and key in dataset.variables:
|
1074
1075
|
values = dataset[key][:]
|
cloudnetpy/version.py
CHANGED
@@ -8,8 +8,8 @@ cloudnetpy/exceptions.py,sha256=hYbUtBwjCIfxnPe_5mELDEw87AWITBrwuo7WYIEKmJ8,1579
|
|
8
8
|
cloudnetpy/metadata.py,sha256=lO7BCbVAzFoH3Nq-VuezYX0f7MnbG1Zp11g5GSiuQwM,6189
|
9
9
|
cloudnetpy/output.py,sha256=l0LoOhcGCBrg2EJ4NT1xZ7-UKWdV7X7yQ0fJmhkwJVc,15829
|
10
10
|
cloudnetpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
|
-
cloudnetpy/utils.py,sha256=
|
12
|
-
cloudnetpy/version.py,sha256=
|
11
|
+
cloudnetpy/utils.py,sha256=mzibw-RiC4e6rJGeJUf3RR_j-LmmcwqejzbacmXCmZA,33460
|
12
|
+
cloudnetpy/version.py,sha256=5Em4g3m0QTRiXZUJ9J1RZm4RDrxBB2037NObIGoVItI,72
|
13
13
|
cloudnetpy/categorize/__init__.py,sha256=s-SJaysvVpVVo5kidiruWQO6p3gv2TXwY1wEHYO5D6I,44
|
14
14
|
cloudnetpy/categorize/atmos_utils.py,sha256=RcmbKxm2COkE7WEya0mK3yX5rzUbrewRVh3ekm01RtM,10598
|
15
15
|
cloudnetpy/categorize/attenuation.py,sha256=Y_-fzmQTltWTqIZTulJhovC7a6ifpMcaAazDJcnMIOc,990
|
@@ -116,10 +116,10 @@ cloudnetpy/products/lwc.py,sha256=sl6Al2tuH3KkCBrPbWTmuz3jlD5UQJ4D6qBsn1tt2CQ,18
|
|
116
116
|
cloudnetpy/products/mie_lu_tables.nc,sha256=It4fYpqJXlqOgL8jeZ-PxGzP08PMrELIDVe55y9ob58,16637951
|
117
117
|
cloudnetpy/products/mwr_tools.py,sha256=1SRaQRW6-1svfnUk25sMyWXSwRJ1fg7v48TsMENZQpg,5103
|
118
118
|
cloudnetpy/products/product_tools.py,sha256=uu4l6reuGbPcW3TgttbaSrqIKbyYGhBVTdnC7opKvmg,11101
|
119
|
-
cloudnetpy-1.74.
|
119
|
+
cloudnetpy-1.74.3.dist-info/licenses/LICENSE,sha256=wcZF72bdaoG9XugpyE95Juo7lBQOwLuTKBOhhtANZMM,1094
|
120
120
|
docs/source/conf.py,sha256=IKiFWw6xhUd8NrCg0q7l596Ck1d61XWeVjIFHVSG9Og,1490
|
121
|
-
cloudnetpy-1.74.
|
122
|
-
cloudnetpy-1.74.
|
123
|
-
cloudnetpy-1.74.
|
124
|
-
cloudnetpy-1.74.
|
125
|
-
cloudnetpy-1.74.
|
121
|
+
cloudnetpy-1.74.3.dist-info/METADATA,sha256=0mArkDw_cLepZ7OiZhm9lOGTuNCbMckGcGnSWZ4Ck9s,5796
|
122
|
+
cloudnetpy-1.74.3.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
123
|
+
cloudnetpy-1.74.3.dist-info/entry_points.txt,sha256=HhY7LwCFk4qFgDlXx_Fy983ZTd831WlhtdPIzV-Y3dY,51
|
124
|
+
cloudnetpy-1.74.3.dist-info/top_level.txt,sha256=ibSPWRr6ojS1i11rtBFz2_gkIe68mggj7aeswYfaOo0,16
|
125
|
+
cloudnetpy-1.74.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|