606 B
606 B
title | description | menu | weight | related | list_code_example | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Group geo-temporal data | Use the `geo.groupByArea()` to group geo-temporal data by area and `geo.asTracks()` to group data into tracks or routes. |
|
302 |
|
```js import "experimental/geo" sampleGeoData |> geo.groupByArea(newColumn: "geoArea", level: 5) |> geo.asTracks(groupBy: ["id"],orderBy: ["_time"]) ``` |
{{< duplicate-oss >}}