Use this function to create a regular grid in a custom CRS. This is used e.g. to create the tile grid for Global Forest Watch in order to retrieve the intersecting tiles with a given portfolio.
make_global_grid(
xmin = -180,
xmax = 170,
dx = 10,
ymin = -50,
ymax = 80,
dy = 10,
proj = NULL
)
An sf object with a defined grid.
minimum longitude value (E/W)
maximum longitude value (E/W)
difference in longitude value per grid
minimum latitude value (S/N)
maximum latitude value (E/W)
difference in latitude value per grid
projection system