bands#

Band module containing:

  • wrapper for SAR and optical bands

  • Index definitions

  • Aliases for all these useful variables

To use it, simply type:

>>> from eoreader.bands import *
>>> GREEN
<OpticalBandNames.GREEN: 'GREEN'>
>>> HH
<SarBandNames.HH: 'HH'>
>>> NDVI
<function NDVI at 0x00000261F6FFA950>

Modules

eoreader.bands.alias

Aliases for bands and indices, created in order to import just this file and not OpticalBandNames, SarBandNames and index.

eoreader.bands.bands

Optical Bands

eoreader.bands.index

Set of usual spectral indices.