Using CF-Compliant Calendars with Climate Projection Data
Create a vector that represents CF timestamps
Return the timestamps contained in the CFtime instance.
Bounds of the time offsets
Coverage of time elements for each factor level
Number of base time units in each factor level
Create a factor from the offsets in an CFtime instance
Parse series of timestamps in CF format to date-time elements
CF Metadata Conventions time representation
CFtime: working with CF Metadata Conventions "time" dimensions
Create a CFtime object
Create a factor for a CFtime instance
Deprecated functions
Equivalence of CFtime objects
Format time elements using format specifiers
Find the index of timestamps in the time series
Indicates if the time series is complete
The length of the offsets contained in the CFtime instance.
Return the number of days in a month given a certain CF calendar
Merge two CFtime objects
Extend a CFtime object with additional offsets
Properties of a CFtime object
Extreme time series values
Which time steps fall within two extreme values
Support for all calendars as specified in the Climate and Forecast (CF) Metadata Conventions for climate and forecasting data. The CF Metadata Conventions is widely used for distributing files with climate observations or projections, including the Coupled Model Intercomparison Project (CMIP) data used by climate change scientists and the Intergovernmental Panel on Climate Change (IPCC). This package specifically allows the user to work with any of the CF-compliant calendars (many of which are not compliant with POSIXt). The CF time coordinate is formally defined in the CF Metadata Conventions document available at <https://cfconventions.org/Data/cf-conventions/cf-conventions-1.11/cf-conventions.html#time-coordinate>.