You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make templates more clear by removing spatial dim names, and also allow changing full chunk shape. (TGSAI#722)
* refactor: replace `abstract_dataset_template` with `base`, update dimensions handling
* feat: add chunk_shape property with setter to manage variable chunk shapes
* refactor: rename `chunk_shape` to `full_chunk_shape` for clarity and consistency
* refactor: remove `_spatial_dim_names`
* refactor: update tests to use `full_chunk_shape`, replacing `_var_chunk_shape`
* refactor: update `chunk_grid` construction to use `full_chunk_shape`
* refactor: update required fields extraction to exclude data domain dimension
* refactor: replace hardcoded dimension slicing with `spatial_dimension_names` property for consistency and clarity
* refactor: update seismic template tests to focus on `full_chunk_shape` handling and validation
* refactor: reorder `dimension_names` for easy diff
* Apply suggestion from @BrianMichell
Co-authored-by: Brian Michell <[email protected]>
* refactor: update `subset` type from list to tuple for consistency in SEG-Y parsers
* refactor: rename variable `tpl` to `template`
---------
Co-authored-by: Altay Sansal <[email protected]>
Co-authored-by: Brian Michell <[email protected]>
0 commit comments