Learn R Programming

CCAMLRGIS (version 4.2.1)

load_Coastline: Load the full CCAMLR Coastline

Description

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

Usage

load_Coastline()

Arguments

References

UK Polar Data Centre/BAS and Natural Earth.

See Also

load_ASDs, load_SSRUs, load_RBs, load_SSMUs, load_MAs, load_MPAs, load_EEZs.

Examples

Run this code
 
# \donttest{

#When online:
Coastline=load_Coastline()
plot(st_geometry(Coastline))

#For offline use, see:
#https://github.com/ccamlr/CCAMLRGIS#32-offline-use

# }

Run the code above in your browser using DataLab