-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
When earthkit.data.from_source is called with a pathlib.Path object as argument, a TypeError exception is raised with the message object of type 'PosixPath' has no len().
Describe the solution you'd like
earthkit.data.from_source should support Path objects as arguments. It can just convert these to strings if needed to.
Describe alternatives you've considered
No response
Additional context
No response
Organisation
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request