Loading

WRAPMV

gts encoder multivariate

Packs a Geo Time Series™ (or a list thereof) or a GTS Encoder instance into a BYTES array as if the input was a Multivariate value.

Just like WRAPRAWOPT, WRAPMV attempts to optimize the representation of DOUBLE values for Geo Time Series™ and increases the compression aggressiveness for GTS Encoders.

The result is also stripped of all Metadata (class, labels, attributes), and no sizing hint is given.

WRAPMV is available since version 2.1.0.

See also

Signatures

Examples

NEWGTS 1 50 <% NaN NaN NaN RAND ADDVALUE %> FOR WRAPMV

Examples

gts = NEWGTS() FOR(1, 50, (i) => { gts = ADDVALUE(gts, i, NaN, NaN, NaN, RAND())}) return WRAPMV(gts)