API References

Bagyo.JMADataType
JMAData(best_track::String)

Instantiate JMAData by specifying the url for the best_track data.

source
Bagyo.loadMethod
load(::Type{BestTrack}, data::Symbol)

Load the Best Track data.

source
Bagyo.parse_trackMethod
parse_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.

source
Base.delete!Method
delete!(data::Symbol)

Delete all files/folders (Best Tracks, Sea Surface Temperatures, etc.) of local data. data takes :jma as input.

source
Base.delete!Method
delete!(::Type{BestTrack}, data::Symbol)

Delete the local data for Best Track files/folders. data takes :jma as input.

source
Base.getMethod
get(data::BestTrack)

Download the BestTrack data.

source