diff --git a/dev/attributes/index.html b/dev/attributes/index.html index 9b1fac89..5ed60bc6 100644 --- a/dev/attributes/index.html +++ b/dev/attributes/index.html @@ -29,4 +29,4 @@ ))
Note that Dict
does not perserve the order of the attributes. Therefore an OrderedDict
from the package DataStructures
is preferable.
Or one could use simply the fillvalue
parameter of defVar
.
ncv1 = defVar(ds,"v1", UInt8, ("longitude", "latitude", "time"), fillvalue = UInt8(255), attrib = [
"add_offset" => -1.0,
"scale_factor" => 5.0,
-])
Settings
This document was generated with Documenter.jl version 0.27.25 on Friday 27 October 2023. Using Julia version 1.9.3.