LinkedEarth / Pyleoclim_util

Python Package for the Analysis of Paleoclimate Data. Documentation at
https://pyleoclim-util.readthedocs.io
GNU General Public License v3.0
87 stars 33 forks source link

EnsembleGeoSeries `from_AgeEnsembleArray` logic failing #583

Closed khider closed 2 months ago

khider commented 2 months ago

When depth is present in the GeoSeries, it should be used for the alignment. Right now, returns an error that depth is not available.

khider commented 2 months ago

Integrated a warning if a GeoSeries is passed but an EnsembleSeries is created (instead of an EnsembleGeoSeries) in https://github.com/LinkedEarth/Pyleoclim_util/commit/0ea9df6c4f03feef6bd1efb6c8a7891e476a6d80.