hypertidy / anglr

Mesh creation and topology for spatial data (and not just geographic)
https://hypertidy.github.io/anglr/
83 stars 10 forks source link

cell corners #27

Closed mdsumner closed 6 years ago

mdsumner commented 8 years ago

need functions for raster vertexIndex_FromCell, or

ll_FromCell(raster, cells) 
lr_FromCell/tl_FromCell/tr_FromCell

where the four indices are implicit on the transform, and sparsely generated only for populated cells. Then generalize for L3bin, to tie together tabularaster and quadmesh.

Does this work by

So the full set of coords is never generated, maybe never generated until transformed or visualized by rgl?

mdsumner commented 6 years ago

this will be a silicate method