Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

bins_special (alt option)

12345temperaturepH
sensor_idlabelfieldstart_timeend_timeupdated
springJan 1Mar 31
12345springJan 1Mar 31
  • if i want special bin by year, only consider points between start and end time. 
    • if start/end time includes entire year, use bins_year
    • if < 1 year time span, aggregate month + day bins until you cover entire time span
  • if i want by months, include each month between start/end time
    • for complete months, use bins_month
    • for partial months, aggregate day bins until you cover entire time span

...