Skip to content

Dummy Datasets

Dummy datasets are meant to specify the paths to the NASAPrecipitation root directory, and LandSea Dataset directory, without needing inputs for date.

julia
julia> using NASAPrecipitation

julia> npd = IMERGDummy(path=homedir())
[ Info: 2025-03-13T06:41:50.189 - NASAPrecipitation.jl - Setting up data structure containing path information for IMERG Dummy Dataset
The IMERG Dummy Dataset {String} has the following properties:
    Root Directory (rootpath) : /home/runner
    Mask Directory (maskpath) : /home/runner/imergmask
    Data Resolution           : 0.1º

julia> npd = TRMMDummy(path=homedir())
[ Info: 2025-03-13T06:41:50.223 - NASAPrecipitation.jl - Setting up data structure containing path information for TRMM Dummy Dataset
The TRMM Dummy Dataset {String} has the following properties:
    Root Directory (rootpath) : /home/runner
    Mask Directory (maskpath) : /home/runner/trmmmask
    Data Resolution           : 0.25º

julia> isdir(npd.maskpath)
true