bccm_eez_poly | R Documentation |
Simple features objects of BCCM ROMS data, inshore, and offshore regions of BC Exclusive Economic Zone (EEZ) waters, and HOTSSea domain.
bccm_eez_poly
inshore_poly
offshore_poly
hotssea_poly
bccm_hotssea_poly
A simple features polygon dataframe.
BC EEZ boundary witha 10km buffer and clipped with BCCM data output boundary
inshore (continental shelf) region of bccm_eez_poly
offshore (deep seafloor) region of bccm_eez_poly
HOTSSea domain
combined full BCCM and HOTSSea domains
An object of class sf
(inherits from data.frame
) with 1 rows and 1 columns.
An object of class sf
(inherits from data.frame
) with 1 rows and 1 columns.
An object of class sf
(inherits from data.frame
) with 1 rows and 1 columns.
An object of class sf
(inherits from data.frame
) with 1 rows and 1 columns.
Bathymetric classifications were used to derive a line to separate continental shelf (inshore) and deep sea regions. Includes a 10km buffer around the EEZ and limited by BCCM data coverage.
Source of bathymetric classifications: GIS hub Pacific Marine Habitat Classes - obtained from: https://www.gis-hub.ca/dataset/marine-habitat-classes
Generated from running 'data-raw/grids/make-mask-layer.R', '..../make-mask-layer-hotssea.R', or '..../make-mask-layer-full.R'
## Not run:
bccm_eez_poly
inshore_poly
offshore_poly
hotssea_poly
bccm_hotssea_poly
plot(bccm_eez_poly)
plot(inshore_poly)
plot(offshore_poly)
plot(hotssea_poly)
plot(bccm_hotssea_poly)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.