read.satellite: Read Satellite Data

View source: R/satellite.load.R

read.satelliteR Documentation

Read Satellite Data

Description

read satellite netcdf data from one or more files.

Usage

read.satellite(
  file,
  lon = NULL,
  lat = NULL,
  combine = F,
  combine.func = function(x) {
     mean(x, na.rm = T)
 },
  verbose = T
)

Author(s)

Thomas Bryce Kelly


tbrycekelly/TheSource documentation built on Nov. 7, 2023, 12:48 a.m.