-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtutorials.html
executable file
·285 lines (284 loc) · 13.6 KB
/
tutorials.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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
---
title: Tutorials
layout: default
---
<div class="container">
<h2>Jupyter-notebooks Tutorials</h2>
<p>
To run these examples you will need the nightly Conda build of
<a href="https://github.com/CDAT/uvcdat/wiki/Install-using-Anaconda">CDAT installed</a> with Jupyter.
</p>
<p>
If you are unfamiliar with Jupyter notebooks, many resources exist on the web including the <a href ="https://jupyter.org/">Jupyter Project's</a> home page or <a href="https://jupyter.readthedocs.io/en/latest/">Jupyter's Documentation</a> page.
</p>
<p>Other learning resources include:
<ul><li><a href="https://www.dataquest.io/blog/jupyter-notebook-tutorial/">Dataquest's Jupyter Notebook Tutorial</a></li>
<li><a href="https://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/">Read the Docs' Jupyter/IPython Notebook Quick Start Guide</a></li>
<li><a href="https://www.datacamp.com/community/tutorials/tutorial-jupyter-notebook">DataCamp's Jupyter Notebook Tutorial: The Definitive Guide</a></li>
</ul>
</p>
<div class="container">
<h3>CDMS</h3>
<p> Examples of how to use CDMS</p>
<div class="example">
<a href="Jupyter-notebooks/cdms/cdms2_101/cdms2_101.html">
<div class="img-wrapper"><img src="images/uvcdat.png"/></div>
<p>CDMS2 101</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/cdms/Redecorate+Transient+Variable/Redecorate+Transient+Variable.html">
<div class="img-wrapper"><img src="images/uvcdat.png"/></div>
<p>Put variable dimensions and attributes back tutorial</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/cdms/Creating_Non_Rectiilinear_Grids_From_Scratch/Creating_Non_Rectiilinear_Grids_From_Scratch.html">
<div class="img-wrapper"><img src="images/uvcdat.png"/></div>
<p>Creating non rectilinear grids from scratch</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/cdms/NetCDF4_Compression/NetCDF4_Compression.html">
<div class="img-wrapper"><img src="images/uvcdat.png"/></div>
<p>Controling NetCDF4 files compression</p>
</a>
</div>
</div>
<div class="container">
<h3>VCS</h3>
<p> Examples of how to use VCS</p>
<div class="example">
<a href="Jupyter-notebooks/vcs/VCS_Basics/VCS_Basics.html">
<div class="img-wrapper">
<img src="Jupyter-notebooks/vcs/VCS_Basics/VCS_Basics.png"/>
</div>
<p>VCS Basics</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/vcs/VCS_Principles/VCS_Principles.html">
<div class="img-wrapper">
<img src="Jupyter-notebooks/vcs/VCS_Principles/VCS_Principles.png"/>
</div>
<p>VCS Principles</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/vcs/VCS_Example/VCS_Example.html">
<div class="img-wrapper">
<img src="Jupyter-notebooks/vcs/VCS_Example/VCS_Example.png"/>
</div>
<p>An Example of using VCS</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/vcs/VCS_Templates/VCS_Templates.html">
<div class="img-wrapper">
<img src="Jupyter-notebooks/vcs/VCS_Templates/template_attributes.png"/>
</div>
<p>VCS Template - Modify Many Aspects of a Plot</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/vcs/VCS_Text_Objects/VCS_Text_Objects.html">
<div class="img-wrapper">
<img src="Jupyter-notebooks/vcs/VCS_Text_Objects/VCS_Text_Objects.png"/>
</div>
<p>Text objects in VCS</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/vcs/boxfill/boxfill.html">
<div class="img-wrapper">
<img src="Jupyter-notebooks/vcs/boxfill/boxfill.png"/>
</div>
<p>Walkthrough of each attribute of boxfill</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/vcs/streamlines/streamlines.html">
<div class="img-wrapper">
<img src="Jupyter-notebooks/vcs/streamlines/streamlines.png"/>
</div>
<p>Streamlines</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/vcs/Taylor_Diagrams/Taylor_Diagrams.html">
<div class="img-wrapper">
<img src="Jupyter-notebooks/vcs/Taylor_Diagrams/Taylor_Diagrams.png"/>
</div>
<p>Taylor diagrams tutorial</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/vcs/1D_Multi_line_Plots/1D_Multi_line_Plots.html">
<div class="img-wrapper">
<img src="Jupyter-notebooks/vcs/1D_Multi_line_Plots/1D_Multi_line_Plots.png"/>
</div>
<p>Line plots tutorial</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/vcs/Mathematical_Expressions_and_Symbols/Mathematical_Expressions_and_Symbols.html">
<div class="img-wrapper">
<img src="Jupyter-notebooks/vcs/Mathematical_Expressions_and_Symbols/Mathematical_Expressions_and_Symbols.png">
</div>
<p>Mathematical expressions and symbols tutorial</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/vcs/Colormap_Tutorial/Colormap_Tutorial.html">
<div class="img-wrapper">
<img src="Jupyter-notebooks/vcs/Colormap_Tutorial/Colormap_Tutorial.png" height="100" width="100">
</div>
<p>Colormap tutorial</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/vcs/Colormap_Create/Color_map_create_own.html">
<div class="img-wrapper">
<img src="Jupyter-notebooks/vcs/Colormap_Create/Color_map_create_own.png">
</div>
<p>Create colormap</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/vcs/Shading_With_Patterns_in_VCS/Shading_With_Patterns_in_VCS.html">
<div class="img-wrapper">
<img src="Jupyter-notebooks/vcs/Shading_With_Patterns_in_VCS/Shading_With_Patterns_in_VCS.png">
</div>
<p>Hatching/patterns tutorial</p>
</a>
</div>
<div class="example">
<div class="img-wrapper">
<video width='300' height='300' controls><source src='Jupyter-notebooks/vcs/Animations/rot_animation_all.mp4' type='video/mp4'></video>
</div>
<br>
<br>
<a href="Jupyter-notebooks/vcs/Animations/Animations.html">
<p>Animations tutorial</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/vcs/Logo_Control/Logo_Control.html">
<div class="img-wrapper">
<img src="Jupyter-notebooks/vcs/Logo_Control/Logo_Control.png">
</div>
<p>Logo control tutorial</p>
</a>
</div>
</div>
<div class="container">
<h3>CDUTIL and GENUTIL</h3>
<p> Examples of how to use cdutil and genutil</p>
<div class="example">
<a href="Jupyter-notebooks/cdat_utilities/Masking_Data_Land-Sea_Beginner/Masking_Data_Land-Sea_Beginner.html">
<div class="img-wrapper"><img src="Jupyter-notebooks/cdat_utilities/Masking_Data_Land-Sea_Beginner/Masking_Data_Land-Sea_Beginner.png"/></div>
<p>Masking data, creating and using masks (beginner)</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/cdat_utilities/Masking_Data_Land-Sea_Advanced/Masking_Data_Land-Sea_Advanced.html">
<div class="img-wrapper"><img src="Jupyter-notebooks/cdat_utilities/Masking_Data_Land-Sea_Advanced/Masking_Data_Land-Sea_Advanced.png"/></div>
<p>Masking data, creating and using masks (advanced)</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/cdat_utilities/EasilyCreatingStringsWithTemplating/EasilyCreatingStringsWithTemplating.html">
<div class="img-wrapper"><img src="images/uvcdat.png"/></div>
<p>Easily creating strings with templating tutorial</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/cdat_utilities/Extend_Two_Variables_To_Cover_Same_Time_Domain/Extend_Two_Variables_To_Cover_Same_Time_Domain.html">
<div class="img-wrapper"><img src="images/uvcdat.png"/></div>
<p>Take multiple monthly arrays covering different time scales and "grow" them to cover the union time.</p>
</a>
</div>
</div>
<div class="container">
<h3>VCS Adding new plots to CDAT</h3>
<p> Examples of how to use VCS Addons</p>
<div class="example">
<a href="Jupyter-notebooks/vcsaddons/ParallelCoordinates/ParallelCoordinates.html">
<div class="img-wrapper">
<img src="Jupyter-notebooks/vcsaddons/ParallelCoordinates/ParallelCoordinates.png"/>
</div>
<p>Parallel coordinates (vcs addon) tutorial</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/vcsaddons/PolarPlots/PolarPlots.html">
<div class="img-wrapper">
<img src="Jupyter-notebooks/vcsaddons/PolarPlots/PolarPlots.png"/>
</div>
<p>Polar coordinates (vcs addon) tutorial</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/vcsaddons/EzPlot_Example/EzPlot_Example.html">
<div class="img-wrapper">
<img src="Jupyter-notebooks/vcsaddons/EzPlot_Example/EzPlot_Simple2.png"/>
</div>
<p>EzPlot (vcs addon) tutorial</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/vcsaddons/EzTemplates/EzTemplates.html">
<div class="img-wrapper">
<img class="portrait" src="Jupyter-notebooks/vcsaddons/EzTemplates/EzTemplates.png"/>
</div>
<p>Easily create templates for VCS plots</p>
</a>
</div>
</div>
<div class="container">
<h3>Science-based Examples (CDAT in action)</h3>
<p> Examples of how to solve basic scientific problems with CDAT</p>
<div class="example">
<a href="Jupyter-notebooks/scientific/Mask_variable_on_pressure_where_data_are_bellow_the_surface/Mask_variable_on_pressure_where_data_are_bellow_the_surface.html">
<div class="img-wrapper">
<img src="Jupyter-notebooks/scientific/Mask_variable_on_pressure_where_data_are_bellow_the_surface/Mask_variable_on_pressure_where_data_are_bellow_the_surface.png"/></div>
<p>Mask a variable on pressure levels where data are below surface</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/scientific/Detrend_Data/Detrend_Data.html">
<div class="img-wrapper">
<img src="Jupyter-notebooks/scientific/Detrend_Data/detrend_data_before.png"/></div>
<p>Detrend Data</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/scientific/3D_Temperature_Anomaly/3D_Temp_Anomaly.html">
<div class="img-wrapper">
<img src="Jupyter-notebooks/scientific/3D_Temperature_Anomaly/temp_anomaly.png"/></div>
<p>Plot a 3D temperature anomaly using DV3D</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/scientific/4D_Air_Temperature_Anomaly_1920x1080/4D_Air_Temp_Anomaly_1920x1080.html">
<div class="img-wrapper">
<img src="Jupyter-notebooks/scientific/4D_Air_Temperature_Anomaly_1920x1080/anomaly_time_005.png"/></div>
<p>Use DV3D to create a 3D animation of the air temperature anomaly</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/scientific/E3SM_VCS_Native_Grid_Plot/E3SM_VCS_Native_Grid_Plot.html">
<div class="img-wrapper">
<img src="Jupyter-notebooks/scientific/E3SM_VCS_Native_Grid_Plot/NE30_orthographic.png"/></div>
<p>Use VCS to create a 2D plot of E3SM's ne30 native grid</p>
</a>
</div>
<div class="example">
<a href="Jupyter-notebooks/scientific/E3SM_DV3D_Native_Grid_Test/E3SM_DV3D_ne30_Native_Grid_Test.html">
<div class="img-wrapper">
<img src="Jupyter-notebooks/scientific/E3SM_DV3D_Native_Grid_Test/native_T_sphere.png"/></div>
<p>Use DV3D to create a 3D plot of E3SM's ne30 native grid</p>
</a>
</div>
</div>
</div>