docs-v2/content/influxdb/cloud/query-data/flux/geo/_index.md

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.
influxdb_cloud
name parent
Geo-temporal data Query with Flux
220
/resources/videos/geolocation-and-influxdb/
```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 >}}