Created by: zeffii
Addressed problem description
while processing a time series from CSV it is necessary to be able to format a time string into an ordinal to allow for plotting
Solution description
previously i was using ExecNode mod for this, and that works great for custom solutions but it's time to start adding these kinds of tools to aid plotting sensible data.
Preflight checklist
-
Code changes complete. -
add prelim timeseries node -
add option to offset -
add option to set the string format we are interpretting -
add simplified list length matching, (to allow you to avoid a list split node in the offset socket) -
add reference for datetime string formatter -
add subordinal (seconds precision only) -
automatic str(int(x))
for data formatted as years alone (or fix in csv reader) ?
-
-
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.