View source: R/createGridFromShapefile.R
createGridFromShapefile | R Documentation |
sf
dataframe representing a ROMS grid from a shapefileFunction to create a sf
dataframe representing a ROMS grid from a shapefile.
createGridFromShapefile(shapefile, strCRS = wtsGIS::get_crs("AlaskaAlbers")[1])
shapefile |
- path to shapefile derived from ROMS grid. |
strCRS |
- coordinate reference for a shapefile |
Uses wtsGIS::createLayerFromShapefile
to create an sf dataframe from
a shapefile derived from a ROMS grid.
A sf
dataframe object representing the grid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.