mHM_matchgrid: match grids

Description Usage Arguments Details Value See Also Examples

Description

mHM_matchgrid does mask grids, e.g. morphological maps (.asc) by netCDF meteorological mHM input.

Usage

1
2
mHM_matchgrid(grids, mask_grid, mask_var = "pre",
  proj4 = "+proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +units=m +no_defs")

Arguments

grids

grid files to be masked

mask_grid

grid mask

mask_var

grid mask variable, Default: 'pre'

proj4

PARAM_DESCRIPTION, Default: '+proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +units=m +no_defs'

Details

grids will be backed up before processing

Value

grids will be written back to original file

See Also

raster,crs,resample,mask,writeRaster

Examples

1
2
3
4
5
6
## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

JBrenn/mHMr documentation built on May 7, 2019, 7:39 a.m.