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

[Feature]: Remove center_times from temporal averaging methods #253

Closed
tomvothecoder opened this issue Jun 9, 2022 · 0 comments · Fixed by #254
Closed

[Feature]: Remove center_times from temporal averaging methods #253

tomvothecoder opened this issue Jun 9, 2022 · 0 comments · Fixed by #254
Assignees
Labels
type: enhancement New enhancement request

Comments

@tomvothecoder
Copy link
Collaborator

Is your feature request related to a problem?

Centering time can be done with open_dataset/open_mfdataset` or standalone with ds.temporal.center_times()

For example, if users already ran xcdat.open_dataset(“path”, center_times=True), the center_times argument in ds.temporal.average(“ts”, center_times=True) might confuse users

Describe the solution you'd like

The user should run these commands in a series of steps by opening the dataset and centering time coordinates, then temporally averaging.

Describe alternatives you've considered

No response

Additional context

No response

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

Successfully merging a pull request may close this issue.

1 participant