denisbertini / mpi-sdf2opmd

SDF to openPMD compliant format via openpmd-api interface
GNU General Public License v3.0
7 stars 0 forks source link

Enable the converter to handle a directory or a list of SDF files to convert #5

Open jhornung-gh opened 1 year ago

jhornung-gh commented 1 year ago

Hi,

it would be great if it would be possible to pass a directory or a list of SDF files to the converter in order to convert multiple SDF files at once. Examples:

sdf2opmd_Xd -d directory/subdirectory or sdf2opmd_Xd -f dir/0001.sdf:dir/0002.sdf or even a combination of both sdf2opmd_Xd -d dir -f 0001.sdf:0002.sdf

Cheers,

Johannes

denisbertini commented 10 months ago

Added feature in commit 49452bc