stackgrids
stackgrids(names::Vector{String}, v=nothing; zcoord=nothing, zdim_name="time",
z_unit="", save="", mirone=false)
Stack a bunch of single grids in a multiband cube like file.
names: A string vector with the names of the grids to stackv: A vector with the vertical coordinates. If not provided one with 1:length(names) will be generated.If
vis a TimeType use thez_unitkeyword to select what to store in file (case insensitive).decimalyearoryeardecimalconverts the DateTime to decimal years (Floa64)milliseconds(or justmil) will store the DateTime as milliseconds since 0000-01-01T00:00:00 (Float64)secondsstores the DateTime as seconds since 0000-01-01T00:00:00 (Float64)unixstores the DateTime as seconds since 1970-01-01T00:00:00 (Float64)ratastores the DateTime as days since 0000-12-31T00:00:00 (Float64)DateorDateTimestores as a string representation of a DateTime.
zdim_name: The name of the vertical axes (default is "time")zcoord: Keyword same asv(may use one or the other).save: The name of the file to be created.mirone: Does not create a cube file but instead a file named "automatic_list.txt" (or whaterversave=xxx) to be used in the MironeEmpilhadortool.
Returns
A GMTgrid cube object, or nothing if the save option is used.
See Also
cubeplot, slicecube, xyzw2cube
These docs were autogenerated using GMT: v1.33.0