-
Say you are riding with two GPS trackers - one that's quite accurate, and records temperature, cadence, but not heart rate. And the other that's not so great on locational accuracy, but records heart…
-
#### Code Sample, a copy-pastable example if possible
```python
import numpy as np
import xarray as xr
x = np.arange(1, 366)
y = np.random.randn(365)
ds = xr.DataArray(y, dims=dict(dayofyear…
-
**Bill Sacks < sacks@ucar.edu > - 2013-04-19 12:10:46 -0600**
**Bugzilla Id:** [1668](http://bugz.cgd.ucar.edu/show_bug.cgi?id=1668)
**Bugzilla CC:** andre@ucar.edu, cdkoven@lbl.gov, erik@ucar.edu,…
-
### Background and motivation
As a follow-up of this [comment](https://github.com/dotnet/extensions/issues/4915#issuecomment-1917444351) and this [issue](https://github.com/dotnet/runtime/issues/8246…
-
It may be nice to have a few simple methods available for basic filtering or resampling of signals.
Maybe a class for storing signal values paired with a sample rate and offset, and added support f…
-
The following spec leads to an error ([editor link](https://vega.github.io/editor/#/url/vega-lite/N4KABGBEAmCGAutIC4yghSBXATgGxSgAt54AHAZ2QHpqA3AUwHNYA6JgS3iKwCNWOAe3rNYAWjiIKDeBWqTY1aQnh4GYgO4MERBjlY…
-
Once `r.group` is done (#1096), we should implement support for multiple aggregations (i.e. doing both sum and average in one shot).
@mlucy proposed doing this by implementing a way to split streams …
-
Hi,
Thanks for the awesome tool! It's helped our small business greatly.
Would it be possible to be able to use a question or a native query to automatically set the goal in a progress bar or gaug…
-
I was having some problems decoding a very clean FSK test signal - it's fine at low baud rates, but struggles at higher ones.
I notice the code appears to be using FFTs to compare the relative power …
-
Hi,
would you recommend using the subscribe feature over updating the UI directly in the frontend in terms of performance and/or efficiency? What do you consider best practice?
I'm currently red…