API for TRMM Datasets
Types of TRMM Datasets
NASAPrecipitation.TRMM3Hourly Type
TRMM3Hourly{ST<:AbstractString, DT<:TimeType} <: TRMMDataset
Object containing information on 3-Hourly TRMM datasets to be downloaded
sourceNASAPrecipitation.TRMMDaily Type
TRMMDaily{ST<:AbstractString, DT<:TimeType} <: TRMMDataset
Object containing information on Daily TRMM datasets to be downloaded
sourceNASAPrecipitation.TRMMMonthly Type
TRMMMonthly{ST<:AbstractString, DT<:TimeType} <: TRMMDataset
Object containing information on Monthly TRMM datasets to be downloaded
sourceCreating TRMM Sub-Daily Datasets
NASAPrecipitation.TRMM3HourlyNRT Function
TRMM3HourlyNRT(
ST = String,
DT = Date;
start :: TimeType,
stop :: TimeType,
path :: AbstractString = homedir(),
) -> npd :: TRMM3Hourly{ST,DT}
Creates a TRMM3Hourly
dataset npd
to retrieve datasets from the Near Real-Time runs for 3-Hourly output
Keyword Arguments
start
: Date at which download / analysis of the dataset beginsstop
: Date at which download / analysis of the dataset endspath
: The directory in which the foldertrmm3hourlynrt
will be created for data downloads, storage and analysis, default is the home directoy called byhomedir()
The following fields in npd
will be fixed as below:
ID
: trmm3hourlynrtname
: Near Real-Time TRMM 3-Hourlydoi
: 10.5067/TRMM/TMPA/3H-E/7hroot
: https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_RT/TRMM_3B42RT.7fpref
: 3B42RTfsuff
: 7R2.nc4
NASAPrecipitation.TRMM3Hourly Type
TRMM3Hourly(
ST = String,
DT = Date;
start :: TimeType,
stop :: TimeType,
path :: AbstractString = homedir(),
) -> npd :: TRMM3Hourly{ST,DT}
Creates a TRMM3Hourly
dataset npd
to retrieve datasets from the Final post-processing runs for 3-Hourly output
Keyword Arguments
start
: Date at which download / analysis of the dataset beginsstop
: Date at which download / analysis of the dataset endspath
: The directory in which the foldertrmm3hourly
will be created for data downloads, storage and analysis, default is the home directoy called byhomedir()
The following fields in npd
will be fixed as below:
ID
: trmm3hourlyname
: Final TRMM 3-Hourlydoi
: 10.5067/TRMM/TMPA/3H/7hroot
: https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L3/TRMM_3B42.7fpref
: 3B42fsuff
: 7.HDF
Creating TRMM Daily Datasets
NASAPrecipitation.TRMMDailyNRT Function
TRMMDailyNRT(
ST = String,
DT = Date;
start :: TimeType,
stop :: TimeType,
path :: AbstractString = homedir(),
) -> npd :: TRMMDaily{ST,DT}
Creates a TRMMDaily
dataset npd
to retrieve datasets from the Near Real-Time processing runs for Daily output
Keyword Arguments
start
: Date at which download / analysis of the dataset beginsstop
: Date at which download / analysis of the dataset endspath
: The directory in which the foldertrmmdailynrt
will be created for data downloads, storage and analysis, default is the home directoy called byhomedir()
The following fields in npd
will be fixed as below:
ID
: trmmdailynrtname
: Near Real-Time TRMM Dailydoi
: 10.5067/TRMM/TMPA/DAY-E/7hroot
: https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_RT/TRMM_3B42RT_Daily.7fpref
: 3B42RT_Dailyfsuff
: 7.nc4
NASAPrecipitation.TRMMDaily Type
TRMMDaily(
ST = String,
DT = Date;
start :: TimeType,
stop :: TimeType,
path :: AbstractString = homedir(),
) -> npd :: TRMMDaily{ST,DT}
Creates a TRMMDaily
dataset npd
to retrieve datasets from the Final post-processing runs for Daily output
Keyword Arguments
start
: Date at which download / analysis of the dataset beginsstop
: Date at which download / analysis of the dataset endspath
: The directory in which the foldertrmmdaily
will be created for data downloads, storage and analysis, default is the home directoy called byhomedir()
The following fields in npd
will be fixed as below:
ID
: trmmdailyname
: Final TRMM Dailydoi
: 10.5067/TRMM/TMPA/DAY/7hroot
: https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L3/TRMM_3B42_Daily.7fpref
: 3B42_Dailyfsuff
: 7.nc4
Creating TRMM Monthly Datasets
NASAPrecipitation.TRMMMonthly Type
TRMMMonthly(
ST = String,
DT = Date;
start :: TimeType,
stop :: TimeType,
path :: AbstractString = homedir(),
) -> npd :: TRMMMonthly{ST,DT}
Creates a TRMMMonthly
dataset npd
to retrieve datasets from the Final post-processing runs for Monthly output
Keyword Arguments
start
: Date at which download / analysis of the dataset beginsstop
: Date at which download / analysis of the dataset endspath
: The directory in which the foldertrmmmonthly
will be created for data downloads, storage and analysis, default is the home directoy called byhomedir()
The following fields in npd
will be fixed as below:
ID
: trmmmonthlyname
: TRMM Monthly (TMPA 3B43)doi
: 10.5067/TRMM/TMPA/MONTH/7hroot
: https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L3/TRMM_3B43.7fpref
: 3B43fsuff
: 7.HDF