st_point_buffer: ee_point_buffer

View source: R/ee_buffer.R

st_point_bufferR Documentation

ee_point_buffer

Description

ee_point_buffer

Usage

st_point_buffer(st, scale = 463.3127, half_win = 1, cellsize = NULL)

Arguments

st

A data.frame with the columns at least of site, lon, and lat.

scale

in the unit of m

half_win

half window of the buffer (in grids). window size equals to 2*halfwin + 1.

Examples

## Not run: 
st <- st_212[, .(site, lon, lat, IGBP)]
st_point_buffer_3by3(st, 500)

## End(Not run)

rpkgs/rgee2 documentation built on May 31, 2024, 6:58 p.m.