Henrik Andersson

Results 85 issues of Henrik Andersson

Using enums instead of string is easier for command completion. ![image](https://user-images.githubusercontent.com/614215/108066911-4e6efd00-7060-11eb-80b4-3945141c6863.png) Which avoids the error when typing 'pi' instead of the correct 'poi'. This implementation accepts both enum and strings...

Could be another sensor, from a nearby location or from a model. The API doesn't conform to the other Univariate methods, and thus is not able to be used in...

```python >>> from datetime import datetime >>> import pandas as pd >>> from anomalydetection.detectors import DiffRangeDetector >>> >>> dates = [ ... datetime(2000,1,1), ... datetime(2000,1,2), ... datetime(2000,1,7)] >>> >>> normal_data...

Conveniently convert 2d gridded datasets from xarray to mikeio. Note that this method assumes that all variables have the same dimensions, so first select relevant items before converting. This is...

**Describe the bug** Time-invariant file ignores freq. In a file with a single timestep, *dt* is perhaps not as important as in a multistep file, but is still available in...

Here is another tricky example: see EXPRESSION with line breaks ``` [AUXILIARY_VARIABLE_9] SYMBOL = 'L' ID = 424 DESCRIPTION = 'L, wave length (m) Fenton & McKee, 1990' ONLINE_HELP =...

Plotting a single spectra works fine! 🎉 ![image](https://user-images.githubusercontent.com/614215/189329107-fb4d0523-8283-41cd-b46f-dda9c995d513.png) But when I try to plot several plots in a subplot, i.e. to compare timesteps or locations from a single file, it...