developmentseed / developmentseed/titiler-multidim
Update histogram method in map preview
Open
- Dominant language
- Python
- Stars
- 88
- Forks
- 13
- Avg merge
- 2d 53m
- Merged PRs (30d)
- 10
Description
here we may want to update this in the future (when we update titiler version) to
```python
data = ImageData(src_dst.input.values, mask=boolean_mask)
return data.statistics(
categorical=True,
hist_options={"bins": 10},
)
```
_Originally posted by @vincentsarago in https://github.com/developmentseed/titiler-xarray/pull/26#discussion_r1329309553_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.