-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
breakingThis will introduce a breaking changeThis will introduce a breaking changehardThis is definitely difficult to solve!This is definitely difficult to solve!temporalRelated with the Time dimensionRelated with the Time dimension
Description
I think we can rework the source code that handles temporal sampling, to return units that are multiples of existing Julia types. E.g. Hour(1) for hourly sampling, Day(1) for daily, Hour(3) for 3-hourly sampling, etc. This will not only bring more type stability, but also reduce amount of source code as well allow naturally handling arbitrary multiples of such samplings, such as weekly Day(7), or centurial Year(100).
Metadata
Metadata
Assignees
Labels
breakingThis will introduce a breaking changeThis will introduce a breaking changehardThis is definitely difficult to solve!This is definitely difficult to solve!temporalRelated with the Time dimensionRelated with the Time dimension