-
### What is your issue?
Hi,
I am using the rolling().construct() method which I found very convenient and efficient.
I had timeseries with 2 dimensions: time and channel. I used the construct …
-
Hi I have the following configuration
```
@val ( 0 , 14 , false ) ~> @deref ( sel_profile , 0 ) ~> @setCrntRule ( . ) ~> @setCrntTable ( . ) ~> .HitMissCases ~> .ControlStatements ~> @egress ~> @…
-
It should be something like
```
# 2d-histogram with beam spot
fig2 = plt.figure(figsize=(10, 5))
phasePol = 1 if wf_info[var0]["polPos"] else -1
sel_num = (np.amax(data["wave"+str(ind_wave[var0+"…
-
**When I use the "TSForecast" method, an error occurs**
Traceback (most recent call last):
File "", line 1, in
TSForecaster(X, y, splits=splits, arch='PatchTST', arch_config=arch_config, m…
-
### What went wrong?
In Python 3.12 the `datetime.utcnow()` functionality is removed. The solution is to move to timezone aware datetime objects with
```python
import datetime as datetime, UTC
…
-
## Original discussions at BiDS
- Do not separate climate versus EO
- More about grids and it is more about GIS versus global model grids
- one assumption is the co-gridding. Alignment of samples…
-
**Type of issue**: Feature Request
**Is your feature request related to a problem? Please describe.**
Sometimes I have a DontCare show up in a mux like so:
```
m := Mux(sel, a, DontCare)
``…
-
This issue may be related to https://github.com/casacore/casacore/issues/581
I've adapted this script from https://github.com/ska-sa/dask-ms/issues/92#issuecomment-617747966.
## getcol
The fo…
-
### Problem Description:
Hello, I'm using **Earthkit** to extract weather data from a GRIB file provided by ECMWF. Specifically, I'm working with the u-vector wind data at a pressure level of 1000 …
-
### What happened?
I'm trying to compute masks (from DataArray's data itself) and assign them as coordinates, but it appears that depending on the combination of coords/dims of the computed masks, so…