Band

class eolab.georastertools.product.rastertype.Band(identifier: str, description: str | None = None)[source]

Bases: object

Definition of a band: its identifier in the product’s name pattern and its description

Attributes

Band.description

Description of the band

Band.identifier

String that enables to identify the band in a raster product

Methods

Band.__init__(identifier[, description])