collections is not provided, all collections in the dataset are searched.
Parameters
The ID of the datapoint to find.
Optional collection scope for the lookup.Supported values include collection names, collection IDs, and collection objects. If omitted or set to
None, all collections in the dataset are searched.If
True, only required datapoint fields are returned (time, id, ingestion_time). Defaults to False.Returns
Anxarray.Dataset containing the requested datapoint.
Since it returns only a single datapoint, the output dataset does not include a time dimension.
Errors
Raised when
datapoint_id is not a valid UUID.Raised when one or more collection names do not exist in the dataset.
Raised when one or more provided collection IDs/objects are not part of the dataset.
Raised when the datapoint cannot be found in the selected collections.