-
Notifications
You must be signed in to change notification settings - Fork 0
Checksums have issues... #23
Description
And we need to fix them!
Should checksums really be optional?
How should they be requested if they continue to be optional? (The TDS currently accepts a query parameter, dap4.checksum=true, which will cause it to provide checksums for variables.
The narrative about checksums says:
As an option, checksums will be computed for the values of all the “top-level” variables present in the DMR of a returned response from a server. The term “top-level” means that the variable is not a field of a Structure (or Sequence) typed variable.
Which could be restated as:
As an option, checksums will be computed for the all variables that are present in the DMR of a returned response from a server, with the exception of variable members of a Structure or a Sequence.