We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following code gives AttributeError("'Array' object has no attribute 'flags'") :
AttributeError("'Array' object has no attribute 'flags'")
import hvplot.xarray grib_thredds_da = xr.open_dataset("http://thredds.ucar.edu/thredds/dodsC/grib/FNMOC/WW3/Global_1p0deg/Best", chunks={}) var = 'wnd_wav_per_surface' time_dim = grib_thredds_da[var].dims[0] grib_thredds_da[var].hvplot(x='lon', y='lat', groupby=time_dim, rasterize=True)
We are able to perform all other operations on it using xarray such as:
xarray
grib_thredds_da[var].groupby(time_dim).mean()
but using hvplot results in error. This conda environment has been used.
The same error has been reproduced in hdsingh/Dashboards#1 first three notebooks. Its traceback is also available in this issue.
@philippjfr @martindurant Please help me figure this out.
The text was updated successfully, but these errors were encountered:
@philippjfr Thank you !!
Sorry, something went wrong.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Successfully merging a pull request may close this issue.
The following code gives
AttributeError("'Array' object has no attribute 'flags'")
:We are able to perform all other operations on it using
xarray
such as:but using hvplot results in error.
This conda environment has been used.
The same error has been reproduced in hdsingh/Dashboards#1 first three notebooks. Its traceback is also available in this issue.
@philippjfr @martindurant Please help me figure this out.
The text was updated successfully, but these errors were encountered: