Learn R Programming

sits (version 0.10.0)

sits_bbox: Get the bounding box of the data

Description

Obtain a vector of limits (either on lat/long for time series or in projection coordinates in the case of cubes)

Usage

sits_bbox(data)

Arguments

data

Valid sits tibble (time series or a cube).

Value

named vector with bounding box ("lon_min", "lon_max", "lat_min", "lat_max").