developmentseed / developmentseed/deck.gl-raster
Add tests to validate that every pixel has at most `maxError` reprojection error
Open
- Dominant language
- TypeScript
- Stars
- 228
- Forks
- 29
- Avg merge
- 12h 27m
- Merged PRs (30d)
- 4
Description
For every pixel of a raster:
- Find its uv coordinate
- Then find the interpolated position in output CRS given by the mesh
- Then inverse reproject to source CRS
- Find the actual position in source CRS as given by geotransform
- Assert distance is less than maxError pixels
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.