API for Dummy Datasets
Types of Dummy Datasets
NASAPrecipitation.IMERGDummy Type
julia
IMERGDummy{ST<:AbstractString} <: IMERGDatasetObject 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} <: TRMMDatasetObject 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 :: IMERGDummyCreates a IMERGDummy dataset npd that contains information on the data and mask paths
Keyword Arguments
path: The directory in which the folderimergmaskwill be created for the IMERG Land-Sea mask
NASAPrecipitation.TRMMDummy Type
julia
TRMMDummy(
ST = String;
path :: AbstractString = homedir(),
) -> npd :: IMERGDummyCreates a TRMMDummy dataset npd that contains information on the data and mask paths
Keyword Arguments
path: The directory in which the foldertrmmmaskwill be created for the TRMM Land-Sea mask