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
278 stars 22 forks source link

Remove deprecated spectral indices #96

Open remi-braun opened 1 year ago

remi-braun commented 1 year ago

Remove the following deprecated spectral indices:

# Deprecated spectral indices: corresponding Awesome Spectral Indices 
DEPRECATED_SPECTRAL_INDICES = {
    "AFRI_1_6": "AFRI1600",
    "AFRI_2_1": "AFRI2100",
    "BSI": "BI",
    "NDGRI": "NGRDI",
    "NDRE1": "NDREI",
    "RGI": "RGRI",
    "WV_BI": "NHFD",
    "WI": "WI2015",
    "RDI": "DSI",
    "DSWI": "DSWI5",
    "GRI": "DSWI4",
    "WV_SI": "NDSIWV",
    "PANI": "BITM",
}

They have been replaced by their equivalent in Awesome Spectral Indices.