-
Notifications
You must be signed in to change notification settings - Fork 4
Implement xarray as containers for data from MDSPlus #24
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
base: main
Are you sure you want to change the base?
Conversation
|
Let's put ideas for attributes for the xarray objects here. |
As of right now, attributes will include MDSPlus call string and units for each dimension of the data. I also will be including a space for a version number. I think this could make it easier later on when we have data stored locally being combined with remote data that has new conventions. We had talked about including shot number as a coordinate to make working with ensembles more straightforward in the future, though this can be changed if we want to discuss more. |
…y into xarray-data-storage
Currently data pulled from MDSPlus is stored as numpy arrays. For better organization, data will be put into xarray containers to keep track fo metadata as well. #23