api

Contents

api#

Top level API#

pyramid_coarsen(ds, *, factors, dims, **kwargs)

Create a multiscale pyramid via coarsening of a dataset by given factors

pyramid_create(ds, *, factors, dims, func[, ...])

Create a multiscale pyramid via a given function applied to a dataset.

pyramid_reproject(ds, *[, projection, ...])

Create a multiscale pyramid of a dataset via reprojection.

pyramid_regrid(ds[, projection, ...])

Make a pyramid using xesmf's regridders

pyramid_resample(ds, *, x, y[, projection, ...])

Create a multiscale pyramid of a dataset via resampling.