NTNU-SmallSat-Lab / hypso-satpy

1 stars 0 forks source link

Rename dimensions returned by get_dataset() #13

Closed CameronLP closed 8 months ago

CameronLP commented 9 months ago

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.

CameronLP commented 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.