The wustl_file_processor Module

An entry point to aggregating grid data produced by Atmospheric Composition Analysis Group of Washington University in St. Louis.

The tool validates file names that they are using the naming pattern employed by the group and infers year and month of the observations from the file name.

See data description:

class WUSTLFile(context: Optional[GridContext] = None)[source]

Creates a new instance

Parameters

context – An optional GridmetContext object, if not specified, then it is constructed from the command line arguments

parse_file_name()[source]
get_aggregation_year()[source]
on_prepare()[source]

This method can be overwritten by subclasses to configure proper aggregation

get_table_name()[source]
get_registry() Dict[source]