Skip to content

Commit 668b4a4

Browse files
authored
define start_date as formatted time string to second precision (#198)
1 parent 21734e1 commit 668b4a4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

OG_Format.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ This document defines the common OceanGliders data format, hereafter OG1.0.
106106

107107
* Data files should be named as follows:
108108

109-
- "file_name" : "<id>.nc" (ex : "sp065_20210616T1430_R.nc")
109+
- "file_name" : "<id>.nc" (ex : "sp065_20210616T143025_R.nc")
110110

111111
* Recalling that:
112-
- "id" : "<trajectory>_<data_mode>" (ex : "sp065_20210616T1430_R")
113-
- "trajectory" : "<platform_name>_<start_date>" (ex : "sp065_20210616T1430")
112+
- "id" : "<trajectory>_<data_mode>" (ex : "sp065_20210616T143025_R")
113+
- "trajectory" : "<platform_name>_<start_date>" (ex : "sp065_20210616T143025")
114114
- "platform_name", "start_date", "data_mode" are as described below in this document.
115115

116116

@@ -205,6 +205,7 @@ ex.:
205205
|rtqc_method_doi |The digital object identifier of the methodology used to apply real-time quality control to the data set. |mandatory |
206206
|web_link |url that provides useful information about anything related to the glider mission. Multiple urls are separated by commas. |suggested |
207207
|comment |Miscellaneous information about the data or methods used to produce it. |suggested |
208+
|start_date | Datetime of glider deployment |mandatory | Formatted string: YYYYmmddTHHMMss e.g. 20240425T145805
208209
|date_created |date of creation of this data set |mandatory |iso 8601
209210
|featureType |Description of a single feature with this discrete sampling geometry |mandatory |trajectory
210211
|Conventions |A comma-separated list of the conventions that are followed by the dataset. |mandatory |ex.: "CF-1.9, ACDD-1.3, OG-1.0"

0 commit comments

Comments
 (0)