pycif.plugins.obsparsers.tropomi_blended — API reference

pycif.plugins.obsparsers.tropomi_blended — API reference#

Configuration reference: tropomi_blended plugin

pycif.plugins.obsparsers.tropomi_blended.multiple_parse.parse_multiple_files(self, spec='', **kwargs)[source]#

Parse multiple GOSAT+TROPOMI BLENDED files by day and merge them

Parameters:

self – the plugin with its describing arguments (in particular dir_obs)

Returns:

{obs_file} = df[obssite_id, parameter]

Return type:

dict

pycif.plugins.obsparsers.tropomi_blended.parse.do_parse(self, obs_file, **kwargs)[source]#

Parse function for a file from template observations

Parameters:

obs_file (str) – Path to input file

Returns:

Dataframe from input file df[parameter][station]

Return type:

pandas.DataFrame