nilsnevertree / kalman-reconstruction-partially-observed-systems

Data-driven Reconstruction of Partially Observed Dynamical Systems using Kalman Algorithms in an itterative way
GNU General Public License v3.0
1 stars 0 forks source link

Use ``xr.concat()`` instead of complicated functions in ``pipeline.py`` #64

Open nilsnevertree opened 1 year ago

nilsnevertree commented 1 year ago

It seems a more convinient way to combine dataarrays and dataset would be the usage of xr.concat. See also xarray-conbining