xarray-contrib / datatree

WIP implementation of a tree-like hierarchical data structure for xarray.
https://xarray-datatree.readthedocs.io
Apache License 2.0
161 stars 43 forks source link

Check for paths in `__contains__` #319

Open TomNicholas opened 4 months ago

TomNicholas commented 4 months ago
TomNicholas commented 4 months ago

This currently only works for absolute paths - perhaps it should also check for relative paths too...