Results 7 issues of JohnMrziglod

Hi, I try to get the clicked coordinate on a HeatMap. Unfortunately, neither does `on_click`, `on_element_click` or `on_background_click` seem to work (see example below). ```python import numpy as np from...

Thank you for this package. This is awesome. I was wondering - since I work with multispectral imagery (more than three channels) - whether it is possible to simply adapt...

Owing to the recent development of these classes, there are just a few tests working and most of them are obsolete. Hence, they need a review and many tests must...

Most tutorials need an update or to be finished. The documentation strings of many classes (especially SPAREICE) must be reviewed and adapted to the new API. ## FileSet - [...

documentation

[from @gerritholl] > If I understand `generate_filename` correctly, the typhon.spareice.datasets approach assumes that the filename can be calculated using only the placeholders in the template. This is not the case...

discussion

[from @gerritholl] > Personally, I would like to see something fully built around xarray.DataArray and xarray.Dataset (it is unfortunate that our class is also called Dataset). I wasn't aware of...

discussion

typhon.datasets ============ Limitations ----------- - Limited documentation. - Lacking tests. - Overuse of multiple inheritance. - Some methods defined in wrong place in class hierarchy. - Hard to use. This...