How is checksum computed? #6
DennisHeimbigner
started this conversation in
General
Replies: 2 comments
-
|
You are correct. The issue is under discussion here: #6 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Dennis, I'm late to the discussion. What are the 'counts?' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have discovered that netcdf and opendap compute the DAP checksum for a variable in different ways.
In netcdf, I take the part of the DAP4 data stream corresponding to a variable and compute the
checksum over that "sub-chunk".
In Opendap (Hyrax), the code picks out the data only and computes the checksum over that.
The difference then is that the netcdf checksum includes the counts for variable length data
and Hyrax excludes the counts.
I suspect that the netcdf approach is faster, but the difference is probably very small.
Beta Was this translation helpful? Give feedback.
All reactions