Sebastian Hahn

Results 7 issues of Sebastian Hahn

the histogram plot ([implemented here](https://github.com/raphaelquast/EOmaps/blob/master/eomaps/eomaps.py#L1468)) using a custom colorbar should be a dedicated function that can be easily used externally by passing the correct arguments, since it can be quite...

enhancement

I tried to use the `cmdline` header argument in babel, but it is missing (I wanted to use the option -f, --pdfFit).

For example: **org** Here is a citation reference \cite{CIT2002}. **rst** Here is a citation reference: [CIT2002]_. .. [CIT2002] This is the citation. It's just like a footnote, except the label...

First implementation of handling `np.inf` in `k_nearest_neighbor` search: - always return k results (i.e. include `np.inf` in distances) - set gpi (with a distance == `np.inf`) to int32 max value...

Depending on whether the NN search returns a distance containing a `np.inf` or not decides whether the returned indices and distances are a 1d array (mask applied) or a 2d...

I really like this tool! However, it requires a lot of keybindings. Would it be possible to add an option that cycles through the different grids? e.g. a keybinding that...

enhancement

It is not clear/documented which unit is used for the _time_ field after a time series has been queried from GEE.