@@ -506,17 +506,17 @@ long_name = “longitude of deployment”;
506
506
////
507
507
=== Field comparison information
508
508
509
- [cols=",,",options="header",]
509
+ [cols=",,, ",options="header",]
510
510
|=========================================================================================================================================
511
- |*VARIABLE NAME* |*variable attributes* |*requirement status*
511
+ |*VARIABLE NAME* |*variable attributes* |*requirement status* | *Format, fixed value or example*
512
512
|FIELD_COMPARISON_REFERENCE a|
513
513
String FIELD_COMPARISON_REFERENCE:
514
514
515
515
FIELD_COMPARISON_REFERENCE:long_name = “links (uri or url) to supplementary data that can provide field comparison for platform sensors.”;
516
516
517
517
FIELD_COMPARISON_REFERENCE:comment = “multiple links are separated by a comma”
518
518
519
- |highly desirable
519
+ |highly desirable |
520
520
|=========================================================================================================================================
521
521
522
522
Note: FIELD_COMPARISON_REFERENCE is applicable to deployment, recovery, and delayed versions.
@@ -525,37 +525,40 @@ Note: FIELD_COMPARISON_REFERENCE is applicable to deployment, recovery, and dela
525
525
* [[hardware-information]]
526
526
== Hardware information
527
527
////
528
- === Hardware information
528
+ == Hardware information
529
529
530
- [cols=",,",options="header",]
530
+ [cols=",,, ",options="header",]
531
531
|=============================================================================
532
- |*VARIABLE NAME* |*variable attributes* |*requirement status*
532
+ |*VARIABLE NAME* |*variable attributes* |*requirement status* | *Format, fixed value or example*
533
533
|GLIDER_FIRMWARE_VERSION a|
534
534
string GLIDER_FIRMWARE_VERSION
535
535
536
536
GLIDER_FIRMWARE_VERSION:long_name = “version of the internal glider firmware”;
537
537
538
- |highly desirable
538
+ |highly desirable | *ex.:* v1.3.22
539
539
|LANDSTATION_VERSION a|
540
540
string LANDSTATION_VERSION
541
541
542
542
LANDSTATION_VERSION:long_name = “version of the server onshore”;
543
543
544
- |highly desirable
544
+ |highly desirable | *ex.:* "dockserver v3.42"
545
545
|BATTERY_TYPE a|
546
546
string BATTERY_TYPE
547
547
548
548
BATTERY_TYPE:long_name = “type of the battery”;
549
549
550
- BATTERY_TYPE:battery_type_vocabulary = “”;
550
+ BATTERY_TYPE:battery_type_vocabulary = “https://github.com/OceanGlidersCommunity/OG-format-user-manual/blob/main/vocabularyCollection/battery_type.md”;
551
+
552
+ |suggested | *ex.:* "lithium rechargeable"
553
+
554
+ BATTERY_TYPE:battery_type_vocabulary = “https://github.com/OceanGlidersCommunity/OG-format-user-manual/blob/main/vocabularyCollection/battery_type.md”
551
555
552
- |suggested
553
556
|BATTERY_PACK a|
554
557
string BATTERY_PACK
555
558
556
559
BATTERY_PACK:long_name = “battery packaging”;
557
560
558
- |suggested
561
+ |suggested | *ex.:* "2X24 12V battery"
559
562
|=============================================================================
560
563
561
564
////
@@ -564,25 +567,30 @@ BATTERY_PACK:long_name = “battery packaging”;
564
567
////
565
568
=== Telecom information
566
569
567
- [cols=",,",options="header",]
570
+ [cols=",,, ",options="header",]
568
571
|===============================================================================
569
- |*VARIABLE NAME* |*variable attributes* |*requirement status*
572
+ |*VARIABLE NAME* |*variable attributes* |*requirement status* | *Format, fixed value or example*
570
573
|TELECOM_TYPE a|
571
574
string TELECOM_TYPE
572
575
573
- TELECOM_TYPE:long_name = “type of telecommunication systems used by the glider”;
576
+ TELECOM_TYPE:long_name = “types of telecommunication systems used by the glider, multiple telecom type are separated by a comma ”;
574
577
575
- TELECOM_TYPE:telecom_type_vocabulary = “”;
578
+ TELECOM_TYPE:telecom_type_vocabulary = “https://github.com/OceanGlidersCommunity/OG-format-user-manual/blob/main/vocabularyCollection/telecom_type.md”;
579
+
580
+ |highly desirable | *ex.:* iridium
581
+
582
+ TELECOM_TYPE:telecom_type_vocabulary = “https://github.com/OceanGlidersCommunity/OG-format-user-manual/blob/main/vocabularyCollection/telecom_type.md”
576
583
577
- |highly desirable
578
584
|TRACKING_SYSTEM a|
579
585
string TRACKING_SYSTEM
580
586
581
- TRACKING_SYSTEM:long_name = “type of tracking systems used by the glider”;
587
+ TRACKING_SYSTEM:long_name = “type of tracking systems used by the glider, multiple tracking system are separated by a comma ”;
582
588
583
- TRACKING_SYSTEM:tracking_system_vocabulary = “”;
589
+ TRACKING_SYSTEM:tracking_system_vocabulary = “https://github.com/OceanGlidersCommunity/OG-format-user-manual/blob/main/vocabularyCollection/tracking_system.md ”;
584
590
585
- |highly desirable
591
+ |highly desirable | *ex.:* "gps, accoustic"
592
+
593
+ TRACKING_SYSTEM:tracking_system_vocabulary = "https://github.com/OceanGlidersCommunity/OG-format-user-manual/blob/main/vocabularyCollection/tracking_system.md, https://github.com/OceanGlidersCommunity/OG-format-user-manual/blob/main/vocabularyCollection/tracking_system.md"
586
594
|===============================================================================
587
595
588
596
////
0 commit comments