xarray-contrib / xeofs

Comprehensive EOF analysis in Python with xarray: A versatile, multidimensional, and scalable tool for advanced climate data analysis
https://xeofs.readthedocs.io/
MIT License
105 stars 20 forks source link

Support for complex input data #150

Closed nicrie closed 9 months ago

nicrie commented 9 months ago

Is your feature request related to a problem? Please describe. Although complex data is accepted as input for xeofs models, not all models and methods (e.g. inverse_transform) work properly in this case.

Describe the solution you'd like Complex input data can be decomposed into complex scores and components. Reconstructing data via inverse_transform results in the original complex data.

Describe alternatives you've considered -NA-

Additional context See use case in #149 .

To Do