earthdaily / earthdaily/earthdaily-python-client
Document legacy indices support
Open
- Dominant language
- Python
- Stars
- 31
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Via [spyndex](https://github.com/awesome-spectral-indices/spyndex) the client supports this functionality:
```python
import earthdaily.legacy
add_indices = ["NDVI"]
if add_indices and hasattr(dataset, "ed"):
dataset = dataset.ed.add_indices(add_indices)
```
Contributor guide
Assessment
This issue has not been assessed yet.