Rename the bands of an image.
Returns the renamed image.
Usage | Returns |
---|---|
Image.rename(var_args) | Image |
Argument | Type | Details |
---|---|---|
this: image | Image | The Image instance. |
var_args | List | The new names for the bands. Must match the number of bands in the Image. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!