require_no_holes
require_no_holes(
patch ,
dims ,
operation: str ,
)-> ‘None’
Raise CoordError if a dimension’s declared step has missing samples.
A coordinate with no declared step is an irregular grid, not a hole.
| function of dascore.utils.patch | source |
require_no_holes(
patch ,
dims ,
operation: str ,
)-> ‘None’
Raise CoordError if a dimension’s declared step has missing samples.
A coordinate with no declared step is an irregular grid, not a hole.