You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rtab creates a single-row data frame with the values of that tile in a nested column (in raster order). This can generalized to multiple tiles, simply organized as nrow, ncol, extent of each.
sub_rtab subsamples by a constant factor, decimates the pixel values and updates nrows/ncols (needs to generalize to x, y factors and care for edge cases, and pass into GDAL for flexible subsampling and upsampling.
plot_rtab sets up a plot of an rtab with rasterImage.
can this be workable for a
geom_raster2
?rtab
creates a single-row data frame with the values of that tile in a nested column (in raster order). This can generalized to multiple tiles, simply organized as nrow, ncol, extent of each.sub_rtab
subsamples by a constant factor, decimates the pixel values and updates nrows/ncols (needs to generalize to x, y factors and care for edge cases, and pass into GDAL for flexible subsampling and upsampling.plot_rtab
sets up a plot of an rtab with rasterImage.The text was updated successfully, but these errors were encountered: