datasets
Client.Datapoints.Query
Query a range of data points in the specified collections in a specified interval.
The datapoints are lazily queried and returned as a sequence of bytes.
The output sequence can be transformed into a typed proto.Message
using CollectAs or As functions.
Parameters
The ids of the collections to query
Options for querying data points
Options
Specify the time interval for which data should be queried. Right now, a temporal extent is required for every query.
WithSpatialExtent(spatialExtent orb.Geometry)
Specify the geographical extent in which to query data. Optional, if not specified the query will return all results found globally.
Skip the data when querying datapoints. If set, only the required and auto-generated fields will be returned.
Returns
A sequence of bytes containing the requested data points as bytes.