issues
search
earthdaily
/
earthdaily-python-client
EarthDaily python client
https://earthdaily.github.io/earthdaily-python-client/
MIT License
13
stars
7
forks
source link
release(v0.3.0) : add custom indices to accessor ed.add_indices()
#127
Closed
nkarasiak
closed
1 week ago
nkarasiak
commented
1 week ago
[0.3.0] - 2024-11-19
Added
ed.add_indices
accessor now supports list of strings and dict for custom indices. For example :
['NDVI',{'NDVI':'(nir-red)/(nir+red)'}]
.
[0.3.0] - 2024-11-19
Added
ed.add_indices
accessor now supports list of strings and dict for custom indices. For example :['NDVI',{'NDVI':'(nir-red)/(nir+red)'}]
.