Filipe
Filipe
Folks, there is no `richdem` on Windows in conda-forge. Compiling stuff on Windows is an art and we have very few of those artists in our community. If someone here...
It is not ideal but you can workaround that by dropping the `siglay` variable. ```python ds = xr.open_dataset(url, drop_variables='siglay') ```
Closing this as answered. Please re-open if you disagree.
@sampr7 your fix looks OK to me. Do you want to send a PR?
Thanks @sampr7! We merged #185 and I'll prepare a new release soon.
@jordij thanks for the PR but this adds an extra complexity to the code that I'm not 100% sure we need. The same can be accomplished with one list comprehension...
This should be solved by #185. Please re-open if you disagree.
This was implemented in https://github.com/python-windrose/windrose/pull/102
> How to set continuous colorbar like this? That doesn't look like a continuous colorbar. Do you mean no spaces between the colored boxes? PS: I'm closing this b/c the...
@Data-drone I guess one could get the `ax` and plot the marker using the polar coords. Closing this b/c it is a usage question and not something the devs can...