GranthamImperial / silicone

Automated filling of detail in reported emission scenarios
https://silicone.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

AR6-WG3 database connection #148

Open chrisroadmap opened 2 years ago

chrisroadmap commented 2 years ago

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

znicholls commented 2 years ago

I'd put this as out of scope for silicone: it's an infilling package, not a downloading one (but the scope has already crept and I'm not the lead dev). I think there is a good question to be asked about where to put this sort of utility stuff. My suggestions: a gist or we create a specific package e.g. scenario_database_utils where we can house these things and test them without bloating other packages

Rlamboll commented 2 years ago

I agree that this sounds useful but is not optimally placed here. I have created an issue in pyam suggesting that we add this tool there.

chrisroadmap commented 2 years ago

Nice, thanks for considering 👍