Skip to content

Commit

Permalink
build based on 2a8cd32
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Feb 19, 2024
1 parent 22aa57b commit 8e253ec
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-02-12T11:58:03","documenter_version":"1.2.1"}}
{"documenter":{"julia_version":"1.10.1","generation_timestamp":"2024-02-19T10:27:55","documenter_version":"1.2.1"}}
6 changes: 3 additions & 3 deletions dev/attributes/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>Attributes · NCDatasets.jl</title><meta name="title" content="Attributes · NCDatasets.jl"/><meta property="og:title" content="Attributes · NCDatasets.jl"/><meta property="twitter:title" content="Attributes · NCDatasets.jl"/><meta name="description" content="Documentation for NCDatasets.jl."/><meta property="og:description" content="Documentation for NCDatasets.jl."/><meta property="twitter:description" content="Documentation for NCDatasets.jl."/><meta property="og:url" content="https://alexander-barth.github.io/NCDatasets.jl/attributes/"/><meta property="twitter:url" content="https://alexander-barth.github.io/NCDatasets.jl/attributes/"/><link rel="canonical" href="https://alexander-barth.github.io/NCDatasets.jl/attributes/"/><script data-outdated-warner src="../assets/warner.js"></script><link href="https://cdnjs.cloudflare.com/ajax/libs/lato-font/3.0.0/css/lato-font.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/juliamono/0.050/juliamono.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/fontawesome.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/solid.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/brands.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.8/katex.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL=".."</script><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js" data-main="../assets/documenter.js"></script><script src="../search_index.js"></script><script src="../siteinfo.js"></script><script src="../../versions.js"></script><link class="docs-theme-link" rel="stylesheet" type="text/css" href="../assets/themes/documenter-dark.css" data-theme-name="documenter-dark" data-theme-primary-dark/><link class="docs-theme-link" rel="stylesheet" type="text/css" href="../assets/themes/documenter-light.css" data-theme-name="documenter-light" data-theme-primary/><script src="../assets/themeswap.js"></script></head><body><div id="documenter"><nav class="docs-sidebar"><a class="docs-logo" href="../"><img src="../assets/logo.svg" alt="NCDatasets.jl logo"/></a><div class="docs-package-name"><span class="docs-autofit"><a href="../">NCDatasets.jl</a></span></div><button class="docs-search-query input is-rounded is-small is-clickable my-2 mx-auto py-1 px-2" id="documenter-search-query">Search docs (Ctrl + /)</button><ul class="docs-menu"><li><a class="tocitem" href="../">Introduction</a></li><li><a class="tocitem" href="../dataset/">Datasets</a></li><li><a class="tocitem" href="../dimensions/">Dimensions</a></li><li><a class="tocitem" href="../variables/">Variables</a></li><li class="is-active"><a class="tocitem" href>Attributes</a><ul class="internal"><li><a class="tocitem" href="#Attributes"><span>Attributes</span></a></li><li><a class="tocitem" href="#Possible-type-promotion-in-Julia"><span>Possible type promotion in Julia</span></a></li></ul></li><li><a class="tocitem" href="../performance/">Performance tips</a></li><li><a class="tocitem" href="../other/">Other features</a></li><li><a class="tocitem" href="../issues/">Known issues</a></li><li><a class="tocitem" href="../tutorials/">Tutorials</a></li></ul><div class="docs-version-selector field has-addons"><div class="control"><span class="docs-label button is-static is-size-7">Version</span></div><div class="docs-selector control is-expanded"><div class="select is-fullwidth is-size-7"><select id="documenter-version-selector"></select></div></div></div></nav><div class="docs-main"><header class="docs-navbar"><a class="docs-sidebar-button docs-navbar-link fa-solid fa-bars is-hidden-desktop" id="documenter-sidebar-button" href="#"></a><nav class="breadcrumb"><ul class="is-hidden-mobile"><li class="is-active"><a href>Attributes</a></li></ul><ul class="is-hidden-tablet"><li class="is-active"><a href>Attributes</a></li></ul></nav><div class="docs-right"><a class="docs-navbar-link" href="https://github.com/Alexander-Barth/NCDatasets.jl" title="View the repository on GitHub"><span class="docs-icon fa-brands"></span><span class="docs-label is-hidden-touch">GitHub</span></a><a class="docs-navbar-link" href="https://github.com/Alexander-Barth/NCDatasets.jl/blob/master/docs/src/attributes.md" title="Edit source on GitHub"><span class="docs-icon fa-solid"></span></a><a class="docs-settings-button docs-navbar-link fa-solid fa-gear" id="documenter-settings-button" href="#" title="Settings"></a><a class="docs-article-toggle-button fa-solid fa-chevron-up" id="documenter-article-toggle-button" href="javascript:;" title="Collapse all docstrings"></a></div></header><article class="content" id="documenter-page"><h2 id="Attributes"><a class="docs-heading-anchor" href="#Attributes">Attributes</a><a id="Attributes-1"></a><a class="docs-heading-anchor-permalink" href="#Attributes" title="Permalink"></a></h2><p>The NetCDF dataset (as returned by <code>NCDataset</code> or NetCDF groups) and the NetCDF variables (as returned by <code>getindex</code>, <code>variable</code> or <code>defVar</code>) have the field <code>attrib</code> which has the type <code>NCDatasets.Attributes</code> and behaves like a julia dictionary.</p><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="Base.getindex-Tuple{CommonDataModel.Attributes, AbstractString}" href="#Base.getindex-Tuple{CommonDataModel.Attributes, AbstractString}"><code>Base.getindex</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">getindex(a::Attributes,name::SymbolOrString)</code></pre><p>Return the value of the attribute called <code>name</code> from the attribute list <code>a</code>. Generally the attributes are loaded by indexing, for example:</p><pre><code class="language-julia hljs">using NCDatasets
ds = NCDataset(&quot;file.nc&quot;)
title = ds.attrib[&quot;title&quot;]</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaGeo/CommonDataModel.jl/blob/v0.3.4/src/attribute.jl#L81-L93">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="Base.setindex!-Tuple{CommonDataModel.Attributes, Any, AbstractString}" href="#Base.setindex!-Tuple{CommonDataModel.Attributes, Any, AbstractString}"><code>Base.setindex!</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">Base.setindex!(a::Attributes,data,name::SymbolOrString)</code></pre><p>Set the attribute called <code>name</code> to the value <code>data</code> in the attribute list <code>a</code>. <code>data</code> can be a vector or a scalar. A scalar is handeld as a vector with one element in the NetCDF data model.</p><p>Generally the attributes are defined by indexing, for example:</p><pre><code class="language-julia hljs">ds = NCDataset(&quot;file.nc&quot;,&quot;c&quot;)
title = ds.attrib[&quot;title&quot;]</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaGeo/CommonDataModel.jl/blob/v0.3.5/src/attribute.jl#L81-L93">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="Base.setindex!-Tuple{CommonDataModel.Attributes, Any, AbstractString}" href="#Base.setindex!-Tuple{CommonDataModel.Attributes, Any, AbstractString}"><code>Base.setindex!</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">Base.setindex!(a::Attributes,data,name::SymbolOrString)</code></pre><p>Set the attribute called <code>name</code> to the value <code>data</code> in the attribute list <code>a</code>. <code>data</code> can be a vector or a scalar. A scalar is handeld as a vector with one element in the NetCDF data model.</p><p>Generally the attributes are defined by indexing, for example:</p><pre><code class="language-julia hljs">ds = NCDataset(&quot;file.nc&quot;,&quot;c&quot;)
ds.attrib[&quot;title&quot;] = &quot;my title&quot;
close(ds)</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaGeo/CommonDataModel.jl/blob/v0.3.4/src/attribute.jl#L97-L111">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="Base.keys-Tuple{CommonDataModel.Attributes}" href="#Base.keys-Tuple{CommonDataModel.Attributes}"><code>Base.keys</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">Base.keys(a::Attributes)</code></pre><p>Return a list of the names of all attributes.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaGeo/CommonDataModel.jl/blob/v0.3.4/src/attribute.jl#L73-L77">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="Base.delete!-Tuple{CommonDataModel.Attributes, AbstractString}" href="#Base.delete!-Tuple{CommonDataModel.Attributes, AbstractString}"><code>Base.delete!</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">Base.delete!(a::Attributes, name)</code></pre><p>Delete the attribute <code>name</code> from the attribute list <code>a</code>.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaGeo/CommonDataModel.jl/blob/v0.3.4/src/attribute.jl#L118-L122">source</a></section></article><p>Loading all attributes as a <code>Dict</code> can be achieved by passing <code>ds.attrib</code> (where <code>ds</code> is the <code>NCDataset</code>) as argument to <code>Dict</code>.</p><pre><code class="language-julia hljs">using NCDatasets
close(ds)</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaGeo/CommonDataModel.jl/blob/v0.3.5/src/attribute.jl#L97-L111">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="Base.keys-Tuple{CommonDataModel.Attributes}" href="#Base.keys-Tuple{CommonDataModel.Attributes}"><code>Base.keys</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">Base.keys(a::Attributes)</code></pre><p>Return a list of the names of all attributes.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaGeo/CommonDataModel.jl/blob/v0.3.5/src/attribute.jl#L73-L77">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="Base.delete!-Tuple{CommonDataModel.Attributes, AbstractString}" href="#Base.delete!-Tuple{CommonDataModel.Attributes, AbstractString}"><code>Base.delete!</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">Base.delete!(a::Attributes, name)</code></pre><p>Delete the attribute <code>name</code> from the attribute list <code>a</code>.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaGeo/CommonDataModel.jl/blob/v0.3.5/src/attribute.jl#L118-L122">source</a></section></article><p>Loading all attributes as a <code>Dict</code> can be achieved by passing <code>ds.attrib</code> (where <code>ds</code> is the <code>NCDataset</code>) as argument to <code>Dict</code>.</p><pre><code class="language-julia hljs">using NCDatasets
ncfile = download(&quot;https://www.unidata.ucar.edu/software/netcdf/examples/sresa1b_ncar_ccsm3-example.nc&quot;);
ds = NCDataset(ncfile);
attributes_as_dictionary = Dict(ds.attrib)
Expand All @@ -28,4 +28,4 @@
))</code></pre><p>Note that <code>Dict</code> does not perserve the order of the attributes. Therefore an <code>OrderedDict</code> from the package <code>DataStructures</code> is preferable.</p><p>Or one could use simply the <code>fillvalue</code> parameter of <code>defVar</code>.</p><pre><code class="language-julia hljs">ncv1 = defVar(ds,&quot;v1&quot;, UInt8, (&quot;longitude&quot;, &quot;latitude&quot;, &quot;time&quot;), fillvalue = UInt8(255), attrib = [
&quot;add_offset&quot; =&gt; -1.0,
&quot;scale_factor&quot; =&gt; 5.0,
])</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../variables/">« Variables</a><a class="docs-footer-nextpage" href="../performance/">Performance tips »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Monday 12 February 2024 11:58">Monday 12 February 2024</span>. Using Julia version 1.10.0.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
])</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../variables/">« Variables</a><a class="docs-footer-nextpage" href="../performance/">Performance tips »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Monday 19 February 2024 10:27">Monday 19 February 2024</span>. Using Julia version 1.10.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit 8e253ec

Please sign in to comment.