Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect 'month' and 'season' for timeseries #201

Open
1 task
RondeauG opened this issue Apr 30, 2024 · 4 comments
Open
1 task

Detect 'month' and 'season' for timeseries #201

RondeauG opened this issue Apr 30, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@RondeauG
Copy link
Contributor

RondeauG commented Apr 30, 2024

Addressing a Problem?

A common type of graph is an annual cycle. If time is not in the dimensions, timeseries should try to detect if either month or season are there.

Potential Solution

No response

Additional context

No response

Contribution

  • I would be willing/able to open a Pull Request to contribute this feature.
@RondeauG RondeauG added the enhancement New feature or request label Apr 30, 2024
@aulemahal
Copy link
Contributor

aulemahal commented Apr 30, 2024

I'd add dayofyear to the list!

EDIT : But also, is an annual cycle a timeseries ? The axis is not time.

@RondeauG
Copy link
Contributor Author

But also, is an annual cycle a timeseries ? The axis is not time.

We could have a new function annual_cycle, maybe?

@sarahclaude
Copy link
Collaborator

sarahclaude commented Apr 30, 2024

But wouldn't the plotting function be the same for annual_cycle and timeseries, even if the names get confusing?
If yes, maybe we could rename timeseries to curves?

@aulemahal
Copy link
Contributor

I was simply raising a flag in case timeseries did things specific for a datetime x-axis. Even if it does, it might indeed be much easier to if-else around, rather than creating a whole new function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants