-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_toc.yml
192 lines (190 loc) · 10.5 KB
/
_toc.yml
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
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: intro
parts:
- caption: Introduction
numbered: 2
chapters:
- file: introduction/introduction
sections:
- file: introduction/whypython
- file: introduction/jlab_environ
- file: introduction/linux_intro.md
sections:
- file: introduction/linux_paths.md
- file: introduction/linux_pwd.md
- file: introduction/linux_list.md
- file: introduction/linux_manual.md
- file: introduction/linux_create_directory.md
- file: introduction/linux_change_directory.md
- file: introduction/linux_copy.md
- file: introduction/linux_rename.md
- file: introduction/linux_remove.md
- file: introduction/linux_cat_less_more.md
- file: introduction/vi_intro.md
- file: introduction/basic_html.md
- file: introduction/python_script_from_notebook.md
- file: introduction/create_looping_gifs.md
- caption: Python Syntax
numbered: 2
chapters:
- file: python_basics/python_intro.md
sections:
- file: python_basics/basics1.ipynb
- file: python_basics/basics2.ipynb
- file: python_basics/basics3.ipynb
- file: python_basics/python_control_flow.ipynb
sections:
- file: python_basics/program_control_ifthen.ipynb
- file: python_basics/program_control_looping.ipynb
- file: python_basics/datetime_intro.md
sections:
- file: python_basics/datetime_timedelta_time.ipynb
- file: python_basics/python_scripting.md
- file: python_basics/advanced_script_control.md
- caption: Meteorological Concepts, Data Analysis, and Visualization using MetPy
numbered: 2
chapters:
- file: weather_technology/metpy_intro
- file: weather_technology/surface_plots/surface_obs_intro
sections:
- file: weather_technology/surface_plots/surface_obs
- file: weather_technology/surface_plots/surface_charts
- file: weather_technology/surface_plots/typical_notebook_structure
- file: weather_technology/surface_plots/current_surface_observation_plots
- file: weather_technology/surface_plots/practice_tasks_surface
- file: weather_technology/surface_plots/observation_locations
- file: weather_technology/surface_plots/full_surface_station_model
- file: weather_technology/surface_plots/saving_images
- file: weather_technology/surface_plots/map_making_summary
- file: weather_technology/upperair_plots/upperair_intro
sections:
- file: weather_technology/upperair_plots/upperair_station_model
- file: weather_technology/upperair_plots/upperair_station_model_decoding_practice
- file: weather_technology/upperair_plots/map_projections
- file: weather_technology/upperair_plots/using_projections
- file: weather_technology/upperair_plots/plot_areas
- file: weather_technology/upperair_plots/upperair_observation_plot
- file: weather_technology/upperair_plots/projection_practice
- file: weather_technology/upperair_plots/upperair_practice_tasks
- file: weather_technology/hand_analysis/hand_analysis_intro
sections:
- file: weather_technology/hand_analysis/hand_analysis_step1
- file: weather_technology/hand_analysis/hand_analysis_step2
- file: weather_technology/hand_analysis/hand_analysis_step3
- file: weather_technology/hand_analysis/hand_analysis_step4
- file: weather_technology/hand_analysis/upperair_analysis_contour_parameters
- file: weather_technology/hand_analysis/hand_analysis_practice_tasks
- file: weather_technology/hand_analysis/surface_analysis_contour_parameters
- file: weather_technology/hand_analysis/drawing_fronts
- file: weather_technology/hand_analysis/practice_surface_analysis
- file: weather_technology/atmospheric_forces/forces_intro
sections:
- file: weather_technology/atmospheric_forces/pressure_gradient_force
- file: weather_technology/atmospheric_forces/coriolis_force
- file: weather_technology/atmospheric_forces/centrifugal_force
- file: weather_technology/atmospheric_forces/friction_force
- file: weather_technology/atmospheric_forces/gravity
- file: weather_technology/atmospheric_forces/forces_practice_tasks
- file: weather_technology/contour_plots/gridded_data_intro
sections:
- file: weather_technology/contour_plots/gridded_data_location
- file: weather_technology/contour_plots/model_file_info
- file: weather_technology/contour_plots/contour_plotting
- file: weather_technology/contour_plots/add_wind_barbs
- file: weather_technology/contour_plots/overlay_contours
- file: weather_technology/contour_plots/multiple_contours
- file: weather_technology/contour_plots/contour_plot_practice_tasks
- file: weather_technology/force_balances/force_balances_intro
sections:
- file: weather_technology/force_balances/hydrostatic_balance
- file: weather_technology/force_balances/geostrophic_balance
- file: weather_technology/force_balances/gradient_balance
- file: weather_technology/force_balances/surface_balance
- file: weather_technology/force_balances/thermal_wind_balance
- file: weather_technology/colorfilled_plots/colorfilled_intro
sections:
- file: weather_technology/colorfilled_plots/colorfilled_gridded_output
- file: weather_technology/colorfilled_plots/smoothing_data
- file: weather_technology/colorfilled_plots/smooth_field
- file: weather_technology/colorfilled_plots/smooth_contour
- file: weather_technology/colorfilled_plots/colorfilled_practice_tasks
- file: weather_technology/midlat_cyclone/midlatitude_cyclone_intro
sections:
- file: weather_technology/midlat_cyclone/midlatitude_cyclone_pre_environment
- file: weather_technology/midlat_cyclone/midlatitude_cyclone_cyclogenesis
- file: weather_technology/midlat_cyclone/midlatitude_cyclone_mature
- file: weather_technology/midlat_cyclone/midlatitude_cyclone_occlusion
- file: weather_technology/midlat_cyclone/midlatitude_cyclone_precipitation
- file: weather_technology/midlat_cyclone/midlatitude_cyclone_warmfront
- file: weather_technology/midlat_cyclone/midlatitude_cyclone_coldfront
- file: weather_technology/midlat_cyclone/midlatitude_cyclone_warm_sector
- file: weather_technology/midlat_cyclone/midlatitude_cyclone_tracks
- file: weather_technology/overlay_maps/overlay_maps_intro
sections:
- file: weather_technology/overlay_maps/upperair_500_obs_contours
- file: weather_technology/nwp/nwp_intro
sections:
- file: weather_technology/nwp/nwp_overview
- file: weather_technology/nwp/operational_models
- file: weather_technology/derived_parameters/derived_intro
sections:
- file: weather_technology/derived_parameters/thickness
- file: weather_technology/derived_parameters/vorticity
- file: weather_technology/derived_parameters/advection
- file: weather_technology/derived_parameters/derived_parameters_practice_tasks
- file: weather_technology/metpy_calculations/calc_intro
sections:
- file: weather_technology/metpy_calculations/simple_calcs
- file: weather_technology/metpy_calculations/gridded_calculation_thickness
- file: weather_technology/metpy_calculations/scaling_values
- file: weather_technology/metpy_calculations/scaling_example
- file: weather_technology/metpy_calculations/simple_calc_practice_tasks
- file: weather_technology/metpy_calculations/wind_speed
- file: weather_technology/metpy_calculations/gridded_calculation_wind_speed
- file: weather_technology/metpy_calculations/advection_info
- file: weather_technology/metpy_calculations/gridded_calculation_advection
- file: weather_technology/metpy_calculations/relative_vorticity_info
- file: weather_technology/metpy_calculations/gridded_calculation_vorticity
- file: weather_technology/metpy_calculations/calculation_practice_tasks
- file: weather_technology/skewt/skewt_intro
sections:
- file: weather_technology/skewt/stability_review
- file: weather_technology/skewt/skewt_diagram
- file: weather_technology/skewt/skewt_attributes
- file: weather_technology/skewt/skewt_practice_tasks
- file: weather_technology/skewt/metpy_skewt_intro
- file: weather_technology/skewt/basic_skewt
- file: weather_technology/skewt/metpy_skewt_practice
- file: weather_technology/skewt/skewt_parcel_path
- file: weather_technology/skewt/skewt_stability_indices
- file: weather_technology/skewt/advanced_skewt
- file: weather_technology/skewt/metpy_skewt_calc_practice
- file: weather_technology/satellites/satellite_intro
sections:
- file: weather_technology/satellites/satellite_types
- file: weather_technology/satellites/satellite_channels
- file: weather_technology/satellites/satellite_imagery
- file: weather_technology/satellites/satellite_features
- file: weather_technology/satellites/colorenhanced_satellite_imagery
- caption: Appendix
numbered: false
chapters:
- file: appendix/overcomming_errors
- file: appendix/surface_data_access
- file: appendix/upperair_data_access
- file: appendix/gridded_archive_data_access
- file: appendix/working_with_NAM_data
- file: appendix/metpy_declarative_details
sections:
- file: appendix/metpy_declarative_plotobs
- file: appendix/metpy_declarative_contourplot
- file: appendix/metpy_declarative_filledcontourplot
- file: appendix/metpy_declarative_rasterplot
- file: appendix/metpy_declarative_imageplot
- file: appendix/metpy_declarative_barbplot
- file: appendix/metpy_declarative_arrowplot
- file: appendix/metpy_declarative_plotgeometry
- file: appendix/metpy_declarative_mappanel
- file: appendix/metpy_declarative_panelcontainer