read_pts | R Documentation |
This function reads in a csv file with crs latitude and longitude, converts it to a spatial points data frame, and reprojects it to crs utm zone 14.
read_pts(
filename,
t_srs = CRS("+proj=utm +zone=14 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs")
)
filename |
The csv file with Normalized difference vegetation index (ndvi) data. |
The transformed points.
read_pts('ndvi.csv')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.