fluxnet / ONEFlux

Open Network-Enabled Flux processing pipeline
Other
75 stars 41 forks source link

New input method for ONEFlux #40

Open toanngosy opened 1 year ago

toanngosy commented 1 year ago

Proposal

Unify the parameters file into a single run file, .i.e .yaml file.

Motivation

At the moment, the run parameters of ONEFlux are spread across different methods: from local_settings.py and from command arguments. I propose to have all configurable parameters in a single configuration file so it is easy to share and reproduce each run. The YAML file is a good candidate since it is easy to read and has been widely adopted as a configuration file in many projects.

Pros

toanngosy commented 1 year ago

@gilbertozp This is addressed in #38