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

Multi-band support within crosstab_xarray() #38

Closed
fernando-aristizabal opened this issue Mar 7, 2023 · 0 comments · Fixed by #52
Closed

Multi-band support within crosstab_xarray() #38

fernando-aristizabal opened this issue Mar 7, 2023 · 0 comments · Fixed by #52
Assignees
Labels
enhancement New feature or request

Comments

@fernando-aristizabal
Copy link
Member

fernando-aristizabal commented Mar 7, 2023

Current behavior

  • crosstab_xarray() does not currently allow for multiple bands either as 3D arrays or as xr.Dataset.

Expected behavior

  • implement ability to allow for xr.DataArray with multiple bands or xr.Dataset with multiple variables.
  • Only support 3D datasets. So a check must be put in place that does this for both DataArrays and Datasets.
  • Some ability to preserve bands or not in computation of cross tabs must be included.

Steps to replicate behavior (include URLs)

Screenshots

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.

1 participant