diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index ca0ea5e4..a8ce0271 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-08-26T12:58:37","documenter_version":"1.6.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-08-30T06:49:45","documenter_version":"1.6.0"}} \ No newline at end of file diff --git a/dev/attributes/index.html b/dev/attributes/index.html index d0833677..cf80d99c 100644 --- a/dev/attributes/index.html +++ b/dev/attributes/index.html @@ -28,4 +28,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 1.6.0 on Monday 26 August 2024. Using Julia version 1.10.4.