get_band_name

io.GridSource.get_band_name(n)

Get the name of a specific band.

Parameters

Name Type Description Default
n int Band number. required

Returns

Type Description
str Name of the band.
Back to top