filter.byattr
filter
This filter function only selects the Geo Time Series™ whose attributes match the filter parameter.
filter.byattr is available since version 1.0.11.
See also
Signatures
Examples
[
[
NEWGTS "GTS1" RENAME
{ 'attribute0' '42' } SETATTRIBUTES
10 NaN NaN NaN 42 ADDVALUE
20 NaN NaN NaN 123 ADDVALUE
NEWGTS "GTS2" RENAME
{ 'attribute1' '43' } SETATTRIBUTES
10 NaN NaN NaN 211 ADDVALUE
20 NaN NaN NaN 42 ADDVALUE
]
[]
{ 'attribute0' '=42' }
filter.byattr
] FILTER