Skip to content

Commit 1b7b715

Browse files
authored
fill in missing requirements, reorder GPS, correct dtype (#254)
1 parent 9977fb3 commit 1b7b715

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

OG_Format.adoc

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ The mission identifier used by the institution principally responsible for origi
187187
|geospatial_lon_max |Describes a simple longitude limit |suggested |**format:** decimal degree
188188
|geospatial_vertical_min |Describes the numerically smaller vertical limit. |suggested |**format:** meter depth
189189
|geospatial_ vertical_max |Describes the numerically larger vertical limit |suggested |**format:** meter depth
190-
|time_coverage_start | | |**format:** iso 8601
191-
|time_coverage_end | | |**format:** iso 8601
190+
|time_coverage_start | Datetime of the first measurement in this dataset | highly desirable |**format**: Formatted string: YYYYmmddTHHMMss ex.: 20240425T145805
191+
|time_coverage_end | Datetime of the last measurement in this dataset | highly desirable |**format:** Formatted string: YYYYmmddTHHMMss ex.: 20240425T145805
192192
|site |The name of the regular sample line or area. |highly desirable | **ex.:** MOOSE_T00, MOOSE_02
193193
|site_vocabulary |Controlled vocabulary of the names used in the “site” attribute |highly desirable |To be defined
194194
|program |The overarching program(s) of which the dataset is a part. A program consists of a set (or portfolio) of related and possibly interdependent projects that meet an overarching objective. |Highly desirable |**ex.:** MOOSE glider program
@@ -227,7 +227,7 @@ The mission identifier used by the institution principally responsible for origi
227227
[cols=",,",options="header",]
228228
|=================================================================================================================================================================================================================================================================
229229
|*Name* |*Definition* |*Comment*
230-
|N_MEASUREMENTS |N_MEASUREMENTS = unlimited; |Number of recorded locations.
230+
|N_MEASUREMENTS |N_MEASUREMENTS = unlimited; |Number of recorded measurements.
231231
|=================================================================================================================================================================================================================================================================
232232

233233
////
@@ -328,18 +328,18 @@ OG1.0 requirements cover the GPS variables delivered by the glider when at the s
328328
[cols="1a,2a,1",options="header",]
329329
|============================================================
330330
|*VARIABLE NAME* |*variable attributes* |*requirement status*
331-
|LATITUDE_GPS
331+
|TIME_GPS
332332

333333
* data type: double
334334
* dimension: N_MEASUREMENTS |
335335

336-
* long_name = “latitude of each GPS location”;
337-
* standard_name = “latitude”;
338-
* units = “degrees_north”;
339-
* _FillValue = -9999.9;
340-
* valid_min = -90.0;
341-
* valid_max = 90.0;
342-
* ancillary_variables = "LATITUDE_GPS_QC"
336+
* long_name = “time of each GPS location”;
337+
* calendar = "gregorian" ;
338+
* units = “seconds since 1970-01-01T00:00:00Z”;
339+
* _FillValue = -1.0 ;
340+
* valid_min = 1e9 ;
341+
* valid_max = 4e9 ;
342+
* ancillary_variables = “TIME_GPS_QC”
343343

344344
|mandatory
345345
|LONGITUDE_GPS
@@ -356,18 +356,18 @@ OG1.0 requirements cover the GPS variables delivered by the glider when at the s
356356
* ancillary_variables = "LONGITUDE_GPS_QC"
357357

358358
|mandatory
359-
|TIME_GPS
359+
|LATITUDE_GPS
360360

361361
* data type: double
362362
* dimension: N_MEASUREMENTS |
363363

364-
* long_name = “time of each GPS location”;
365-
* calendar = "gregorian" ;
366-
* units = “seconds since 1970-01-01T00:00:00Z”;
367-
* _FillValue = -1.0 ;
368-
* valid_min = 1e9 ;
369-
* valid_max = 4e9 ;
370-
* ancillary_variables = “TIME_GPS_QC”
364+
* long_name = “latitude of each GPS location”;
365+
* standard_name = “latitude”;
366+
* units = “degrees_north”;
367+
* _FillValue = -9999.9;
368+
* valid_min = -90.0;
369+
* valid_max = 90.0;
370+
* ancillary_variables = "LATITUDE_GPS_QC"
371371

372372
|mandatory
373373
|============================================================
@@ -383,7 +383,7 @@ OG1.0 requirements cover the GPS variables delivered by the glider when at the s
383383
|*VARIABLE NAME* |*variable attributes* |*requirement status* | *Format, fixed value or example*
384384
|TRAJECTORY
385385

386-
* data type: TRAJECTORY |
386+
* data type: string |
387387

388388
TRAJECTORY:cf_role = "trajectory_id"
389389

0 commit comments

Comments
 (0)