-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
183 lines (176 loc) · 11.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>epygram-2.0.1 documentation — epygram 2.0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
<link rel="stylesheet" type="text/css" href="_static/sphinxdoc.css?v=34905f61" />
<script src="_static/documentation_options.js?v=f5cff4aa"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Introduction" href="introduction.html" />
</head><body>
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="introduction.html" title="Introduction"
accesskey="N">next</a> |</li>
<li class="nav-item nav-item-0"><a href="#">epygram 2.0.1 documentation</a> »</li>
<li class="nav-item nav-item-this"><a href=""><em>epygram</em>-2.0.1 documentation</a></li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section id="epygram-release-documentation">
<h1><em>epygram</em>-2.0.1 documentation<a class="headerlink" href="#epygram-release-documentation" title="Link to this heading">¶</a></h1>
<section id="enhanced-python-for-graphics-and-analysis-of-meteorological-fields">
<h2><em>Enhanced Python for Graphics and Analysis of Meteorological fields</em><a class="headerlink" href="#enhanced-python-for-graphics-and-analysis-of-meteorological-fields" title="Link to this heading">¶</a></h2>
<p>The <code class="docutils literal notranslate"><span class="pre">epygram</span></code> package is a set of Python classes and functions
designed to handle meteorological fields in Python, as well as interfacing
their storage in various usual (or not) data formats.</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li>
<li class="toctree-l1"><a class="reference internal" href="distribution.html">Distribution</a></li>
</ul>
</div>
</section>
<hr class="docutils" />
<section id="user-guide">
<h2>User Guide:<a class="headerlink" href="#user-guide" title="Link to this heading">¶</a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="examples.html">Some examples</a></li>
<li class="toctree-l1"><a class="reference internal" href="tutorial/index.html">Tutorial</a></li>
<li class="toctree-l1"><a class="reference internal" href="FAQ.html">FAQ — Frequently Asked Questions</a></li>
<li class="toctree-l1"><a class="reference internal" href="apptools.html">Command-Line applicative tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="cmaps.html">Colormaps</a></li>
<li class="toctree-l1"><a class="reference internal" href="gallery/index.html">Gallery of use-cases</a></li>
</ul>
</div>
<p>The <code class="docutils literal notranslate"><span class="pre">epygram</span></code> <a class="reference download internal" download="" href="_downloads/5224d5596a8c43ddc11ae30b8936f492/cheatsheet.pdf"><code class="xref download docutils literal notranslate"><span class="pre">Cheatsheet</span></code></a></p>
</section>
<section id="technical-documentation">
<h2>Technical documentation:<a class="headerlink" href="#technical-documentation" title="Link to this heading">¶</a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="library/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">epygram</span></code> main package</a><ul>
<li class="toctree-l2"><a class="reference internal" href="library/index.html#core-library">Core library</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/epygram.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">epygram</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="library/geometries_lib.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">epygram.geometries</span></code> — Geometries</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/fields.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">epygram.fields</span></code> — Fields</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/formats.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">epygram.formats</span></code> — Formats</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/resources.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">epygram.resources</span></code> — Real and virtual resources handling</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/config.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">epygram.config</span></code> — Configuration: parameters, options</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/index.html#internals">Internals</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/util.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">epygram.util</span></code> — Utilities</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/moves.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">epygram.moves</span></code> — Moves</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/base.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">epygram.base</span></code> — Basic, non-specific classes</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/containers.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">epygram.containers</span></code> — Containers</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/index.html#accessories">Accessories</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/colormapping.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">epygram.colormapping</span></code> — Custom colormaps reading and tuning.</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/profiles.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">epygram.profiles</span></code> — Functions on vertical profiles</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/spectra.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">epygram.spectra</span></code> — Class and functions for spectra</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/cli/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">epygram.cli</span></code> — Command-line interface</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="extra/index.html"><code class="docutils literal notranslate"><span class="pre">epygram.extra</span></code> : independant side packages, used by epygram</a><ul>
<li class="toctree-l2"><a class="reference internal" href="extra/pyexttiff.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pyexttiff</span></code> — Classes to read Tiff</a></li>
<li class="toctree-l2"><a class="reference internal" href="extra/griberies/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">griberies</span></code> — utilities around GRIB</a></li>
<li class="toctree-l2"><a class="reference internal" href="extra/usevortex.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">usevortex</span></code> — Proxies to reach resources using Vortex</a></li>
</ul>
</li>
</ul>
</div>
</section>
</section>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<div>
<h3><a href="#">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#"><em>epygram</em>-2.0.1 documentation</a><ul>
<li><a class="reference internal" href="#enhanced-python-for-graphics-and-analysis-of-meteorological-fields"><em>Enhanced Python for Graphics and Analysis of Meteorological fields</em></a></li>
<li><a class="reference internal" href="#user-guide">User Guide:</a></li>
<li><a class="reference internal" href="#technical-documentation">Technical documentation:</a><ul>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div>
<h4>Next topic</h4>
<p class="topless"><a href="introduction.html"
title="next chapter">Introduction</a></p>
</div>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/index.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<search id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</search>
<script>document.getElementById('searchbox').style.display = "block"</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="introduction.html" title="Introduction"
>next</a> |</li>
<li class="nav-item nav-item-0"><a href="#">epygram 2.0.1 documentation</a> »</li>
<li class="nav-item nav-item-this"><a href=""><em>epygram</em>-2.0.1 documentation</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2014 --- 2024, A.Mary, S.Riette.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
</div>
</body>
</html>