CliMA / CliMA/ClimaAnalysis.jl
Absolute time and relative time
- Dominant language
- Julia
- Stars
- 12
- Forks
- 5
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 3
Description
ClimaAnalysis currently uses relative time because it is easier to work with for some cases (e.g. resampling and making interpolants). However, there are cases where it is easier to work with dates or periods. For example, you might want to slice time at `Dates.Month(1)` rather than at `86400 * 31` seconds or specify the date you want to slice at.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the existing relative-time handling used for resampling, interpolants, and slicing. Define how absolute dates or periods and relative seconds should coexist, including cases such as Dates.Month(1) and date-based slicing; done means those workflows are supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100