synthpop.modules.post_processing.gulls_post_processing

Post-processing to put catalog in the Gulls input format.

Classes

GullsPostProcessing

Base class for post-processing, for catalog modifications after the

Module Contents

class synthpop.modules.post_processing.gulls_post_processing.GullsPostProcessing(model, cat_type, **kwargs)

Bases: synthpop.modules.post_processing._post_processing.PostProcessing

Base class for post-processing, for catalog modifications after the regular SynthPop generation process has completed.

cat_type
model
do_post_processing(dataframe: pandas.DataFrame) pandas.DataFrame

Parameters

dataframedataframe

original SynthPop output as pandas data frame

Returns

dataframedataframe

modified pandas data frame