CliMA / CliMA/ClimaAnalysis.jl

Absolute time and relative time

Open
#224 1 comment 0 reactions 0 assignees View on GitHub
enhancement
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.