Skip to content

time series error in sci vis tutorial #71

@aewindle110

Description

@aewindle110

Ivona pointed out that the time series plot of MOANA output in the sci vis tutorial has a mistake. The line monthly_means = region_mean.groupby("date.month").mean() is calculating a climatological mean, so the plotting on the time series isn't accurate. I think it should be changed to dataset_monthly = dataset_phy.resample(date="1M").mean() and that should produce a dataset with 13 months to plot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions