This function is used to create a study grid for data integration pipelines and for data workflows. It is a simple wrapper around sf::st_make_grid
.
pipegrid(x = NULL, bbox = NULL, cellsize, crs = 4326)
object of class sf or sfc
bounding box to spatially subset the queried data, if applicable. The bounding box should be of the form c(xmin, ymin, xmax, ymax)
target cellsize
object of class crs; coordinate reference system of the target of the target grid in case argument x is missing, if x is not missing, its crs is inherited.
soon described
if (FALSE) {
pipegrid()
}