bcBathymetry: Data: Bathymetry Spanning BC Coast

bcBathymetryR Documentation

Data: Bathymetry Spanning BC Coast

Description

Bathymetry data spanning British Columbia's coast.

Usage

data(bcBathymetry)

Format

Three-element list: x = vector of horizontal grid line locations, y = vector of vertical grid line locations, z = (x by y) matrix containing water depths measured in meters. Positive values indicate distance below sea level and negative values above it.

The functions 'graphics::contour' and 'grDevices::contourLines' expect data in this format. Function convCP converts the output from 'grDevices::contourLines' into a PolySet.

Note

In R, the data must be loaded using the 'utils::data' function.

Author(s)

Nicholas M. Boers, Staff Software Engineer
Jobber, Edmonton AB

Maintainer: Rowan Haigh, Program Head – Offshore Rockfish
Pacific Biological Station (PBS), Fisheries & Oceans Canada (DFO), Nanaimo BC
locus opus: Regional Headquarters, Vancouver BC
Last modified Rd: 2022-07-07

Source

Bathymetry data acquired from the Scripps Institution of Oceanography at the University of San Diego.

Using their online form, we requested bathymetry data for the complete nepacLL region. At forty megabytes, the data were not suitable for distribution in our mapping package. Therefore, we reduced the data to the range -140^\circ \le x \le -122^\circ and 47^\circ \le y \le 61^\circ.

References

Smith, W.H.F. and Sandwell, D.T. (1997) Global seafloor topography from satellite altimetry and ship depth soundings. Science 277, 1957-1962.
Website: https://topex.ucsd.edu/WWW_html/mar_topo.html

See Also

In package graphics:
contour
In package grDevices:
contourLines
In package PBSmapping:
convCP, nepacLL, nepacLLhigh


PBSmapping documentation built on Nov. 4, 2023, 9:08 a.m.