Create and validate coords_t objects, describing the base set of coordinate points
upon which your land use model is intended to run. Because the coordinates are
declared as points, you can describe sparse domains (e.g. following polity
boundaries) or with arbitrary distribution (e.g. square, hexagonal, voronoi, polygon
tesselations).
Usage
as_coords_t(x)
# S3 method for class 'coords_t'
print(x, nrow = 10, ...)
create_coords_t_square(epsg, extent, resolution, ...)Arguments
- x
A table that can be coerced to a valid
coords_tobject.- nrow
- ...
passed to data.table::print.data.table
- epsg
An integerish scalar representing an EPSG CRS code
- extent
A terra::SpatExtent object describing the extent of a desired
coords_t- resolution
A numeric scalar, describing the required resolution of your
coords_tobject. The unit is that of the epsg.