PatchRecord
PatchRecord(
source_patch_id: str ,
dims: str ,
dtype: str ,
time_min: int | None[int, None] ,
time_max: int | None[int, None] ,
time_step: int | None[int, None] ,
distance_min: float | None[float, None] ,
distance_max: float | None[float, None] ,
distance_step: float | None[float, None] ,
attrs: dict[str, TypedValue] =
coords: tuple[CoordRecord, …] = (),
)-> None
One patch: structural fields, typed attrs, coord rows.