Skip to content

Regridding in Zarr lesson #31

@andreww

Description

@andreww

In the third optional solution to the "Plot sea surface temperature" challange (Solution 3: (OPTIONAL) reprojecting and plotting with Cartopy) we jump into use of a regridder without much by way of explanation:

# Regrid
regridder = xe.Regridder(ds, target_grid, method="bilinear", periodic=True)
tos_regridded = regridder(ds)["tos_con"]

We may want to add some explanation...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions