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

Implement to_xarray method for earthkit.data.readers.csv.CSVReader #181

Closed
malmans2 opened this issue Sep 15, 2023 · 1 comment · Fixed by #201
Closed

Implement to_xarray method for earthkit.data.readers.csv.CSVReader #181

malmans2 opened this issue Sep 15, 2023 · 1 comment · Fixed by #201
Assignees
Labels
enhancement New feature or request

Comments

@malmans2
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Would it be possible to implement the to_xarray method for the CSVReader class?

Describe the solution you'd like

As to_pandas is already implemented, I believe all is needed is this: to_pandas().to_xarray()

Describe alternatives you've considered

No response

Additional context

No response

Organisation

B-Open / CADS-EQC

@malmans2 malmans2 added the enhancement New feature or request label Sep 15, 2023
@sandorkertesz sandorkertesz self-assigned this Sep 21, 2023
@sandorkertesz
Copy link
Collaborator

This issue is fixed now. I added some documentation to: https://earthkit-data.readthedocs.io/en/develop/_api/data/readers/csv/index.html#data.readers.csv.CSVReader ("develop" version only).

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

Successfully merging a pull request may close this issue.

2 participants