@@ -149,10 +149,7 @@ def parse_args(self, *args, **kwargs):
149
149
output_type = "uint16" ,
150
150
scale_factor = 50.0 ,
151
151
nc_dims = ("obs" ,),
152
- nc_attr = dict (
153
- long_name = "Distance to next position" ,
154
- units = "m" ,
155
- ),
152
+ nc_attr = dict (long_name = "Distance to next position" , units = "m" ,),
156
153
),
157
154
virtual = dict (
158
155
attr_name = None ,
@@ -304,18 +301,14 @@ def parse_args(self, *args, **kwargs):
304
301
nc_name = "i" ,
305
302
nc_type = "uint16" ,
306
303
nc_dims = ("obs" ,),
307
- nc_attr = dict (
308
- long_name = "Longitude index in the grid of the detection" ,
309
- ),
304
+ nc_attr = dict (long_name = "Longitude index in the grid of the detection" ,),
310
305
),
311
306
j = dict (
312
307
attr_name = "j" ,
313
308
nc_name = "j" ,
314
309
nc_type = "uint16" ,
315
310
nc_dims = ("obs" ,),
316
- nc_attr = dict (
317
- long_name = "Latitude index in the grid of the detection" ,
318
- ),
311
+ nc_attr = dict (long_name = "Latitude index in the grid of the detection" ,),
319
312
),
320
313
eke = dict (
321
314
attr_name = "eke" ,
@@ -364,8 +357,7 @@ def parse_args(self, *args, **kwargs):
364
357
nc_type = "uint32" ,
365
358
nc_dims = ("obs" ,),
366
359
nc_attr = dict (
367
- long_name = "Trajectory number" ,
368
- comment = "Trajectory identification number" ,
360
+ long_name = "Trajectory number" , comment = "Trajectory identification number" ,
369
361
),
370
362
),
371
363
sub_track = dict (
@@ -374,8 +366,7 @@ def parse_args(self, *args, **kwargs):
374
366
nc_type = "uint32" ,
375
367
nc_dims = ("obs" ,),
376
368
nc_attr = dict (
377
- long_name = "Segment Number" ,
378
- comment = "Segment number inside a group" ,
369
+ long_name = "Segment Number" , comment = "Segment number inside a group" ,
379
370
),
380
371
),
381
372
n = dict (
@@ -498,11 +489,7 @@ def parse_args(self, *args, **kwargs):
498
489
output_type = "u1" ,
499
490
scale_factor = 0.4 ,
500
491
nc_dims = ("obs" ,),
501
- nc_attr = dict (
502
- units = "%" ,
503
- comment = "score" ,
504
- long_name = "Score" ,
505
- ),
492
+ nc_attr = dict (units = "%" , comment = "score" , long_name = "Score" ,),
506
493
),
507
494
index_other = dict (
508
495
attr_name = None ,
@@ -571,10 +558,7 @@ def parse_args(self, *args, **kwargs):
571
558
old_nc_name = ["Chl" ],
572
559
nc_type = "f4" ,
573
560
nc_dims = ("obs" ,),
574
- nc_attr = dict (
575
- long_name = "Log base 10 chlorophyll" ,
576
- units = "Log(Chl/[mg/m^3])" ,
577
- ),
561
+ nc_attr = dict (long_name = "Log base 10 chlorophyll" , units = "Log(Chl/[mg/m^3])" ,),
578
562
),
579
563
dchl = dict (
580
564
attr_name = None ,
@@ -594,8 +578,7 @@ def parse_args(self, *args, **kwargs):
594
578
nc_type = "f4" ,
595
579
nc_dims = ("obs" ,),
596
580
nc_attr = dict (
597
- long_name = "Log base 10 background chlorophyll" ,
598
- units = "Log(Chl/[mg/m^3])" ,
581
+ long_name = "Log base 10 background chlorophyll" , units = "Log(Chl/[mg/m^3])" ,
599
582
),
600
583
),
601
584
year = dict (
@@ -604,32 +587,23 @@ def parse_args(self, *args, **kwargs):
604
587
old_nc_name = ["Year" ],
605
588
nc_type = "u2" ,
606
589
nc_dims = ("obs" ,),
607
- nc_attr = dict (
608
- long_name = "Year" ,
609
- units = "year" ,
610
- ),
590
+ nc_attr = dict (long_name = "Year" , units = "year" ,),
611
591
),
612
592
month = dict (
613
593
attr_name = None ,
614
594
nc_name = "month" ,
615
595
old_nc_name = ["Month" ],
616
596
nc_type = "u1" ,
617
597
nc_dims = ("obs" ,),
618
- nc_attr = dict (
619
- long_name = "Month" ,
620
- units = "month" ,
621
- ),
598
+ nc_attr = dict (long_name = "Month" , units = "month" ,),
622
599
),
623
600
day = dict (
624
601
attr_name = None ,
625
602
nc_name = "day" ,
626
603
old_nc_name = ["Day" ],
627
604
nc_type = "u1" ,
628
605
nc_dims = ("obs" ,),
629
- nc_attr = dict (
630
- long_name = "Day" ,
631
- units = "day" ,
632
- ),
606
+ nc_attr = dict (long_name = "Day" , units = "day" ,),
633
607
),
634
608
nb_contour_selected = dict (
635
609
attr_name = None ,
0 commit comments