good first issue
Repository-Metriken
- Stars
- (10 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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_typecan beRWF,PMAPS,KDST,HDST,DDST, etc, andnode_namewill be something descriptive of what it holds (likeS1Pmtfor pmaps) or simplydatafor 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?