dandi / dandi-schema

Schemata for DANDI archive project
Apache License 2.0
5 stars 8 forks source link

Remove code for calculating Zarr checksums #209

Closed jwodder closed 4 months ago

jwodder commented 7 months ago

Now that we have zarr_checksum, having a separate module for checksumming Zarrs in dandischema is redundant.

yarikoptic commented 7 months ago

NB: asking in https://github.com/dandi/dandi-cli/pull/1371/files#r1420705289 on either we could/should reuse a higher level constructs in zarr_checksum

jwodder commented 6 months ago

Removal of the Zarr code from dandischema will require rewriting the code for extracting total size from a Zarr checksum. This will mean adding zarr_checksum as a dependency to dandischema, but: