Half degree grid cell identifiers (CsquareCode strings) within an
extent or bounding box.
am_csc_from_extent(x1, x2, y1, y2)
Arguments
- x1
decimal degree WGS84 longitude value for extent (xmin)
- x2
decimal degree WGS84 longitude value for extent (xmax)
- y1
decimal degree WGS84 latitude value for extent (ymin)
- y2
decimal degree WGS84 latitude value for extent (ymax)
Value
tibble with CsquareCode identifiers
Examples
if (FALSE) { # \dontrun{
am_csc_from_extent(-5, 5, -7, -5)
} # }