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

Simplifying workflow to get from ESS Xarray datasets with a time dimension to a Pandas DataFrame for machine learning #3272

Open
ThomasMGeo opened this issue Nov 10, 2023 · 0 comments
Labels
Area: Xarray Pertains to xarray integration Type: Feature New functionality

Comments

@ThomasMGeo
Copy link

ThomasMGeo commented Nov 10, 2023

What should we add?

Many of our datasets in earth systems science have dimensions in x, y, z, and t. While this makes for easy multi-dimensional analysis, it does require a bit of work to get into the scikit-learn ecosystem for time series machine learning projects.

The workflow below might be out of scope for the MetPy project, but was curious if using some of the internal MetPy tools if this could be simplified and made more generalizable for all ESS xarray datasets with a time dimension.

Reference

Here is a short notebook with how the workflow could look using the xarray tutorial dataset.

@ThomasMGeo ThomasMGeo added the Type: Feature New functionality label Nov 10, 2023
@dopplershift dopplershift added the Area: Xarray Pertains to xarray integration label Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Xarray Pertains to xarray integration Type: Feature New functionality
Projects
None yet
Development

No branches or pull requests

2 participants