Add new versions of IBC database#19
Conversation
|
Hi! When running the following (either on main branch or on this branch) import ibc_api.utils as ibc
db = ibc.get_info(data_type="volume_maps")I'm getting the following error So I guess there is also an issue with volume maps? |
|
Ah ok! Then this issue would be solved as soon as we merge this PR. So let's do that now and I will handle the surface maps issue after that. |
|
@sdascoli could you please try once again? |
|
Hi! Now I get |
|
That is very weird. Just to make sure, you are on main and you get this error when you run the following? from ibc_api import utils as ibc
db = ibc.get_info(data_type="volume_maps")Would it be possible for you to get on call sometime? We could meet here: https://rendez-vous.renater.fr/ibc_api_3f9822-03376e-522344 If not, could you maybe try making the API call here: https://data-proxy.ebrains.eu/api/docs#/datasets/get_dataset_v1_datasets__dataset_id__get. It would help if I could see the response you get. You'd have to click on "authorize" first and login and then enter the following ID: |
|
Hi! Now it looks like I aren't even able to connect to ebrains, I don't receive the email of confirmation after logging in via siibra :( |
|
Sorry about all these issues @sdascoli. But it seems this "email issue" is a known problem on EBRAINS infra side: FZJ-INM1-BDA/siibra-python#687 (comment) So I am afraid there's not much we can do in terms of the API except for tracking the issue on this link. @ferponcem and I could still meet you tomorrow to understand better if there is a subset of data that you are interested in and also to discuss alternative options for you to access it. Would 3-4pm tomorrow work for you? |
|
Thanks, I will be tracking that! |
|
Hi, I managed to click the validation link, but looks like the API hangs after that. |
|
Hi @sdascoli thanks for your patience.
So unfortunally I haven't heard back but if you have a specific task you need, we can check other ways to share the maps with you in the meantime. |
Thx for taking care of that. |
Adding the newer versions of IBC data.
Currently there is an issue where siibra is only listing out one of the subdirectories in a bucket. Due to this
src/ibc_api/data/surface_maps_v2.csvis empty, consequently surface can't be fetched as of now. This wasn't the case earlier. Will need to dig into siibra's codebase what changed since.