-
Notifications
You must be signed in to change notification settings - Fork 192
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
Rest api: add endpoint to download ArrayData #2809
Comments
I was wondering if there is anything planned to address this issue? Do you know if there are any plans @chrisjsewell ? Otherwise I would happily work on this, as it would be great to be able to gather data from |
Heya, we are working on a whole new rest api: https://github.com/aiidateam/aiida-restapi |
That is great! For what I understand it seems to be based in GraphQL? Should we move this discussion there? Would be very good to be able to access information stored in the |
@chrisjsewell there is a PR now (with passing tests) that addresses this issue. Basically a |
Cheers @JPchico, you just reminded me to email you 😅 |
Currently the endpoint is provided to get general information of ArrayData but there is no endpoint available to download the raw data (numpy array) stored in ArrayData.
Add endpoint for ArrayData to get the size of the raw data and also to download it.
The text was updated successfully, but these errors were encountered: