Closed CameronLP closed 8 months ago
The dimensions used in get_dataset() will also be used for the resampled gridded data. Because it does not make sense to name the 'y' and 'x' dimensions of gridded data 'lines' and 'samples', I am leaving the dimension names unchanged and closing this issue.
Rename the dimensions of the xarray datasets returned by get_dataset() from x and y to lines and samples. This should apply to both the .bip and .nc readers.