sertit / eoreader

Remote-sensing opensource python library reading optical and SAR sensors, loading and stacking bands, clouds, DEM and spectral indices in a sensor-agnostic way.
https://eoreader.readthedocs.io/en/latest/
Apache License 2.0
271 stars 22 forks source link

ENH: Replace custom spectral indices by spyndex library #47

Closed remi-braun closed 1 year ago

remi-braun commented 1 year ago

Now, all the spectral indices are hard coded in the index file. It could be way better to use an external and promising library named spyndex to replace the file.

It would also avec the benefit of allowing (one way or another) the user to compute custom indices.

remi-braun commented 1 year ago

Development status of the library is still "Development Status :: 2 - Pre-Alpha", so we will wait a little bit 😉

remi-braun commented 1 year ago

Good to go: https://github.com/awesome-spectral-indices/spyndex/issues/13 🚀

remi-braun commented 1 year ago

Implemented in dd36fa8721728316cb981939ea2259f2d3390a42 😄