660 B
660 B
title | list_title | description | menu | weight | list_code_example | source | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
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) ``` | /shared/influxdb-v2/query-data/flux/geo/_index.md |