quadmesh
quadmesh copied to clipboard
raster grid as indexed quad mesh
This should provide opportunities for the next level refactor. - [ ] simplify mesh_plot dispatch by putting logic in `mesh_plot.quadmesh` - [ ] put as much format handling into quadmesh()...
- [ ] maxcell not maxpixels (terra not raster) - [ ] allow maxcell to be length 2 so `dimension`, could even be dev.size("px") ? - [ ]
now we need to decide, is meshColor by default -[ ] vertices, a color value on 'material$color' for every column in 'vb' -[ ] faces, a color for every column...
Are there any plans to get `terra` support? I still use one of your [stackoverflow answers](https://gis.stackexchange.com/questions/237203/plot-many-rasters-on-the-same-graph-one-on-top-of-the-other-using-a-certain-an) to generate stacked raster plots and would like to eventually transition that workflow into...
we'll get away with a CRAN update but wbg to do this properly - [x] add `maxcells`, #19 - [x] support SpatRaster in mesh_plot and quadmesh #39 - [ ]...
These just to keep me on track, very experimental
```R as_mesh3d_matrix
See start at 6e0e215 - [ ] make mesh_plot.mesh3d the base functionality - [ ] what about the quadmesh(, z = ) behaviour? (maybe deprecate in favour of copy_down) -...