From 928cac7743f152b10a80bb721bb49f531cbc8e07 Mon Sep 17 00:00:00 2001 From: Frank Greguska <89428916+frankinspace@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:11:15 -0700 Subject: [PATCH] set allow multiple values to false https://github.com/podaac/net2cog/issues/30 --- cmr/netcdf_cmr_umm_s.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmr/netcdf_cmr_umm_s.json b/cmr/netcdf_cmr_umm_s.json index b23672f..e26ba7e 100755 --- a/cmr/netcdf_cmr_umm_s.json +++ b/cmr/netcdf_cmr_umm_s.json @@ -28,7 +28,7 @@ ], "Subset": { "VariableSubset": { - "AllowMultipleValues": true + "AllowMultipleValues": false } } }, @@ -79,4 +79,4 @@ "Name": "UMM-S", "Version": "1.5.2" } -} \ No newline at end of file +}