developmentseed / developmentseed/numeric-data-layer
Make data type dynamic
Open
- Dominant language
- TypeScript
- Stars
- 8
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The data type is currently hard-coded as `float32` : https://github.com/developmentseed/numeric-data-layer/blob/main/src/layers/NumericDataLayer/index.tsx#L16 , shader is written assuming that the data type is float 32. https://github.com/developmentseed/numeric-data-layer/blob/main/src/layers/NumericDataPaintLayer/index.tsx#L61
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.