View source: R/nlcd_data_functions.R
get_nlcd_cell_numbers_points | R Documentation |
get NLCD cell numbers for given lat and lon
get_nlcd_cell_numbers_points(point_data)
point_data |
data.frame with columns 'lat' and 'lon' |
a data.frame identical to the input data.frame but with appended NLCD cell numbers
if (FALSE) { point_data <- data.frame( id = c('1a', '2b', '3c'), lat = c(39.19674, 39.19674, 39.28765), lon = c(-84.582601, -84.582601, -84.510173) ) get_nlcd_cell_numbers_points(point_data) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.