-
Notifications
You must be signed in to change notification settings - Fork 1
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
IHME risk data download fails #132
Comments
Hi Ben, yes, add support for filtering risks is on my to do list but I haven't looked into it yet. I will test your suggestion fix and update the library. Thanks for reporting the issue and providing a solution! |
I updated ihme loader as you suggested, but I use |
Nice! Thank you so much, @semio! Keep up the great work! |
When trying to download data from IHME using the "risk" context, I receive an error:
The error occurs because
self.metadata['rei']
does not contain a columnrei_id
. It only contains a columnid
. Another problem: The current code does not permit users to filter risks. One can only download all risk data at once. My suggestion for a fix: Modfiy line 227 of ihme.py and add an additional line as follows:All the best.
Ben
The text was updated successfully, but these errors were encountered: