Parameters
The ID of the dataset to query.
The datapoints to query into
Options for querying data points
Options
WithTemporalExtent(temporalExtent query.TemporalExtent)
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.
WithSpatialExtentFilter(spatialExtent query.SpatialExtent)
Specify a geographical extent with an explicit spatial filter mode and coordinate system.
WithCollections(collections ...*datasets.Collection)
Restrict the query to specific dataset collections by collection object.
WithCollectionIDs(collectionIDs ...uuid.UUID)
Restrict the query to specific dataset collections by collection ID.
Skip the data when querying datapoints.
If set, only the required and auto-generated fields will be returned.