ding0
ding0 copied to clipboard
Command-line script to run Ding0
Provide a command-line tool that calls Ding0 functionality. Sould include
feel free to extend and edit this list
- Run Dingo, i.e.
ding0 run [ -mvgd {6 | 6,7,8 | 6-8} -o <output-file-name> ...]
- Test results data to older versions, i.e.
ding0 compare [ -mvgd {6 | 6,7,8 | 6-8} -i <input-file-name> ...]
- Statistical key figures, i.e.
ding0 stats [ -mvgd {6 | 6,7,8 | 6-8} --mode {'mv', 'lv'}]
First, it is focused on creating ding0 grid data, not on statistical key figures. Some basic stuff is added by aa4a145e1584c73b2305e943e62f5aaa73c920f5. Important next steps are
- [ ] Option to specify output location (i.e. the argument
--pkl-output-folder
and later--csv-output-folder
) - [ ] Split
run_ding0()
into two parts- a) Argument parser
- b) Function that calls ding0 and manages data saving and maybe more stuff
- [ ] ding0 run function that includes parallelization