cloudnetpy 1.66.3__py3-none-any.whl → 1.66.4__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/plotting/plotting.py +2 -2
- cloudnetpy/version.py +1 -1
- {cloudnetpy-1.66.3.dist-info → cloudnetpy-1.66.4.dist-info}/METADATA +1 -1
- {cloudnetpy-1.66.3.dist-info → cloudnetpy-1.66.4.dist-info}/RECORD +7 -7
- {cloudnetpy-1.66.3.dist-info → cloudnetpy-1.66.4.dist-info}/LICENSE +0 -0
- {cloudnetpy-1.66.3.dist-info → cloudnetpy-1.66.4.dist-info}/WHEEL +0 -0
- {cloudnetpy-1.66.3.dist-info → cloudnetpy-1.66.4.dist-info}/top_level.txt +0 -0
cloudnetpy/plotting/plotting.py
CHANGED
@@ -897,10 +897,10 @@ def _reformat_units(unit: str) -> str:
|
|
897
897
|
|
898
898
|
|
899
899
|
def _get_max_gap_in_minutes(figure_data: FigureData) -> float:
|
900
|
-
source = getattr(figure_data.file, "source", "")
|
900
|
+
source = getattr(figure_data.file, "source", "").lower()
|
901
901
|
file_type = getattr(figure_data.file, "cloudnet_file_type", "")
|
902
902
|
max_allowed_gap = {
|
903
|
-
"model": 181 if "gdas1" in source else 61,
|
903
|
+
"model": 181 if "gdas1" in source or "ecmwf open" in source else 61,
|
904
904
|
"mwr-multi": 35,
|
905
905
|
"weather-station": 12,
|
906
906
|
"doppler-lidar-wind": 75,
|
cloudnetpy/version.py
CHANGED
@@ -8,7 +8,7 @@ cloudnetpy/metadata.py,sha256=v_VDo2vbdTxB0zIsfP69IcrwSKiRlLpsGdq6JPI4CoA,5306
|
|
8
8
|
cloudnetpy/output.py,sha256=YrWRBEZg0QNZRVnd9ziAziH-eJSh7O5JuWiH4ZxM0_s,15584
|
9
9
|
cloudnetpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
10
|
cloudnetpy/utils.py,sha256=RIqxZoB62JmMOOfYH6_fqpaudH8wqS9WDbpnR2HCcTM,29040
|
11
|
-
cloudnetpy/version.py,sha256=
|
11
|
+
cloudnetpy/version.py,sha256=qc-qhTq032xVqcHhGnWSa0UG4HwP1_BSs5hRJCjmpMA,72
|
12
12
|
cloudnetpy/categorize/__init__.py,sha256=s-SJaysvVpVVo5kidiruWQO6p3gv2TXwY1wEHYO5D6I,44
|
13
13
|
cloudnetpy/categorize/atmos_utils.py,sha256=9-ymI6i1xASf-XAFyO87FaTfvq6bF89N1i_27OkUp-M,10104
|
14
14
|
cloudnetpy/categorize/attenuation.py,sha256=Y_-fzmQTltWTqIZTulJhovC7a6ifpMcaAazDJcnMIOc,990
|
@@ -100,7 +100,7 @@ cloudnetpy/model_evaluation/tests/unit/test_statistical_methods.py,sha256=Ra3r4V
|
|
100
100
|
cloudnetpy/model_evaluation/tests/unit/test_tools.py,sha256=Ia_VrLdV2NstX5gbx_3AZTOAlrgLAy_xFZ8fHYVX0xI,3817
|
101
101
|
cloudnetpy/plotting/__init__.py,sha256=lg9Smn4BI0dVBgnDLC3JVJ4GmwoSnO-qoSd4ApvwV6Y,107
|
102
102
|
cloudnetpy/plotting/plot_meta.py,sha256=ZvaKU3eXy1KFxQomnsEu3mCYpwwBYKAYk7oAwOzAGSg,16143
|
103
|
-
cloudnetpy/plotting/plotting.py,sha256=
|
103
|
+
cloudnetpy/plotting/plotting.py,sha256=7xkCBtzBToghaTcbbPBqDskQdTiiR44t8QcdeC0dENY,35354
|
104
104
|
cloudnetpy/products/__init__.py,sha256=2hRb5HG9hNrxH1if5laJkLeFeaZCd5W1q3hh4ewsX0E,273
|
105
105
|
cloudnetpy/products/classification.py,sha256=AKb9GCatvhS5KR0c9LfN96nUvzi02175ZCQlvMH1Dws,8077
|
106
106
|
cloudnetpy/products/der.py,sha256=soypE7uSEP4uHUCCQVEhyXsKY6e9mzV9B_2S5GUizqk,12729
|
@@ -114,8 +114,8 @@ cloudnetpy/products/mie_lu_tables.nc,sha256=It4fYpqJXlqOgL8jeZ-PxGzP08PMrELIDVe5
|
|
114
114
|
cloudnetpy/products/mwr_tools.py,sha256=rd7UC67O4fsIE5SaHVZ4qWvUJTj41ZGwgQWPwZzOM14,5377
|
115
115
|
cloudnetpy/products/product_tools.py,sha256=01Zc6xV8CSuYcIcLpchFf5POL3_c629-YMNDZJ51udA,10853
|
116
116
|
docs/source/conf.py,sha256=IKiFWw6xhUd8NrCg0q7l596Ck1d61XWeVjIFHVSG9Og,1490
|
117
|
-
cloudnetpy-1.66.
|
118
|
-
cloudnetpy-1.66.
|
119
|
-
cloudnetpy-1.66.
|
120
|
-
cloudnetpy-1.66.
|
121
|
-
cloudnetpy-1.66.
|
117
|
+
cloudnetpy-1.66.4.dist-info/LICENSE,sha256=wcZF72bdaoG9XugpyE95Juo7lBQOwLuTKBOhhtANZMM,1094
|
118
|
+
cloudnetpy-1.66.4.dist-info/METADATA,sha256=ZonRwFbO7fkwLDachNofxBgGK5TPHL-twxWpHdP1wRs,5784
|
119
|
+
cloudnetpy-1.66.4.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
120
|
+
cloudnetpy-1.66.4.dist-info/top_level.txt,sha256=ibSPWRr6ojS1i11rtBFz2_gkIe68mggj7aeswYfaOo0,16
|
121
|
+
cloudnetpy-1.66.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|