openPMD/openPMD-api

Converter CLI

開放

#459 建立於 2019年2月5日

 (1 則留言) (1 個反應) (0 位負責人)C++ (57 個分叉)auto 404
good first issuehelp wantedtools

倉庫指標

星標
 (160 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

We should write a small command line interface (CLI) tool that provide converters from one backend to another.

E.g. if all backends are enabled, convert openPMD series of files:

openPMD-convert -o h5 path/to/simOutput_%T.bp

A cool extra option would be to add a flag that mocks the heavy data entries, e.g. for constant records with zero-value. This might be very useful for validation and meta-data scraping.

We should also add an optional parameter -i|--iteration <N> to only convert a single iteration instead of the full series.

We should also add an optional parameter to change to group/file based iteration format during the convert.

We should also add an optional parameter with a different path for the output.

貢獻者指南