gridMaker | R Documentation |
This function takes each grid from longitude and latitude vectors or a raster image and creates polygons wich later can be used with sf package functions.
gridMaker(grid, crs = 4326)
grid |
Raster image or points (in a grid configuration, from lower-left to uper-right). |
crs |
Integer or String. EPSG code or PROJ4 string for polygons. |
export |
Logic. Save the polygons in file. |
name |
String. Name of the file to be exported. |
Grid as polygons
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.