I'd find it useful to add a utility function to download the AR6 database, alongside that currently available for SR1.5: ``` def download_or_load_sr15(filename, valid_model_ids="*"): ... ``` which I guess should be possible using the `ar6-public` connection? https://pyam-iamc.readthedocs.io/en/stable/tutorials/iiasa_dbs.html
I'd find it useful to add a utility function to download the AR6 database, alongside that currently available for SR1.5:
which I guess should be possible using the
ar6-publicconnection?https://pyam-iamc.readthedocs.io/en/stable/tutorials/iiasa_dbs.html