next-exp/IC

Standardize naming of groups and nodes in output files

Open

#819 建立於 2022年5月25日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Python (77 fork)auto 404
good first issue

倉庫指標

Star
 (10 star)
PR 合併指標
 (PR 指標待抓取)

描述

So far, we have named the groups and nodes of our output files slightly randomly. I propose that we name them in a standard manner. We can discuss other options, but my preferred one is /data_type/node_name, where

  • data_type can be RWF, PMAPS, KDST, HDST, DDST, etc, and
  • node_name will be something descriptive of what it holds (like S1Pmt for pmaps) or simply data for when there is a single table, and there is no obvious better name for the node.

Of course, this will need to update some of our reader functions so they are backward-compatible, but it might be worth the effort. Thoughts?

貢獻者指南