mapper.count.include-nulls
mapper
Deprecated: mapper.count.include-nulls
has the same behavior as mapper.count
, use mapper.count
instead.
This mapper function counts the number of all values found in the sliding window. The associated location and elevation are
those of the most recent tick of the window. Null values are included.
mapper.count.include-nulls is available since version 1.0.11.
See also
Signatures
Examples
[
[
NEWGTS "GTS1" RENAME
10 NaN NaN NaN 5 ADDVALUE
20 NaN NaN NaN NaN ADDVALUE
30 NaN NaN NaN 5 ADDVALUE
40 NaN NaN NaN 5 ADDVALUE
NEWGTS "GTS2" RENAME
05 NaN NaN NaN 8 ADDVALUE
15 NaN NaN NaN 8 ADDVALUE
25 NaN NaN NaN NaN ADDVALUE
35 NaN NaN NaN 8 ADDVALUE
]
mapper.count.include-nulls
2
0
0
] MAP