awesome-spectral-indices / spyndex

Awesome Spectral Indices in Python.
https://spyndex.readthedocs.io/
MIT License
186 stars 22 forks source link

`globals` to `locals` #5

Closed davemlz closed 2 years ago

davemlz commented 2 years ago

When using a global dictionary, avoid using the globals argument.

davemlz commented 2 years ago

Done!