read_satellite | R Documentation |
function to read MODIS NetCDF
function to read MODIS products in HDF(4) format
function to read satellite products in NetCDF format
function to read g4 selection in NetCDF format
function to read CERES products in NetCDF format
function to read OMI products in NetCDF format
function to read AIRS products in NetCDF format
read_MODIS(file, var, verbose = T)
read_MODIS_HDF(file, var, verbose = T)
read_MERGE(file, var = "prec", verbose = T)
read_g4(file, var = NA, verbose = T)
read_CERES(file, var, month = 1, year = 2012, verbose = T)
read_OMI(file, var = NA, k = 2.69e+16, verbose = T)
read_AIRS(file, var, k = 2.69e+16, verbose = T)
file |
file name |
var |
variable name, it can open a menu, in read_g4 it can read the first variable by defoult |
verbose |
set TRUE to display additional information |
month |
integer 1-12 (CERES only) |
year |
integer, YYYY format (CERES only) |
k |
conversion factor, default is 2.69E16 (OMI only), see notes |
a raster object
Conversion from DU to molecules / cm 2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.