567 B
567 B
title | list_title | description | menu | weight | related | list_code_example | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Work with geo-temporal data | Geo-temporal data | Use the Flux Geo package to filter geo-temporal data and group by geographic location or track. |
|
220 |
|
```js import "experimental/geo" sampleGeoData |> geo.filterRows(region: {lat: 30.04, lon: 31.23, radius: 200.0}) |> geo.groupByArea(newColumn: "geoArea", level: 5) ``` |
{{< duplicate-oss >}}