| load_Coastline | R Documentation |
Download the up-to-date spatial layer from the online CCAMLRGIS (https://gis.ccamlr.org/) and load it to your environment.
See examples for offline use. All layers use the Lambert azimuthal equal-area projection
(CCAMLRp).
Note that this coastline expands further north than Coast.
Sources: UK Polar Data Centre/BAS and Natural Earth. Projection: EPSG 6932.
More details here: https://github.com/ccamlr/geospatial_operations
load_Coastline()
UK Polar Data Centre/BAS and Natural Earth.
load_ASDs, load_SSRUs, load_RBs,
load_SSMUs, load_MAs,
load_MPAs, load_EEZs.
#When online:
Coastline=load_Coastline()
plot(st_geometry(Coastline))
#For offline use, see:
#https://github.com/ccamlr/CCAMLRGIS#32-offline-use
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.