AI4S2S/s2spy

Aligning RGDR clusters over splits

BSchilperoort opened this issue · 1 comments

When using RGDR to reduce the dimensions of precursor data, it is possible that the clusters vary slightly in some splits. These will have to be aligned somehow to be able to fit the ML model/compare the results per split.

In #68 RGDR fit/transform adds the latitude and longitude of the geographic center of each cluster to the DataArray, to make it possible to match clusters up by looking at the geographical distance of clusters between splits.

Duplicate of #101