hdmf-dev / hdmf-zarr

Zarr I/O backend for HDMF
https://hdmf-zarr.readthedocs.io/
Other
7 stars 7 forks source link

[Feature]: Support pathlib.Path in ZarrIO #181

Open CodyCBakerPhD opened 3 months ago

CodyCBakerPhD commented 3 months ago

What would you like to see added to HDMF-ZARR?

NWBZarrIO(path=pathlib.Path("some/path.nwb.zarr"), mode="r") fails, but NWBHDF5IO(path=pathlib.Path("some/path.nwb.hdf5"), mode="r") is fine

Is your feature request related to a problem?

No response

What solution would you like?

These should probably be made consistent

Do you have any interest in helping implement the feature?

No.

Code of Conduct