ncsa / ameriflux-pipeline

AmeriFlux Pipeline Repository
5 stars 0 forks source link

[TASK] Create config file to pass arguments | make file paths dynamic #24

Closed minump closed 2 years ago

minump commented 3 years ago

Create a config file to pass arguments like input file path and missing timestamp threshold.

Currently the code uses absolute path in local machine for file input. This file input is present in various codes (format.py, preprocessor.py and eddypro python codes). Change all absolute paths to relative paths and create a config file which captures these as args.

minump commented 2 years ago

closing the issue as its resolved in PR #53. PR merged.