-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
read_iiasa() - filter also by meta information #789
Comments
Indeed, this was possible (I believe) but was lost a while back due to a regression in the RestAPI of the ixmp package. We will implement this feature as part of the migration to the ixmp4 package for hosting IIASA scenario databases, see http://docs.ece.iiasa.ac.at/ixmp4 |
I have the same needs as you. Following your example, I tried to use a filter to categorize, as shown.
|
This is an unrelated question to the initial issue, and this is purely a mistake in your python code. You use the argument When you call This behavior directly follow the equivalent pandas behavior for |
Thank you for your reply. It is my negligence. |
It would be helpful if read_iiasa() could also filter for meta information like climate assessment category.
Use case: I tried to download data for all C1 scenarios from the AR6-DB. This works with the below, but when extending the query to more than just global and selected variables the memory requirements get very large. Adding the option to add meta information to the query (as commented line) would remove the need to first download and store a large file in memory.
(With thanks to @jkikstra for confirming that this is currently not possible.)
The text was updated successfully, but these errors were encountered: