windborne 1.0.2__py3-none-any.whl → 1.0.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.
- windborne/utils.py +6 -2
- {windborne-1.0.2.dist-info → windborne-1.0.3.dist-info}/METADATA +1 -1
- {windborne-1.0.2.dist-info → windborne-1.0.3.dist-info}/RECORD +6 -6
- {windborne-1.0.2.dist-info → windborne-1.0.3.dist-info}/WHEEL +0 -0
- {windborne-1.0.2.dist-info → windborne-1.0.3.dist-info}/entry_points.txt +0 -0
- {windborne-1.0.2.dist-info → windborne-1.0.3.dist-info}/top_level.txt +0 -0
windborne/utils.py
CHANGED
@@ -389,7 +389,7 @@ def convert_to_netcdf(data, curtime, output_filename=None):
|
|
389
389
|
ds = ds.assign_coords(time=("time", ds['time'].data))
|
390
390
|
|
391
391
|
# Now that calculations are done, remove variables not needed in the netcdf output
|
392
|
-
variables_to_drop = ['humidity', 'speed_x', 'speed_y', 'timestamp'
|
392
|
+
variables_to_drop = ['humidity', 'speed_x', 'speed_y', 'timestamp']
|
393
393
|
existing_vars = [var for var in variables_to_drop if var in ds]
|
394
394
|
ds = ds.drop_vars(existing_vars)
|
395
395
|
|
@@ -463,7 +463,6 @@ def convert_to_netcdf(data, curtime, output_filename=None):
|
|
463
463
|
'_FillValue': float('nan'),
|
464
464
|
'processing_level': ''
|
465
465
|
}
|
466
|
-
|
467
466
|
ds['specific_humidity'].attrs = {
|
468
467
|
'units': 'mg/kg',
|
469
468
|
'long_name': 'Specific Humidity',
|
@@ -471,6 +470,11 @@ def convert_to_netcdf(data, curtime, output_filename=None):
|
|
471
470
|
'processing_level': '',
|
472
471
|
'Conventions': "CF-1.8, WMO-CF-1.0"
|
473
472
|
}
|
473
|
+
ds['mission_name'].attrs = {
|
474
|
+
'long_name': 'Mission name',
|
475
|
+
'description': 'Which balloon collected the data',
|
476
|
+
'_FillValue': ''
|
477
|
+
}
|
474
478
|
|
475
479
|
# Add Global Attributes synonymous across all UASDC providers
|
476
480
|
if not is_multi_mission:
|
@@ -3,9 +3,9 @@ windborne/cli.py,sha256=ZNqeIlWqlKE4iCo8kptUH6Wbish0T8O7-Hljt-gEi9Q,31031
|
|
3
3
|
windborne/config.py,sha256=FYIBRiIuii5igAFQlOsHUa6u2i1kKnO1yZE7QfQJvUg,1688
|
4
4
|
windborne/data_api.py,sha256=dnF54sLPYRU5dect3WxmonbHKUjihfE9dVdpaT-fylk,35560
|
5
5
|
windborne/forecasts_api.py,sha256=AYuhFRls_XvzuNB55NF0w3y-_ocYwPxmI6C1lIyFkgM,16865
|
6
|
-
windborne/utils.py,sha256=
|
7
|
-
windborne-1.0.
|
8
|
-
windborne-1.0.
|
9
|
-
windborne-1.0.
|
10
|
-
windborne-1.0.
|
11
|
-
windborne-1.0.
|
6
|
+
windborne/utils.py,sha256=aEwZ1EPSA2j-1_tM99tIUqfXwliP7LJATBkOF8Y2yfU,38512
|
7
|
+
windborne-1.0.3.dist-info/METADATA,sha256=sll2L3ENyBL4BaF4h_na-T-DKHXBFx0eyRh7HP5RaNM,1264
|
8
|
+
windborne-1.0.3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
9
|
+
windborne-1.0.3.dist-info/entry_points.txt,sha256=j_YrqdCDrCd7p5MIwQ2BYwNXEi95VNANzLRJmcXEg1U,49
|
10
|
+
windborne-1.0.3.dist-info/top_level.txt,sha256=PE9Lauriu5S5REf7JKhXprufZ_V5RiZ_TnfnrLGJrmE,10
|
11
|
+
windborne-1.0.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|