cloudnetpy 1.71.5__py3-none-any.whl → 1.71.6__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/instruments/hatpro.py +2 -1
- cloudnetpy/version.py +1 -1
- {cloudnetpy-1.71.5.dist-info → cloudnetpy-1.71.6.dist-info}/METADATA +1 -1
- {cloudnetpy-1.71.5.dist-info → cloudnetpy-1.71.6.dist-info}/RECORD +8 -8
- {cloudnetpy-1.71.5.dist-info → cloudnetpy-1.71.6.dist-info}/WHEEL +0 -0
- {cloudnetpy-1.71.5.dist-info → cloudnetpy-1.71.6.dist-info}/entry_points.txt +0 -0
- {cloudnetpy-1.71.5.dist-info → cloudnetpy-1.71.6.dist-info}/licenses/LICENSE +0 -0
- {cloudnetpy-1.71.5.dist-info → cloudnetpy-1.71.6.dist-info}/top_level.txt +0 -0
cloudnetpy/instruments/hatpro.py
CHANGED
@@ -110,7 +110,8 @@ def hatpro2l1c(
|
|
110
110
|
if key in site_meta:
|
111
111
|
hatpro.data[key] = CloudnetArray(site_meta[key], key, data_type="f4")
|
112
112
|
|
113
|
-
|
113
|
+
attrs_copy = ATTRIBUTES_1B01.copy()
|
114
|
+
attributes = output.add_time_attribute(attrs_copy, hatpro.date)
|
114
115
|
output.update_attributes(hatpro.data, attributes)
|
115
116
|
uuid = output.save_level1b(hatpro, output_file, uuid)
|
116
117
|
with netCDF4.Dataset(output_file, "a") as nc:
|
cloudnetpy/version.py
CHANGED
@@ -9,7 +9,7 @@ cloudnetpy/metadata.py,sha256=BDEpgwZ58PHznc1gi11gtNNV4kFiMAmlHnF4huTy7nw,5982
|
|
9
9
|
cloudnetpy/output.py,sha256=l0LoOhcGCBrg2EJ4NT1xZ7-UKWdV7X7yQ0fJmhkwJVc,15829
|
10
10
|
cloudnetpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
11
|
cloudnetpy/utils.py,sha256=U0iMIKPiKLrLVAfs_u9pPuoWYW1RJHcM8dbLF9a4yIA,29796
|
12
|
-
cloudnetpy/version.py,sha256=
|
12
|
+
cloudnetpy/version.py,sha256=pDKpD1o6SpJO_mS4pVMyx1Z1y_3N7-u7uMi7mxGXhP8,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
|
@@ -40,7 +40,7 @@ cloudnetpy/instruments/cl61d.py,sha256=g6DNBFju3wYhLFl32DKmC8pUup7y-EupXoUU0fuoG
|
|
40
40
|
cloudnetpy/instruments/cloudnet_instrument.py,sha256=086GJ6Nfp7sK9ZK8UygJOn-aiVPreez674_gbrOZj4I,5183
|
41
41
|
cloudnetpy/instruments/copernicus.py,sha256=99idcn6-iKOSvSslNjwFRng3gwlTLFjKPiT1tnVytpQ,6613
|
42
42
|
cloudnetpy/instruments/galileo.py,sha256=BjWE15_S3tTCOmAM5k--oicI3wghKaO0hv9EUBxtbl8,4830
|
43
|
-
cloudnetpy/instruments/hatpro.py,sha256=
|
43
|
+
cloudnetpy/instruments/hatpro.py,sha256=7DFULGywPru6tb9LwTl43XJTTfn7yGsHAdW9FY_zw1c,9096
|
44
44
|
cloudnetpy/instruments/instruments.py,sha256=97hHMjp8fp2IKihr0XJYY3BrOlBArU7gYwYmt3OxqvU,4124
|
45
45
|
cloudnetpy/instruments/lufft.py,sha256=nIoEKuuFGKq2dLqkX7zW-HpAifefG472tZhKfXE1yoA,4212
|
46
46
|
cloudnetpy/instruments/mira.py,sha256=Wofp8HbiAwJce_IbOLjpEFV07H_Kh4170C9Wygiz-ew,11401
|
@@ -115,10 +115,10 @@ cloudnetpy/products/lwc.py,sha256=sl6Al2tuH3KkCBrPbWTmuz3jlD5UQJ4D6qBsn1tt2CQ,18
|
|
115
115
|
cloudnetpy/products/mie_lu_tables.nc,sha256=It4fYpqJXlqOgL8jeZ-PxGzP08PMrELIDVe55y9ob58,16637951
|
116
116
|
cloudnetpy/products/mwr_tools.py,sha256=rd7UC67O4fsIE5SaHVZ4qWvUJTj41ZGwgQWPwZzOM14,5377
|
117
117
|
cloudnetpy/products/product_tools.py,sha256=uu4l6reuGbPcW3TgttbaSrqIKbyYGhBVTdnC7opKvmg,11101
|
118
|
-
cloudnetpy-1.71.
|
118
|
+
cloudnetpy-1.71.6.dist-info/licenses/LICENSE,sha256=wcZF72bdaoG9XugpyE95Juo7lBQOwLuTKBOhhtANZMM,1094
|
119
119
|
docs/source/conf.py,sha256=IKiFWw6xhUd8NrCg0q7l596Ck1d61XWeVjIFHVSG9Og,1490
|
120
|
-
cloudnetpy-1.71.
|
121
|
-
cloudnetpy-1.71.
|
122
|
-
cloudnetpy-1.71.
|
123
|
-
cloudnetpy-1.71.
|
124
|
-
cloudnetpy-1.71.
|
120
|
+
cloudnetpy-1.71.6.dist-info/METADATA,sha256=i-Sofs6QArvcbi7NqFIOJPPpt6HU_TX7GQB6FpL_0nQ,5787
|
121
|
+
cloudnetpy-1.71.6.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
122
|
+
cloudnetpy-1.71.6.dist-info/entry_points.txt,sha256=HhY7LwCFk4qFgDlXx_Fy983ZTd831WlhtdPIzV-Y3dY,51
|
123
|
+
cloudnetpy-1.71.6.dist-info/top_level.txt,sha256=ibSPWRr6ojS1i11rtBFz2_gkIe68mggj7aeswYfaOo0,16
|
124
|
+
cloudnetpy-1.71.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|