subsampling

File Purpose: subsampling “main” dimensions (and snapshot dimension)

Produce a subsampled version of the data where

some of the variables have been subsampled on main dimensions.

Classes

Subsamplable()

object that can be subsampled.

Subsampler(target, info)

interface to help with actually doing the subsampling, of a Subsamplable object.

SubsamplingApplier(info, *, array_dims[, ...])

applier of a subsampling method.

SubsamplingIdentity(info, *, array_dims[, ...])

subsampling applier that does nothing!

SubsamplingInfo(json, *[, meta, ...])

information about subsampling

SubsamplingInfoPathManager(info_dir, *[, ...])

class that helps manage subsampling info paths.

SubsamplingResultPathManager(snaps_dir[, ...])

class that helps manage paths related to results of subsampling.

SubsamplingSlice(info, *, array_dims[, ...])

slice subsampling applier.