-
Notifications
You must be signed in to change notification settings - Fork 38
Adding the trajectories endpoint to OPTIMADE #377
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
Adding the trajectories endpoint to OPTIMADE #377
Conversation
08f1bf7 to
b907b2c
Compare
b907b2c to
716ad2e
Compare
ml-evs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the hard work on this @JPBergsma!
My comments below are mostly around maintaining our compliance with the JSON:API format.
716ad2e to
7c1b646
Compare
Placed all sentences on seperate lines.
7c1b646 to
a291b59
Compare
…eferences for frames.
…lso possible to do this via the next field in the links field of the JSON response.
|
Can we add an endpoint for bulk downloads? |
…gsma/OPTIMADE into JPBergsma_add_Trajectories
Co-authored-by: Matthew Evans <[email protected]>
Co-authored-by: Matthew Evans <[email protected]>
Co-authored-by: Matthew Evans <[email protected]>
Co-authored-by: Matthew Evans <[email protected]>
Co-authored-by: Matthew Evans <[email protected]>
Co-authored-by: Matthew Evans <[email protected]>
Co-authored-by: Matthew Evans <[email protected]>
Co-authored-by: Matthew Evans <[email protected]>
Co-authored-by: Giovanni Pizzi <[email protected]>
Co-authored-by: Giovanni Pizzi <[email protected]>
Co-authored-by: Giovanni Pizzi <[email protected]>
Co-authored-by: Giovanni Pizzi <[email protected]>
rartino
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had a few "pending" edits that I had not added yet.
…o JPBergsma_add_Trajectories
Co-authored-by: Rickard Armiento <[email protected]>
Co-authored-by: Rickard Armiento <[email protected]>
giovannipizzi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic work!
During the OPTIMADE meeting in June 2021, we discussed in room 2 how the OPTIMADE standard could be expanded to allow the sharing of trajectory data. Based on the discussions with amongst others @giovannipizzi, @gmrigna, Adam Hospital, Tristan Bereau, Amit Gupta, Corey Oses, Ellad Tadmor, Maithilee Motlag, and Daniel S Karls, I have written a first draft for adding a trajectory endpoint. This will hopefully be a good base for further discussion.
The PR adds a trajectories section (in this PR section 7.3), that defines how a client can query and retrieve data from trajectories and how the server can share this data. We have tried to do this in a general way so that many different kinds of trajectories can be shared.