load_Coastline {CCAMLRGIS}R Documentation

Load the full CCAMLR Coastline

Description

Download the up-to-date spatial layer from the online CCAMLRGIS (http://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()

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

 


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

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




[Package CCAMLRGIS version 4.1.1 Index]