IAMconsortium / pyam

Analysis & visualization of energy & climate scenarios
https://pyam-iamc.readthedocs.io/
Apache License 2.0
220 stars 115 forks source link

Question: How to connect as a guest when i already have stored credientials? #863

Closed lindnemi closed 5 days ago

lindnemi commented 5 days ago

I have project internal login data for the ariadne database stored via ixmp4 login. Now, i would like to connect to that same database, but as a guest user, to see which data is publicly available. It works via the web interface, but i don't know how to do it via pyam, because it automatically loads the credientials stored with ixmp4. Any suggestions on how to achieve a guest login? Thanks in advance

danielhuppmann commented 5 days ago

You can run ixmp4 logout in a console to delete the credentials from your machine, see here

lindnemi commented 5 days ago

great, thanks for the quick reply