Julius Busecke

Results 210 issues of Julius Busecke

https://github.com/jbusecke/xmovie/actions/runs/768531139

https://github.com/jbusecke/xmovie/blob/d411683439f7ee4870340af477b20329f7a4e957/xmovie/presets.py#L270 Currently we can only choose between presets, but it would be easy enough to pass a dictionary here.

This might be a bit overkill, but given some time, I would like to implement a test that checks output files on a pixel by pixel basis. This would expose...

Inspired by @dhruvbalwada s amazing [llc4320 video](https://youtu.be/jnBlXY4IDzw) I think it would be very cool to have a zoom in feature to go from a global/basin scale animation to really detailed...

When specifying the cartopy features in e.g. `rotating_globe`, it would be nice if the user could pass color values directly, like this: ```python rotating_globe(..., land='0.4',...) ```

Here is an example of a case where the scaling factor of the colorbar is not colored consistently with the colorbar ticks. These should all be included in the 'style'...

Conversations in #6 suggest that problems described there might be related to cartopy. We need a hierarchy of presets for consistent testing: - [x] The default preset should be as...

As @dcherian pointed out in #6, there might be issues with passing dask arrays to `Movie`. I need to extend the tests to include dask.arrays.

I think it would be great to have an option to loop the underlying data array multiple times, while other parameters apply to the total length of the movie/gif. For...

**Description of the desired feature** First of all, the existing examples are really, really nice! They helped me a lot understanding the functionality. I was however not able to find...

documentation
help wanted