Skip to content

Typo in dask exercise? #11

@wood-chris

Description

@wood-chris

the exercise Calculate the mean sea surface temperature for the dataset with Dask asks

"set the time_counter chunk size to 10 when opening the zarr file"

but the solution doesn't do this

Additionally, the solution as

# mean_sst = dataset.mean(dim=['lat','lon']) #better way to do this
grouped_mean = sst.groupby("time_counter.year").mean()

it's not clear if the first line means that 2nd line is better, or if it's reminder to write a better version....

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