Closed mitchellmanware closed 4 months ago
See commit ea43e5afd5521ae9d06490c9146d2af34d6ca919
Do we prefer a long table with all levels in a field or a wide table with all levels spread across several fields?
@sigmafelix I used long data frame as I personally find the data frame manipulation if the "level" data is its own field and not embedded in the column names. Retention in the column names has obvious benefits for easy of interpretation. I can add a choice for long or wide .
When the name string (containing pressure levels) is split, the "level=" is retain and returned in the
$level
column.To do:
gsub("level=", "", x$level)
and check MERRA2 + GEOS for similar