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.
Arguments
- md
A
sciSpatial_metadataobject fromread_metadata().
Examples
if (FALSE) { # \dontrun{
md <- read_metadata("readme.txt")
as_metadata_row(md)
} # }