nw.atlantic: Bathymetric data for the North West Atlantic

nw.atlanticR Documentation

Bathymetric data for the North West Atlantic

Description

Data imported from the NOAA GEODAS server

Usage

data(nw.atlantic)

Details

Data imported from the NOAA GEODAS Grid Translator webpage (https://maps.ngdc.noaa.gov/viewers/wcs-client/). To prepare data from NOAA, fill the custom grid form, and choose "XYZ (lon,lat,depth)" as the "Output Grid Format", "No Header" as the "Output Grid Header", and either of the space, tab or comma as the column delimiter (either can be used, but "comma" is the default import format of read.bathy). Choose "omit empty grid cells" to reduce memory usage.

Value

A three-columns data.frame containing longitude, latitude and depth/elevation data.

Author(s)

see https://maps.ngdc.noaa.gov/viewers/wcs-client/

See Also

plot.bathy, summary.bathy

Examples

# load NW Atlantic data
data(nw.atlantic)

# use as.bathy
atl <- as.bathy(nw.atlantic)

# class "bathy"
class(atl)
summary(atl)

# test plot.bathy
plot(atl, deep=-8000, shallow=-1000, step=1000)


marmap documentation built on March 31, 2023, 6:59 p.m.

Related to nw.atlantic in marmap...