collect

Contents

collect#

powerplantmatching.collection.collect(datasets, update=False, reduced=True, config=None, **dukeargs)#

Return the collection for a given list of datasets in matched or reduced form.

Parameters:
  • datasets (list or str) – list containing the dataset identifiers as str, or single str

  • update (bool) – Do an horizontal update (True) or read from the cache file (False)

  • reduced (bool) – Switch as to return the reduced (True) or matched (False) dataset.

  • config (dict) – Configuration file of powerplantmatching

  • **dukeargs (keyword-args for duke) –