[Solved] List of band names of image in Python [closed]


a_collection.getInfo()['features'][0]['bands']

or even better:

a_collection.first().bandNames().getInfo()

The following tutorial is also a useful source.

https://colab.research.google.com/github/csaybar/EEwPython

P.S. It is intentional to have the address attached to the hyperlink visible. As opposed to some thing like CLICK HERE.

solved List of band names of image in Python [closed]