API for Dummy Datasets
Types of Dummy Datasets
NASAPrecipitation.IMERGDummy Type
julia
IMERGDummy{ST<:AbstractString} <: IMERGDataset
Object containing information on path information for IMERG datasets, with the following fields:
rootpath
: path of folder containing all GPM IMERG datasetsmaskpath
: path of folder containing IMERG LandSea mask data
NASAPrecipitation.TRMMDummy Type
julia
TRMMDummy{ST<:AbstractString} <: TRMMDataset
Object containing information on path information for TRMM datasets, with the following fields:
rootpath
: path of folder containing all GPM IMERG datasetsmaskpath
: path of folder containing IMERG LandSea mask data
Creating a Dummy Dataset
NASAPrecipitation.IMERGDummy Type
julia
IMERGDummy(
ST = String;
path :: AbstractString = homedir(),
) -> npd :: IMERGDummy
Creates a IMERGDummy
dataset npd
that contains information on the data and mask paths
Keyword Arguments
path
: The directory in which the folderimergmask
will be created for the IMERG Land-Sea mask
NASAPrecipitation.TRMMDummy Type
julia
TRMMDummy(
ST = String;
path :: AbstractString = homedir(),
) -> npd :: IMERGDummy
Creates a TRMMDummy
dataset npd
that contains information on the data and mask paths
Keyword Arguments
path
: The directory in which the foldertrmmmask
will be created for the TRMM Land-Sea mask