API References
Bagyo.JMAData
— TypeJMAData(best_track::String)
Instantiate JMAData by specifying the url for the best_track data.
Bagyo.load
— Methodload(::Type{BestTrack}, data::Symbol)
Load the Best Track data
.
Bagyo.parse_track
— Methodparse_track(::Type{BestTrack{JMAData}}, file::Union{Nothing,String}=nothing)
Parse the local JMAData Best Track file
. If file
is nothing
, Bagyo.jl will locate the file in its default DB folder.
Base.delete!
— Methoddelete!(data::Symbol)
Delete all files/folders (Best Tracks, Sea Surface Temperatures, etc.) of local data
. data
takes :jma
as input.
Base.delete!
— Methoddelete!(::Type{BestTrack}, data::Symbol)
Delete the local data
for Best Track files/folders. data
takes :jma
as input.
Base.get
— Methodget(data::BestTrack)
Download the BestTrack data.