earthdaily / earthdaily/earthdaily-python-client

Document legacy indices support

Open
#216 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.