Closed ladsmund closed 8 months ago
I have updated thet BUFR export functionalities to
In order to achieve that I have
bufr_utilities
real_time_utilities
get_bufr
datetime.utcnow()
I have made a slight update to aws-operational-processing to provide explicit cli parameters since I removed the default paths.
https://github.com/GEUS-Glaciology-and-Climate/aws-operational-processing/pull/23
I have updated thet BUFR export functionalities to
In order to achieve that I have
bufr_utilities
contains functionalities related to BUFR serialisation including both a read and write functions.real_time_utilities
contains functionality for filtering and selecting instantaneous data from time series.get_bufr
contains main scripts for generating bufr files AWS L3 csv data - aligning with out current operational pipeline.get_bufr
and restructured the use of global variables (WMO configs)datetime.utcnow()