EXTERNAL_DATABASE

EXTERNAL_DATABASE#

powerplantmatching.data.EXTERNAL_DATABASE(raw=False, update=True, config=None)#

Importer for external custom databases. :param raw: Whether to return the original dataset :type raw: boolean, default False :param update: Whether to update the data from the url. :type update: bool, default True (unused) :param config: Add custom specific configuration,

e.g. powerplantmatching.config.get_config(target_countries=’Italy’), defaults to powerplantmatching.config.get_config()