geo.toRows() function
The geo.toRows()
function is experimental and subject to change at any time.
By using this function, you accept the risks of experimental functions.
The geo.toRows()
function pivots data into row-wise sets base on time.
For geo-temporal datasets, output rows include lat
and lon
columns required by
many Geo package functions.
import "experimental/geo"
geo.toRows()
Parameters
tables
Input data.
Default is piped-forward data (<-
).
Examples
import "experimental/geo"
from(bucket: "example-bucket")
|> range(start: -1h)
|> filter(fn: (r) => r._measurement == "example-measurement")
|> geo.toRows()
Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for Flux and this documentation. To find support, use the following resources:
InfluxDB Cloud customers can contact InfluxData Support.