How is checksum computed? #6
DennisHeimbigner
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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