hydromt.DataArray.vector.clip_bbox# DataArray.vector.clip_bbox(bbox, buffer=None, create_sindex=False)# Select point locations to bounding box. Parameters: bbox (tuple of floats) – (xmin, ymin, xmax, ymax) bounding box buffer (float, optional) – buffer around bbox in crs units, None by default. create_sindex (bool, optional) – Create spatial index to query the data if it does not yet exist, False by default. Returns: da – Clipped DataArray Return type: xarray.DataArray