grid26: Geospatial pacea grid - BC coastline grid template

grid26R Documentation

Geospatial pacea grid - BC coastline grid template

Description

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.

Usage

grid26

Format

A simple features dataframe.

Details

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.

Source

Generated from running 'data-raw/grids/create-grid.R'.

Examples

## Not run: 
head(grid26)
plot(grid26)

# convert to sf points object
library(sf)
grid26_points <- st_centroid(grid26)

## End(Not run)


pbs-assess/PACea documentation built on April 17, 2025, 11:36 p.m.