-
Notifications
You must be signed in to change notification settings - Fork 3
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
Parcellation features returning incorrect data #100
Comments
endpoint schema looks like : spec re: name property erroenous: @marcenko fixed it in FZJ-INM1-BDA/siibra-python@2dbd8aa . The change is not live (yet) because okd-dev admin panel is currently broken (pods are still online). re: other fields, which fields do you actually need? |
Great. We need |
dataset name would be nice as well. So, would be nice to get the dataset info: |
we will see what we can do. Not a promise, but we will look into if it is resource intensive to retrieve some/all of the aforementioned fields. |
should be fixed. e.g.: curl -X 'GET' 'https://siibra-api-dev.apps-dev.hbp.eu/v2_0/atlases/human/parcellations/2.9/features?page=1&size=1' -H 'accept: application/json' | jq '.items[0] | keys' returns [
"@id",
"@type",
"authors",
"citation",
"cohort",
"columns",
"dataset_id",
"description",
"filename",
"matrix",
"name",
"parcellations",
"subject"
]
|
/atlases/{atlas_id}/parcellations/{parcellation_id}/features
endpoint does not return data correctly.description
,dataset_id
, and other fields are not included on the returned json, but they are inside thename
field which looks like this:...
- is filled with relevant dataThe text was updated successfully, but these errors were encountered: