Description Usage Arguments Value Functions
Combination of local thin-cloud CALIOP bases into CBASE product
CBASE generator functions
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | bases.cbase.combine(local.cbase = dbtools::db_spec("cloud-bases-2008-local.sqlite",
"cloudbase"), ncores = 72)
bases.cbase(path = "/home/jmuelmen/CALIOP/VFM.v4.10/2008",
pattern = "CAL_LID_L2_VFM-Standard-V4-10.*hdf",
out.name = "cloud-bases.rds", combination = TRUE,
cor.svm.fname = "~/models.svm.rds")
bases.cbase.dardar(path = "/projekt3/climate/DATA/SATELLITE/MULTI_SENSOR/DARDAR/DARDAR_MASK/2007",
out.name = "cloud-bases.rds")
bases.2b.geoprof.lidar(path = "/projekt3/climate/DATA/SATELLITE/CLOUDSAT/2B-GEOPROF-LIDAR/2008")
|
local.cbase |
Database containing the local cloud bases |
path |
Character. Apply algorithm to all HDF files in this path |
out.name |
Character. Output file name |
A data frame containing information from both
A data frame containing cloud bases
bases.cbase.combine
: Combine local
bases.cbase
: Bases by non-attenuated CALIOP in thin
clouds (using CALIOP VFM)
bases.cbase.dardar
: Bases by non-attenuated CALIOP in thin clouds (using DARDAR mask)
bases.2b.geoprof.lidar
: Bases by 2B-GEOPROF-LIDAR CloudSat/CALIOP combination
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.