tilebox.datasets
Collection.delete
Delete datapoints from the collection.
Datapoints are identified and deleted by their ids.
You need to have write permission on the collection to be able to delete datapoints.
Parameters
An xarray.Dataset
containing an “id” variable consisting of datapoint IDs to delete.
Returns
The number of datapoints that were deleted.
Was this page helpful?