-
One of the last steps in establishing interfacing between a module and the 'outside' is units metadata for .csv files.
This is the only file type we handle that has this issue, since netCDF files h…
-
We need to get the observational data added to the new COMT catalog.
I'm not sure where we were with this process on the old testbed-dev server, and I'm not sure who has the corporate memory.
I beli…
-
### Describe the bug
C-PAC seems too complex (for me) to correctly config, and after going through the *not-well-written* document, I still have no idea how could I run C-PAC on top of derivated da…
-
The task electricity_demand_timeseries.hh_buildings.map-houseprofiles-to-buildings is failing in Oldenburg with the following error message:
```
*** Reading local file: /home/nada_am/AN_eGon/eGon_co…
-
**What are you trying to achieve?**
When the specification and the SDK documentation mention gauge, histogram, counter, and exponential histogram, it uses different terms to refer to the same conce…
-
```
from stockstats import wrap
```
does not work, it shows the following error messages.
```
43 pass
46 _dft_windows = {
47 # sort alphabetically
48 'ao': (5…
-
Hi,
I tried importing my data via your instructions and when I run these lines:
my_path=joinpath(homedir(),"Documents","tutorial","TimeClustInput.csv")
your_data_1=load_timeseries_data(m…
-
Given an empty time series instance
```
const emptyTimeSeries = new TimeSeries({
name: 'Empty time series',
columns: [ 'time', 'data' ],
points: []
});
```
I would expect to ge…
-
In a timeseries table widget, is it possible to hide a column but show the data in a dialog by using a custom action?
As per example below, InspTxt is added as a data source to the widget. This col…
-
Hi,
Thanks for making available your implementation of mRSC! Given that multidimensional timeseries can have different scales, is it needed/beneficial in theory to perform normalization before feed…