odf_create: Create an ODF v2.0 list of all the required information

View source: R/odf_create.R

odf_createR Documentation

Create an ODF v2.0 list of all the required information

Description

Create a list of Ocean Data Format (ODF) v2.0 mandatory and optional information so that an ODF or NetCDF file can be created with all of the required information.

Usage

odf_create(datetime_format = "iso8601")

Arguments

datetime_format

a character string that is either 'iso8601' (preferred) or 'ODF v2.0' (for submission to ODIS). ODF files require an older representation of time that does not follow modern international standards.

Value

a list of lists with all of the information required to create an ODF v2.0 compliant file

Examples

x <- odf_create()


pkraska/CESD documentation built on June 15, 2025, 6:32 a.m.