Jānis Gailis
Jānis Gailis
@Evadzi Completely agree, this should work. The good news are that we already have re-implemented the offending ``_determine_cmap_params`` to be less naive for ``animate_map``, so this should be fixable. I'll...
Yes, the ``coregistration`` operation has been defined [Coregistration op specification](https://cate.readthedocs.io/en/latest/op_specs/geometric-adjustments/op_spec_coregistration.html) in the context of Use Case 9 to enable pixel-by-pixel analysis of two datasets observing the same spatial scene. Hence...
@forman In your opinion, should coregistration crop the slave to master as it does now?
See also #652 Currently we use built-in ``Matplotlib`` (de-fact standard library for Python plotting) functionality to create animations such that these work in a cross-platform way. Note that this has...
@kbernat No need to take immediate action on this. It may be that this will simply happen along as I continue working on daily->monthly averaging. I'll let you know if...
@forman I have investigated this. The problem is with using the `gridtools` library. Apparently, `dask` doesn't work the way we thought it does. You can not pass a slice to...
Just to chime in this discussion a bit. Here are a few examples of how widely used and known services convey status information to their users: http://status.gandi.net/timeline https://status.twitterstat.us/# https://status.status.io/ How...
From my perspective your suggestions for **res**, **var** and **dim** to automatically pre-fill the fields if possible are 'nice to have'. But I don't think that's a crucial usability improvement,...
@forman The 'nice to have' part is only my opinion and only in the context that if there are bugs or stability issues to resolve then that would take precedence...
Yes, it is, I checked this quickly. This seems to be due to floating point precision, a single LC pixel is a rounding error for the other dataset. It should...