R/family-inttime.R

## This file was created automatically, do not edit by hand.
#' Time interpolation
#'
#' This module performs linear interpolation between timesteps. Interpolation is only performed if both values exist. If both values are missing values, the result is also a missing value. If only one value exists, it is taken if the time weighting is greater than or equal to 0.5. So no new value will be created at existing time steps, if the value is missing there. 
#'
#' @details
#'     inttime   Interpolation between timesteps
#'               This operator creates a new dataset by linear interpolation between timesteps.
#'               The user has to define the start date/time with an optional increment.
#'     intntime  Interpolation between timesteps
#'               This operator performs linear interpolation between timesteps.
#'               The user has to define the number of timesteps from one timestep to the next.
#' 
#'
#' 
#'
#' @returns
#' Operators that output one or more files return a character vector to the
#' output files.
#'
#' Operators that output an indefinite number of files return a string with the
#' basename of the files.
#'
#' Operatos that don't return filenames return a character vector with the
#' string output.
#' @name inttime
NULL

Try the rcdo package in your browser

Any scripts or data that you put into this service are public.

rcdo documentation built on June 8, 2025, 12:36 p.m.