Open alimanfoo opened 2 years ago
I might have the wrong end of the stick, but it looks like Xarray coords are used quite extensively in this codebase. Is this definitely a refactor we still want to embark on? Perhaps we can break the task down by module.
Coordinates are not particularly useful, a bit confusing and do lead to some surprising behaviour, especially when converting data from xarray Datasets to pandas DataFrames.
Suggest just make everything a data variable.