metobs_toolkit.ModelObstype.add_new_band#
- ModelObstype.add_new_band(mapname, bandname, bandunit, band_desc=None)[source]#
Add a new representing dataset/bandname to the obstype.
- Parameters:
mapname (str) – name of the known gee dataset.
bandname (str) – the name of the representing band.
bandunit (str) – the unit of the representing band.
band_desc (str, optional) – A detailed description of the band.
- Return type:
None.