s2d2.eo_imagery

Module Contents

Classes

bandCollection

A MutableMapping is a generic container for associating

spectralIndices

class s2d2.eo_imagery.bandCollection(dict=None, /, **kwargs)[source]

Bases: collections.UserDict

A MutableMapping is a generic container for associating key/value pairs.

This class provides concrete generic implementations of all methods except for __getitem__, __setitem__, __delitem__, __iter__, and __len__.

__setitem__(key, value)[source]
__getitem__(key)[source]
class s2d2.eo_imagery.spectralIndices[source]