Skip to content

Commit 9da0f65

Browse files
authored
Merge pull request #492 from w-k-jones/global_mcs_tracking_example
Global MCS tracking example
2 parents afd4851 + a5010ca commit 9da0f65

File tree

6 files changed

+6304
-3
lines changed

6 files changed

+6304
-3
lines changed
77 KB
Loading

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""This file is used to configure the Sphinx build of our documentation.
2-
The documentation on setting this up is here: https://www.sphinx-doc.org/en/master/usage/configuration.html
2+
The documentation on setting this up is here: https://www.sphinx-doc.org/en/master/usage/configuration.html
33
"""
44

55
# This is the standard readthedocs theme.
@@ -98,4 +98,5 @@ def setup(app):
9898
"examples/Example_Track_on_Radar_Segment_on_Satellite/Example_Track_on_Radar_Segment_on_Satellite": "_static/thumbnails/Example_Track_on_Radar_Segment_on_Satellite_Thumbnail.png",
9999
"examples/Example_Updraft_Tracking/Example_Updraft_Tracking": "_static/thumbnails/Example_Updraft_Tracking_Thumbnail.png",
100100
"examples/Example_vorticity_tracking_model/Example_vorticity_tracking_model": "_static/thumbnails/Example_vorticity_tracking_model_Thumbnail.png",
101+
"examples/Example_ICON_MCS_tracking/Example_ICON_MCS_tracking": "_static/thumbnails/Example_ICON_MCS_tracking_Thumbnail.png",
101102
}

doc/examples.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ tobac is provided with a set of Jupyter notebooks that show examples of the appl
3131
WRF Precip <examples/Example_Precip_Tracking/Example_Precip_Tracking>
3232
WRF Updrafts <examples/Example_Updraft_Tracking/Example_Updraft_Tracking>
3333
WRF Mesoscale Vorticity <examples/Example_vorticity_tracking_model/Example_vorticity_tracking_model>
34+
ICON Global MCS Tracking <examples/Example_ICON_MCS_tracking/Example_ICON_MCS_tracking>
3435

3536

3637
.. nbgallery::

environment-examples.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,8 @@ dependencies:
2626
- rioxarray
2727
- numba
2828
- dask
29-
- ffmpeg
29+
- ffmpeg
30+
- intake==0.7.0
31+
- intake-xarray==0.7.0
32+
- healpix
33+
- easygems

example_requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ typing_extensions
2020
rioxarray
2121
numba
2222
dask
23-
23+
intake==0.7.0
24+
intake-xarray==0.7.0
25+
healpix
26+
easygems

0 commit comments

Comments
 (0)