• Post process the collections in a given folder, retrieving the final summaries.

    Parameters

    • logger: ((message: string) => void)

      The logger to use for outputs

        • (message): void
        • Parameters

          • message: string

          Returns void

    • filepath: string

      Path to the root file of the data collection (contains all the archives)

    • config: StatisticsSummarizerConfiguration

      Configuration of the summarizer

    • outputPath: string

      The final outputPath to write the result to (may differ from the configured root folder)

    Returns void