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

Creation of GeoSeries object and drop NA #581

Closed khider closed 2 months ago

khider commented 2 months ago

When creating a GeoSeries object, there is an option to drop the NaNs from the time and value axis. But depth is left behind, resulting in uneven vectors. Depth should also be shortened when NaNs are removed.

khider commented 2 months ago

Done with #584