greycat
greycat copied to clipboard
Timeserie extraction
It would be great to have an action to extract values of attributes of a specific node, over a period. draft of API could be: node.extract(from, to, "value", "total") that would return [[time1, val1, tot1], [time2, val2, tot2], etc.]