# NOT RUN {
# get the slope at a point
slope_pt <- get_lscape_point('SLPPC', c(153,-27.5))
# get the average slope within ~300m of a point
avg_slope <- get_lscape_point('SLPPC', c(153, -27.5),
buff = 3, buff_shp = 'circle', stat = 'mean')
# }
Run the code above in your browser using DataLab