-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
components in raster logic #1
Comments
a few examples here https://gist.github.com/mdsumner/b844766f28910a3f87dc2c8a398a3a13 |
Let's build this bigger list, include stuff from affinity, grout, tabularaster, and others - probably a lot is misc and is there a more natural split. Also consistency around UI ... misccell_from_extent <- function(dimension, extent, x_extent) { extent_vrt <- function(x) { vaster_listxyz <- function(extent, dimension, data = NULL) { adjacenciescell_kernel <- function(dimension, cell, size = 1) {
grain, discretized crop/alignalign_extent <- function(x, extent, dimension, snap = c("out", "near", "in")) { cell functions get cells or operate by cells
'dimension'cell_from_col <- function(dimension, col) { dimension+extentcell_from_xy <- function(dimension, extent, xy) { row_from_y <- function(extent, dimension, y) { x_from_cell <- function(extent, dimension, cell) { y_from_cell <- function(extent, dimension, cell) { trivial, but helpful to haven_cell <- function(dimension) { x_centre <- function(extent, dimension) { x_max <- function(extent) {
|
affinity packageThere's a bunch of functions in affinity for rasters and little window vectors and transforms, these to be reworked into (extent, dimension) functions
|
need policies on
|
we need cell2cell for different cases aligned and not, exactextractr has it here in the small for raster/terra S4 when compared to its own 'grid' in vaster this is cell2cell (WIP) and has overlap with tiles stuff in grout: Line 28 in 3e27df5
|
atm it's looking like
The text was updated successfully, but these errors were encountered: