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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Here is a screen image of the map and interface.
16
16
17
17
### Storm Detection and Tracking
18
18
19
-
Storm tracks are determined and stored using the [stormTracking](https://github.com/ecjoliver/stormTracking)[2] algorithm by Eric Oliver. This code automatically detects and tracks atmospheric storms (cyclones) and high-pressure centers (anticyclones) using a series of surface pressure maps. While the initial code used NCEP data, it is easily adapted to use ERA5 data and resolution.
19
+
Storm tracks are determined and stored using the [stormTracking](https://github.com/ecjoliver/stormTracking)[2] algorithm by Eric Oliver. This code automatically detects and tracks atmospheric storms (cyclones) and high-pressure centers (anticyclones) using a series of surface pressure maps. While the initial code used NCEP data, it is easily adapted to use ERA5 data and resolution. A sample storm track dataset (`storm_track_slp.npz`) is provided for testing `stormviz` following the steps to run the tool.
0 commit comments