read_satellite: Functions to read satellite products in NetCDF/HDF(4) format

read_satelliteR Documentation

Functions to read satellite products in NetCDF/HDF(4) format

Description

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

Usage

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)

Arguments

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

Value

a raster object

Note

Conversion from DU to molecules / cm 2


Schuch666/hackWRF documentation built on June 9, 2025, 1:46 p.m.