1.5.1.1.8.1.2. polar2grid.resample.resample_decisions module

Decision utilties for resampling.

class polar2grid.resample.resample_decisions.ResamplerDecisionTree(*decision_dicts, **kwargs)[source]

Bases: DecisionTree

Helper class to determine resampler algorithm and other options.

add_config_to_tree(*config_files)[source]

Add configuration to tree.

find_match(**query_dict)[source]

Find a match.

classmethod from_configs(config_filename='resampling.yaml')[source]