geestac.image ============= .. py:module:: geestac.image .. autoapi-nested-parse:: Module to handle Image Datasets. Classes ------- .. autoapisummary:: geestac.image.Image Module Contents --------------- .. py:class:: Image(href, name, parent) Bases: :py:obj:`geestac.dataset.Dataset` Image Dataset. .. py:attribute:: _bands :type: geestac.custom_types.ListNamespace[Union[geestac.bands.Band, geestac.bands.BitBand, geestac.bands.CategoricalBand, geestac.bands.OpticalBand]] .. py:property:: bands :type: geestac.custom_types.ListNamespace[Union[geestac.bands.Band, geestac.bands.BitBand, geestac.bands.CategoricalBand, geestac.bands.OpticalBand]] Image bands.