EOA-team / eodal

Earth Observation Data Analysis Library
https://eodal.readthedocs.io/en/latest/
GNU General Public License v3.0
93 stars 15 forks source link

fix: error when clipping scene collection loaded from pickle file #55

Closed atoparseks closed 1 year ago

atoparseks commented 1 year ago

In majority of case assumption the scene collection key is string is correct. However, if it's already datetime, SceneCollection.clip_scenes throws an error: TypeError: Parser must be a string or character stream, not datetime

lukasValentin commented 1 year ago

this PR will be part of v0.2.1