readHurdat2

版本 1.2.1 (3.9 KB) 作者: Joshua Port
Reads in all data for a specified storm from the NHC HURDAT2 file
32.0 次下载
更新时间 2024/2/14

查看许可证

Reads in all data for a specified storm from the National Hurricane Center's HURDAT2 Best Track file. See the NHC website for downloads and for information about the HURDAT2 format (link good as of 2/2024).
A function is also included to plot the storm track, location, and wind radii at a specified time. This time need not match a time slice in the HURDAT2 file, as all relevant quantities are interpolated. If you would also like to plot 64kt wind radii, it would be simple to add that functionality by following the same method I used for 34kt and 50kt.
NOTE: The plotting function requires the Mapping Toolbox, but the reading function does not.

引用格式

Joshua Port (2024). readHurdat2 (https://www.mathworks.com/matlabcentral/fileexchange/112930-readhurdat2), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2022a
与 R2020b 及更高版本兼容
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.2.1

Added Github link to File Exchange page

1.2.0

Added plotHurdat2 to this package; no code changes

1.1.1

Updated the metadata to make it clear the function will not work on versions older than R2020b, since the extract() function was introduced in that version

1.1.0

Fixed bug causing incorrect 64 kt radii and radii of maximum wind to be returned. Removed some unnecessary type casts.

1.0.4

Missed one!

1.0.3

Removed references to a CSV to avoid confusion because the HURDAT2 file is in .txt format (despite being comma delimited)

1.0.2

Added relevant image to File Exchange page

1.0.1

Fixed typo

1.0.0