View source: R/npn_geoserver.R
npn_merge_geo_data | R Documentation |
Utility function to intersect point based observational data with Geospatial data values. This will take a data frame and append a new column to it.
npn_merge_geo_data(ras, col_label, df)
ras |
Raster containing geospatial data |
col_label |
The name of the column to append to the data frame |
df |
The data frame which to append the new column of geospatial point values. For this function to work, df must contain two columns: "longitude", and "latitude" |
The data frame, now appended with a new column for geospatial data numeric values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.