developmentseed / developmentseed/deck.gl-raster
Observable notebook to render arbitrary triangle mesh (without image source)
Open
- Dominant language
- TypeScript
- Stars
- 228
- Forks
- 29
- Avg merge
- 12h 27m
- Merged PRs (30d)
- 4
Description
It should take inputs:
**geotransform**
Either the `geotransform` or its constituent parts:
- originX
- originY
- pixelSize X
- pixelSize Y
**image height and width**
**source CRS**
Either EPSG code (which we then fetch from epsg.io) or literal WKT text/PROJJSON object
**Max reprojection pixel error**
---
Then render a set of triangles for the given inputs.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.