From 4fdfaada8bd7902aab543fe520afb0d1b0122ea4 Mon Sep 17 00:00:00 2001 From: Victor Turpin Date: Wed, 21 Sep 2022 20:21:19 +0200 Subject: [PATCH 1/3] FillValue for PARAM Following recommendation of #102 to clarify how to manage fix values --- OG_Format.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OG_Format.adoc b/OG_Format.adoc index 661e89c1..c03a1c62 100644 --- a/OG_Format.adoc +++ b/OG_Format.adoc @@ -722,7 +722,7 @@ PARAMETER_UNITS:parameter_units_vocabulary = “”; = Geophysical variables //// = Geophysical variables - +"We recommend using NaN for float/double, but the user is allowed to choose any value with the same data type of the variable." [cols=",,",options="header",] |========================================================================================================================== |*VARIABLE NAME* |*variable attributes* |*requirement status* From 6f947dbad1aecef0908b53b9853cb5f7610a9b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Castel=C3=A3o?= Date: Mon, 24 Apr 2023 08:07:15 -0600 Subject: [PATCH 2/3] Update OG_Format.adoc A decision from meeting 2023-04-24. --- OG_Format.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OG_Format.adoc b/OG_Format.adoc index c03a1c62..e5f73761 100644 --- a/OG_Format.adoc +++ b/OG_Format.adoc @@ -722,7 +722,7 @@ PARAMETER_UNITS:parameter_units_vocabulary = “”; = Geophysical variables //// = Geophysical variables -"We recommend using NaN for float/double, but the user is allowed to choose any value with the same data type of the variable." +"The user is allowed to choose any value with the same data type of the variable out of that sensor's range of possible measurements." [cols=",,",options="header",] |========================================================================================================================== |*VARIABLE NAME* |*variable attributes* |*requirement status* From 2aeb03160239ad5a47f82938d633484ceedb64a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Castel=C3=A3o?= Date: Mon, 24 Apr 2023 08:22:56 -0600 Subject: [PATCH 3/3] Update OG_Format.adoc New suggestion from Jenn --- OG_Format.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OG_Format.adoc b/OG_Format.adoc index e5f73761..b86a50b9 100644 --- a/OG_Format.adoc +++ b/OG_Format.adoc @@ -722,7 +722,7 @@ PARAMETER_UNITS:parameter_units_vocabulary = “”; = Geophysical variables //// = Geophysical variables -"The user is allowed to choose any value with the same data type of the variable out of that sensor's range of possible measurements." +"The fill value should have the same data type as the variable and be outside of the range of possible data values." [cols=",,",options="header",] |========================================================================================================================== |*VARIABLE NAME* |*variable attributes* |*requirement status*