Convert table of lat,lon points/sites into sf:: shapefile
Source:R/shapefile_xyz.R
shapefile_from_sitepoints.Rd
Creates a simple feature (sf) dataframe from points
Arguments
- sitepoints
a data.table or data.frame with columns called lat,lon
- crs
used in st_as_sf() default is crs = 4269 or Geodetic CRS NAD83
- ...
passed to
sf::st_as_sf()
Value
A shapefile via sf::st_as_sf()
See also
get_blockpoints_in_shape()
shapefile_from_sitepoints()
shape_buffered_from_shapefile_points()