Closed frolovsa closed 1 year ago
We need to frame yaml config and parser
Here is my very dirty code that deals with (a) yaml parser (b) a time loop and (c) log files
We will need something similar. maybe just a bit prettier. This was my first python program. https://github.com/NOAA-PSL/observation-archive/blob/develop/src/s3-copy.py
Working through this will force us to make some choices about how to specify things in yaml here is the sample yaml code that goes with the program above. https://github.com/NOAA-PSL/observation-archive/blob/develop/test/testinput/s3_source_amsua_first_pass.yaml
I bet the yaml file above is outdated.
this seems to be outdated now. closing
We need to frame yaml config and parser
Here is my very dirty code that deals with (a) yaml parser (b) a time loop and (c) log files
We will need something similar. maybe just a bit prettier. This was my first python program. https://github.com/NOAA-PSL/observation-archive/blob/develop/src/s3-copy.py
Working through this will force us to make some choices about how to specify things in yaml here is the sample yaml code that goes with the program above. https://github.com/NOAA-PSL/observation-archive/blob/develop/test/testinput/s3_source_amsua_first_pass.yaml
I bet the yaml file above is outdated.