geonorge_bathymetry {ggOceanMaps} | R Documentation |
Open Geonorge bathymetry shapefiles
Description
Opens and formats Geonorge bathymetry shapefiles ready for plotting in ggOceanMaps
Usage
geonorge_bathymetry(filepath, layer = NULL, verbose = FALSE)
Arguments
filepath |
Character string defining the path to the |
layer |
Character string defining the layer containing depth information. If |
verbose |
Logical indicating whether information the reading process should be returned. |
Details
You can download the bathymetry polygon shapefiles from Geonorge. Download the file in GLM
format.
Value
An sf object containing the depth polygons. Uses same projection than bathy
(see CRS
).
Author(s)
Mikko Vihtakari
See Also
Other create shapefiles:
clip_shapefile()
,
raster_bathymetry()
,
vector_bathymetry()
[Package ggOceanMaps version 2.2.0 Index]