.sits_bbox_to_sf {sits}R Documentation

Convert a bounding box to a sf object (polygon)

Description

Convert a bounding box to a sf object (polygon)

Usage

.sits_bbox_to_sf(xmin, xmax, ymin, ymax, crs)

Arguments

xmin, xmax, ymin, ymax

a numeric value with bound box values

crs

a valid crs value

Value

a sf object


[Package sits version 0.16.2 Index]