Henrik Andersson
Henrik Andersson
Using enums instead of string is easier for command completion.  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 =...
Adressing
Plotting a single spectra works fine! 🎉  But when I try to plot several plots in a subplot, i.e. to compare timesteps or locations from a single file, it...