-
Using the latest SDMX version :
```
import sdmx
insee = sdmx.Client("INSEE")
flow_msg = insee.dataflow()
insee.dataflow("CNA-2014-PIB", params={"references": "all"})
```
leads to the followin…
-
**Describe the bug**
Where a date or datetime is in GQL whenever that is an optional field an error is returned EG:
Message: Cannot return null for non-nullable field TimeDimension.day
It seems to …
-
2 bugs here:
1. When you filter on a metric_time that's not in the group by, it won't be reapplied. This bug I have found.
1. Planned fix: Apply any metric_time/agg_time filter constraints to the …
-
At first I like your dash extension! Great repo!
I am working a lot with TimeDimension So I am asking If you are willing to support such a feature?
Maybe you know a work around with Interval Comp…
-
```
interface IEditorModel {
timeDimension?: TimeDimension;
}
const defaultEditorModel: IEditorModel = {
timeDimension: undefined,
};
export class EditorModel extends Record(defaultEditor…
-
Hello.
I'm new around here and I'd like to know if it's possible to use TimeDimension with Velocity (https://github.com/danwild/leaflet-velocity).
I mean, once I get the Velocity layer working, it w…
-
hello there, how could I do something like example 12 with a js file as below :
var json = {
"type": "FeatureCollection",
"features": [
{ "geometry": {"type": "Point",
"coo…
-
**Describe the bug**
Metabase 35.3 generates date range as the first ms from stardate and next period first ms.
IMHO time dimension and preaggregation rules are not applied properly.
`{
"measu…
-
Hi everyone.
Somebody have ever managed to use TimeDimension with clustered data?
For example I'm currently using [Supercluster](https://github.com/mapbox/supercluster) plugin to render big amoun…
-
I have a `L.TimeDimension.Layer.GeoJson` with an associated `L.GeoJSON`.
It uses the same timeDimension as the according `L.TimeDimension.Player` and `L.Control.TimeDimension`.
Now the geo data of…