def bounds(self): """ Access the spatial bounding box of the image Returns: bounds (list): list of bounds in image projected coordinates (minx, miny, maxx, maxy) """ return shape(self).bounds