Skip to contents

Selects the template fields, coerces the numeric ones (resolution to metres, bounding coordinates to decimal degrees, dates to years), and returns them in the column order the catalogue manifest uses.

Usage

as_metadata_row(md)

Arguments

md

A sciSpatial_metadata object from read_metadata().

Value

A one-row data.frame.

Examples

if (FALSE) { # \dontrun{
md <- read_metadata("readme.txt")
as_metadata_row(md)
} # }