Kai Mühlbauer
Kai Mühlbauer
@djhoese FYI: I've tried that `fake` mouse_release (only for button 2) but this doesn't help, unfortunately.
@exor2008 Not sure if this will fit your need, but you can do this in `on_mouse_release` instead of `on_mouse_press`
@exor2008 Yeah, just leave it open. We have still much to think about this...
@exor2008 Does the problem still persist? If yes, we should decide what to do next. @djhoese is there a place in the docs, where we could at least document it,...
@antscloud As a workaround you could use keyword argument `decode_cf=False` in the call to `xr.open_dataset`. After fixing the `units` attribute to some reasonable value you can call `ds = xr.decode_cf(ds)`.
`ds = xr.open_mfdataset(file_list, engine='cfgrib', combine="nested", concat_dim="generalVerticalLayer")`
This would be not as easy. 1. If you want to stick with a single line of code you would need to feed a nested list: `[[t0_f0, t0_f1, ...], [t1_f0,...
> The only limitation of the latter approach is that only the latest version is served online. If you go one step further and create additional release branches in the...
> We should have a closer look to how wradlib solves this. I would gladly assist if you decide to go that way.
@aperezhortal I've only swept quickly through this, it looks amazing! Seems I'll have to copy one or the other neat feature from here. Cool stuff!