You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
If I understand correctly, you want to convert an xarray dataset to a pandas dataframe while keeping the dimension values as both indexes and column variables, right? If so, I think this may be a more streamlined approach:
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.
The text was updated successfully, but these errors were encountered: