cioos-siooc / ocean-data-parser

A Python package for parsing oceanographic proprietary data formats to xarray Dataset.
https://cioos-siooc.github.io/ocean-data-parser/
GNU General Public License v3.0
4 stars 1 forks source link

add parser_kwargs input via cli #99

Closed JessyBarrette closed 2 months ago

JessyBarrette commented 2 months ago

Some parsers contains extra inputs which it can be useful to define via the command line.

The configuration file use the parser_kwargs parameter to pass those inputs to the parser. It would be good to have this also present within the command line.

JessyBarrette commented 2 months ago

This is now included in the latest version