This repository was archived by the owner on Oct 24, 2024. It is now read-only.
This repository was archived by the owner on Oct 24, 2024. It is now read-only.
to_zarr()
overwrites by default #274
Closed
Description
Currently, the to_zarr()
method's mode
parameter defaults to w
which is (imo) not ideal.
Picture this: an optimistic user (who's totally not me) thinks, "Hey, to_zarr(./path/to/everything/I/hold/dear/)
will just add my zarr data to my collection of digital life achievements." Instead, it ruthlessly purges all within the specified directory, leaving nothing but the zarr dataset in its wake.
Suggestion: Switch the default to mode="w-"
. Yes, one could still choose to unleash chaos upon their files, but it should be a conscious choice - not an "oops" moment. ;)