HEAL / healdata-utils

HEAL data packaging tools
https://heal.github.io/healdata-utils/
0 stars 4 forks source link

Documentation update #86

Open mbkranz opened 4 months ago

mbkranz commented 4 months ago

Documentation is missing a few key input type and examples (e.g., csv-data-dict)

  1. Python: For an updated version of the parameters that go into the convert_to_vlmd function see here: https://github.com/HEAL/healdata-utils/blob/main/configs/convert_to_vlmd.yaml

  2. CLI: running vlmd will walk you through options. vlmd extract --help will also provide options

    1 and 2 should be put in docs here https://github.com/HEAL/healdata-utils/tree/main/docs/vlmd/extract

mbkranz commented 4 months ago

docstring : https://github.com/HEAL/healdata-utils/blob/3be0c2881e24aae9b2715de28568aa75f53261b1/src/healdata_utils/conversion.py#L196