You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-13
Original file line number
Diff line number
Diff line change
@@ -25,29 +25,21 @@ This cookbook will house various visualization workflow examples that use differ
25
25
26
26
## Structure
27
27
28
-
This cookbook is broken up into a few sections - a "Basics of Geoscience Visualization" intro that compares different visualization packages and plot elements, and then example workflows of advanced visualization applications that are further subdivided.
28
+
This cookbook is broken up into a few sections - a "Review of Visualization Foundations" intro that compares different visualization packages and plot elements, and then example workflows of advanced visualization applications that are further subdivided.
29
29
30
-
### Basics of Geoscience Visualization
30
+
### Review of Visualization Foundations
31
31
32
32
Here we introduce the basics of geoscience visualization, the elements of a plot, different types of plots, and some unique considerations when dealing with model and measured data. We also share a comparison of different visualization packages available in the scientific Python ecosystem.
33
33
34
34
### Specialty Plots
35
35
36
-
There are some plot types that are unique to atmospheric science such as Taylor Diagrams and Skew-T plots. Here we will use [`metpy`](https://unidata.github.io/MetPy/latest/index.html) and [`geocat-viz`](https://geocat-viz.readthedocs.io/en/latest/) to demonstrate these specialty plots.
36
+
There are some plot types that are unique to atmospheric science such as Taylor Diagrams and Skew-T plots. Here we use [`metpy`](https://unidata.github.io/MetPy/latest/index.html) and [`geocat-viz`](https://geocat-viz.readthedocs.io/en/latest/) to demonstrate these specialty plots.
37
37
38
-
### Visualization of Structured Grids
39
-
40
-
In this section we will demonstrate how to visualize data that is on a structured grid. Namely, we will look at Spaghetti Hurricane plots. Here we will have workflows that utilize packages such as [`cartopy`](https://scitools.org.uk/cartopy/docs/latest/) and [`geocat-viz`](https://geocat-viz.readthedocs.io/en/latest/).
38
+
We also demonstrate the use of spaghetti plots for hurricane applications using packages such as [`cartopy`](https://scitools.org.uk/cartopy/docs/latest/) and [`geocat-viz`](https://geocat-viz.readthedocs.io/en/latest/).
41
39
42
40
### Animation
43
41
44
-
Animated plots are great tools for science communication and outreach. We will demonstrate how to make your plots come to life. In this book, we use "animated plots" to refer to stable animations, such as the creation of gifs or videos.
45
-
46
-
### Interactivity
47
-
48
-
Dynamically rendering, animating, panning & zooming over a plot can be great to increase data fidelity. We will showcase how to use Holoviz technologies with Bokeh backend to create interactive plots, utilizing an unstructured grid data in the Model for Prediction Across Scales (MPAS) format.
49
-
50
-
Due to environment configuration limitations, interactive plotting will be temporarily be moved to a separate Cookbook.
42
+
Animated plots are great tools for science communication and outreach. We will demonstrate how to make your plots come to life. In this book, we use "animated plots" to refer to stable animations, such as the creation of GIFs or videos.
0 commit comments