File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,6 +95,9 @@ venv.bak/
9595.spyderproject
9696.spyproject
9797
98+ # pycharm project settings
99+ .idea
100+
98101# Rope project settings
99102.ropeproject
100103
Original file line number Diff line number Diff line change 7373 rev : v1.15.0
7474 hooks :
7575 - id : mypy
76+ - repo : https://github.com/citation-file-format/cffconvert
77+ rev : 054bda51dbe278b3e86f27c890e3f3ac877d616c
78+ hooks :
79+ - id : validate-cff
Original file line number Diff line number Diff line change 1+ cff-version : 1.2.0
2+ title : " Zarr benchmarks"
3+ version : 1
4+ license : " BSD-3-Clause"
5+ type : software
6+ abstract :
7+ " This repository provides advice on how to set Zarr array configuration
8+ options. These options all have an impact on data compression, read times, and
9+ write times. The advice here is based on a series of benchmarks, which are
10+ presented in the report."
11+ message : " If you use this software, please cite it as below."
12+ authors :
13+ - given-names : David
14+ family-names : Stansby
15+ affiliation : University College London
16+ orcid : " https://orcid.org/0000-0002-1365-1908"
17+ - given-names : Kimberly
18+ family-names : Meechan
19+ affiliation : University College London
20+ orcid : " https://orcid.org/0000-0003-4939-4170"
21+ - given-names : Ruaridh
22+ family-names : Gollifer
23+ affiliation : University College London
24+ orcid : " https://orcid.org/0000-0001-9319-936X8"
25+ keywords :
26+ - zarr
27+ - data compression
You can’t perform that action at this time.
0 commit comments