grid26 | R Documentation |
A simple features object of the grid used for interpolation of British Columbia continental margin (BCCM) model. The grid is divided into two regions with differing resolutions: a higher resolution inshore 2km x 2km grid and lower resolution offshore 6km x 6km grid. The boundary between the two regions is created using the 200m isobath along the continental shelf.
grid26
A simple features dataframe.
Grid cells were removed where the overlapped land using the 'bc_coast' shapefile in pacea. The grid only covers the Canadian Pacific EEZ region with a 10km buffer.
Generated from running 'data-raw/grids/create-grid.R'.
## Not run:
head(grid26)
plot(grid26)
# convert to sf points object
library(sf)
grid26_points <- st_centroid(grid26)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.