tilebox.datasets
Collection.find
Find a specific datapoint in a collection by its id.
Parameters
The id of the datapoint to find.
Whether to skip loading the data for the datapoint. If True
, only the metadata for the datapoint is loaded.
Returns
An xarray.Dataset
containing the requested data point.
Errors
The specified datapoint does not exist in this collection.
Was this page helpful?