Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ venv.bak/
.spyderproject
.spyproject

# pycharm project settings
.idea

# Rope project settings
.ropeproject

Expand Down
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,7 @@ repos:
rev: v1.15.0
hooks:
- id: mypy
- repo: https://github.com/citation-file-format/cffconvert
rev: 054bda51dbe278b3e86f27c890e3f3ac877d616c
hooks:
- id: validate-cff
27 changes: 27 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
cff-version: 1.2.0
title: "Zarr benchmarks"
version: 1
license: "BSD-3-Clause"
type: software
abstract:
"This repository provides advice on how to set Zarr array configuration
options. These options all have an impact on data compression, read times, and
write times. The advice here is based on a series of benchmarks, which are
presented in the report."
message: "If you use this software, please cite it as below."
authors:
- given-names: David
family-names: Stansby
affiliation: University College London
orcid: "https://orcid.org/0000-0002-1365-1908"
- given-names: Kimberly
family-names: Meechan
affiliation: University College London
orcid: "https://orcid.org/0000-0003-4939-4170"
- given-names: Ruaridh
family-names: Gollifer
affiliation: University College London
orcid: "https://orcid.org/0000-0001-9319-936X8"
keywords:
- zarr
- data compression