getbathy: This function downloads bathymetry data from EMODNET using...

Description Usage Arguments Value Examples

Description

This function downloads bathymetry data from EMODNET using wcs service

Usage

1
2
getbathy(name = "emodnet:mean", xmin = 15, xmax = 20.5, ymin = 30,
  ymax = 32.5)

Arguments

name

A character vector of the shortname of the variable: mean, mean_atlas_land,mean_multicolour, mean_rainbowcolour

xmin

A numeric vector of the lower longitude of the spatial area

xmax

A numeric vector of the max longitude of the spatial area

ymin

A numeric vector of the lower latitude of the spatial area

ymax

A numeric vector of the max latitude of the spatial area

Value

A rasterlayer object

Examples

1
2
3
4
5
  ## Not run: 
img<-getbathy("emodnet:mean",-1,1,49,50)
plot(img)
  
## End(Not run) 

ldbk/REMODnet documentation built on May 29, 2019, 3:39 a.m.