Skip to content

Add a method that can add expand data with a halo filled with data element copies #71

@davidhassell

Description

@davidhassell

For example:

>>> f.shape
(12, 5, 8)
>>> g = f.halo(1, axes=[1, 2])
>>> g.shape
(12, 7, 10)

The method will also add halos to the appropriate metadata constructs.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions