ome / ome2024-ngff-challenge

Project planning and material repository for the 2024 challenge to generate 1 PB of OME-Zarr data
https://pypi.org/project/ome2024-ngff-challenge/
BSD 3-Clause "New" or "Revised" License
11 stars 8 forks source link

Store statistics in array metadata #31

Closed joshmoore closed 3 weeks ago

joshmoore commented 3 weeks ago

Under the key _ome2024_ngff_challenge_stats we now store the following statistics for each array conversion:

For example:

  "attributes": {
    "_ome2024_ngff_challenge_stats": {
      "input": "https://uk1s3.embassy.ebi.ac.uk",
      "output": "",
      "start": 1724228072.7066,
      "stop": 1724228073.515819,
      "read": 2312282,
      "written": 1661288,
      "elapsed": 0.8092191219329834
    }
joshmoore commented 3 weeks ago

Thanks. Merging to get the metadata work discussed during this morning's challenge chat opened before the afternoon session.

joshmoore commented 3 weeks ago

@perlman suggestions something like --performance-notes with free-text notes but more specifics might include:

joshmoore commented 3 weeks ago

Opened https://github.com/ome/ome2024-ngff-challenge/pull/35