Michael Sumner
Michael Sumner
see https://github.com/mdsumner/silo/tree/main and https://github.com/hypertidy/where for a couple ideas mainly we want ``` set_grid(finer()) ## to update the default grid set_grid(coarser()) get_grid(finer()) get_grid(coarser()) ## to get and modify the default grid...
why does mapbox.satellite work but not the others any more, and why not custom styles? ```R mapbox
```R library(gdalio) source(system.file("raster_format/raster_format.codeR", package = "gdalio", mustWork = TRUE)) f
not ready for merging yet, I'll work in this branch and see if stuff works while I think about refactoring for items below `gdalio_get_default_grid()` gets `dsn` argument, and essentially sets...
here examples https://gist.github.com/mdsumner/83816ddeceec246533e1fecf277db773 https://gist.github.com/mdsumner/15dac8f1598530e8971d430b744cb564 works fine for RGB imagery, but need to default to scaled 0,1 matrix for rasters, or allow input palette/breaks a la `palr::image_pal()`
some versions of raster needed an explicit row number for `yFromRow`
https://github.com/tidyverse/ggplot2/pull/3128 Update the hole story too, will be a nice link to mesh_plot speed