marmap (version 1.0.3)

nw.atlantic: Bathymetric data for the North West Atlantic

Description

Data imported from the NOAA GEODAS server

Usage

data(nw.atlantic)

Arguments

Value

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

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.

See Also

plot.bathy, summary.bathy

Examples

Run this code
# NOT RUN {
# 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)

# }

Run the code above in your browser using DataLab