make_grid: Build Grid Abstraction

View source: R/grid_abstraction.R

make_gridR Documentation

Build Grid Abstraction

Description

Define a grid abstraction for a file or an extent, res/dim, and projection

Usage

make_grid(file = NULL, ext = NULL, dimXY = NULL, resXY = NULL, prj = NULL)

Arguments

file

file path

ext

c(xmin, ymin, xmax, ymax)

dimXY

c(width, height)

resXY

c(xres, yres)

prj

srs_def

Value

list

See Also

Other grid: geogrid_warp(), getSubsets()


mikejohnson51/geogrids documentation built on June 16, 2022, 12:36 a.m.