Skip to content
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

Add a to_xarray method to data classes #68

Open
5 of 9 tasks
aburrell opened this issue Jun 28, 2023 · 0 comments
Open
5 of 9 tasks

Add a to_xarray method to data classes #68

aburrell opened this issue Jun 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@aburrell
Copy link
Collaborator

New Feature

Name: to_xarray

Scope

  • Create a to_xarray method for each of the data classes

Description

Custom data structures are useful, but can be difficult to use in standard data analysis. Comparisons between SuperDARN and satellites would be made easier of SuperDARN data was in a standard analysis format. Based on the multi-dimensional nature of the data, I suggest an xarray Dataset.

pyDARNio Checklist

  • Does this fit within pyDARNio's scope?
  • Is this a minor change i.e., new small utility function?
  • Is this a major change i.e., new plotting function?
  • Do you need help developing it?
  • Have you created a pyDARNio GitHub project to show the tasks needed to be done?

Development help

pyDARNio does not have a dedicated development team on hand for full feature development.
However, if you are able to provide some time and help, the community will try to aid you in the best way they can to make your feature possible.

If you need help please indicate what expertise you are looking for:

  • developer help with design and integration of code
  • scientific help with ensuring what you develop is scientifically correct/accurate
  • project management to help organize what steps need to be taken to make this possible

Please also provide any other information you may need help with, not including testing/reviewers of code

This is something I am willing to test and code review, but I have no funding for development in this project.

User Interface

# Load a fitacf file's data here into something named `fitdata`
xdata = fitdata.to_xarray()

Extra Notes

Please provide any other details about this feature

@aburrell aburrell added the enhancement New feature or request label Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant